Show drafts to logged in user only
-
I’m using this query_post to display a list of drafts. I would like to display them to only the logged in user. I’ve search high and low for a solution but can’t find anything. It seemed pretty simple at first, at least the idea is simple, but getting it done has proved to be quite difficult.
code I’m using
<?php query_posts('&post_type=page&post_status=draft');?>
Thanks for any help
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Show drafts to logged in user only’ is closed to new replies.