User unable to see a scheduled post via the url?
If you want to display the scheduled posts in the main wordpress loop you can use ‘post_status’ => ‘future’ as an argument for the array. This will now show your scheduled posts for all users. It’s pretty handy for things like event listings. However there is a problem with this and I believe this is … Read more