WordPress Multiple Post Type Loop & Pagination by Shortcode

This article describe how to create multiple post loop with pagination by shortcode. You might have already know how to create post list with shortcode, here i am extending that with multiple occurrence and pagination. Multiple Post Type Loop & Pagination by Shortcode – Code For pagination, We are using a custom query argument pg […]
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’ […]