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!
- Wordpress















Made by Symmetric Web
Distributed by Smashing Magazine
No comments yet!