Make future posts visible to the public—not just within WP_Query
I know I can publicly show future posts in a loop using 'post_status' = 'future'
in WP_Query. But clicking on a future post's permalink will result in a 404 if you are not a logged-in user.
Suppose I have a post called Apocalypse in the post_type 'event', scheduled for 12-12-2099. The permalink is mysite.com/event/apocalypse. Is it possible to make mysite.com/event/apocalypse and other future 'event' posts visitable now by the public?
Ideally I'd be able to restrict future post availability to the 'event' post type, but I would settle for a solution that makes all future posts available regardless of post_type.
Topic scheduled-posts custom-post-types Wordpress
Category Web