Show The ‘Future’ :)

Hi everybody. What is the future? Future is your scheduled posts :) You can show your future posts in your theme or you can make a ‘Future Posts’ page in your blog. If you want to make this lets begin…

Here is the code;

<?php query_posts('showposts=10&post_status=future'); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
 <h2><?php the_title(); ?></h2>
 <span><?php the_time('j. F Y'); ?></span></p>
 <?php endwhile;
 else: ?><p>No future events scheduled.</p>
 <?php endif; ?>

That’s All. Have a nice day!


Related posts:

Jul 27th, 2009 | Posted in Wordpress
If you enjoyed this post, make sure you subscribe to my RSS Feed
Comments are closed.
Highslide for Wordpress Plugin