Tagged Questions
3
votes
1answer
735 views
Help to condense/optimize some working code
WordPress by default shows ALL posts to users who are Authors. I wanted Authors to only be able to see their own posts so I came up with the following code which works well.
Any suggestions to ...
0
votes
1answer
283 views
Show posts from specific roles
I'd like to use query_posts() to show only posts from editors and administrators on my home page so that normal authors can post on their own pages, but not affect the home page.
Edit :
Thanks for ...