Forums

How To Create Posts that display on a page other than home (3 posts)

  1. Rummy Nixon
    Member
    Posted 2 years ago #

    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!

  2. Solae Dehvine
    Member
    Posted 2 years ago #

    I was going to ask this question later on. Thanks for beating me to it because i have no idea.

  3. jessn
    Member
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags