Posted by KaiseRCrazY on 27th July 2009

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!

  • del.icio.us
  • Digg
  • Facebook
  • FriendFeed
  • Reddit
  • StumbleUpon
  • Technorati
  • PDF
  • Print

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

No comments yet!

Post your comments