Hi,
I'm looking for a way to show all my drafts like they are normal posts, but on a different page (website.com/drafts for example)
They should be displayed just like a regular post, so not only the title. How could I achieve this?
Thanks!
Teun
Hi,
I'm looking for a way to show all my drafts like they are normal posts, but on a different page (website.com/drafts for example)
They should be displayed just like a regular post, so not only the title. How could I achieve this?
Thanks!
Teun
Never mind, solved it myself with
<?php query_posts('post_status=draft'); ?>This topic has been closed to new replies.