[Plugin: The Events Calendar] Displaying scheduled posts
-
Does anyone know how I can display scheduled posts with this plugin?
I used to use:
<?php query_posts('showposts=10&post_status=future'); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
But can’t figure out where to make that change now.
https://www.ads-software.com/extend/plugins/the-events-calendar/
- The topic ‘[Plugin: The Events Calendar] Displaying scheduled posts’ is closed to new replies.