• By default, all posts go to the main homepage of a blog. Is there a way to have articles go to another page? Or perhaps have a specific category automatically assigned to another page besides the homepage?

    The reason I’m asking is because I basically would like to give out free step-by-step methods, but I don’t want them to show on my homepage. My homepage I would just like to go over some brief information with a link to a post on another page. Not sure if that’s possible and hoping I’m saying this right.

Viewing 1 replies (of 1 total)
  • Yes there is a way, but it does involve making changes to your theme and adding some custom php.

    You could use a custom query post on your home page and only display posts from a certain category and then have other pages link to specific categories.
    Here is some info on the query post function – http://codex.wordpress.org/Function_Reference/query_posts

    An easier way would be to set up a page, set that one as the home page and then in your custom menus, simply have links to categories.

Viewing 1 replies (of 1 total)
  • The topic ‘Post articles to another page?’ is closed to new replies.