Redirecting links to Draft Posts to custom page
-
My users create posts with links to future posts which are in Draft status. We use Post Name as our permalink structure.
As usual, when these users click such links they are directed to the Drafts for editing. Eg.
<a href="/future-draft-post">Here is our next fantastic post!</a>
And also as usual, when non-logged-in users click such a link they get a 404.
What I want is for non-logged-in users to click such a link and instead of getting a 404 be redirected to a custom page that says ‘Coming Soon!’
How do I do that?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Redirecting links to Draft Posts to custom page’ is closed to new replies.