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!
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.
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.