WordPress: Display author’s drafts and pending review posts in frontend

I need a way to make users view the drafts and pending review of the posts that he published . Without getting to the dashboard – which means from the frontend.

I want each to be in a different page than the other.

Read More

I tried this function in my custom template but unfortunately it didn’t work.

<?php query_posts('&post_type=post&post_status=draft'); ?>

Related posts

Leave a Reply

1 comment