Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

When authors try to access a draft-post or draft-page in WordPress in the front-end, they get a 404 (which makes sense :). We want to add a little bit of additional logic such that authorized users will get a hint if the URL points to a 'draft' post/page, where-as the hint will show a link to the 'preview' version.

Could someone provide some more help to accomplish this? My main questions are:

-1- how can i derive the postID if I am in a 404.php? (if the 404 is a 404 because the post is a 'draft').

-2- is there a way /function?/ to get the preview link based on a postid?

Thanks!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.