• Hello community,

    I am trying to figure out how to divvy up my blog so that myself and the co-founder can publish posts to our individual pages, while also having the most recent posts [from either of us] show up on the home page. We do not want to have categories with our names, we would like to assign posts to their respective pages. Any help is greatly appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I was going to ask this question later on. Thanks for beating me to it because i have no idea.

    Create a couple of page templates, one for both of you, and use something like this in your loop:

    query_posts('caller_get_posts=1&author=1&post_type=page&post_status=publish&orderby=title&order=ASC');

    Basically filter posts by author ID.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Create Posts that display on a page other than home’ is closed to new replies.