I'm trying to set up blogs for my site. However, when an authenticated user currently creates a new blog, it shows up as a front page news post, which I do not want. How do I stop it from publishing to the front page, and how do I keep the authenticated users from even having the ability to post to the front page?
Thanks

Comments

cog.rusty’s picture

You can go to Administer > Content management > Content types (/admin/content/types), edit the type "Blog entry", and unselect the "Promote to front page" check box. This will take care of future blog posts.

For the existing blog posts, go to Administer > Content management > Content (/admin/content/node), select type "Blog entry", click their check boxes, select "Demote from front page", and "Update".

BDaggerhart’s picture

Thanks, that will do nicely.

shap’s picture

The recent blog updates list doesn't identify *which* blog has been updated (i.e. the user name). Is there an easy way to get it to do this?