Hi,
I need a plugin or another solution to allow not registered users viewing posts with "future" post_status.
I have already plugin that allows posts with timestamp in the future to be shown, and they are shown in the loop, but if visitor isn't admin ;-) then he can't open single "future-post" page, it acts like a draft entry (404 error).
I know, that there is a plugin that swaps post_status of future-placed posts from "future" to "publish" and then everyone can see it but I'd like to keep "future" status for another purpose...
So, is there any way to make posts with future timestamp generally accessible?
Maybe to work on something with user roles?
Thanks in advance,
Janko