Displaying WordPress Future Posts
WordPress doesn’t include future posts on Blog, Archive, Widget or Single post pages. However that is logical. But yet if someone need to display future posts lists & also display future post on single post page, here is a solution. Shortcode to display the list of future posts function future_postlist_shortcode($atts) { extract( shortcode_atts( array( ‘post_type’ […]