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!