Guest User

Next and previous

a guest
Apr 20th, 2011
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.51 KB | None | 0 0
  1. <div id="main">
  2.        
  3.             <?php // Include the WordPress loop file
  4.             include ( TEMPLATEPATH . '/includes/loop.php' );
  5.             ?>
  6.                
  7.             <div class="navigation">
  8.             <div class="alignleft">
  9.             <?php previous_post('&laquo; %',
  10.              'Previous: ', 'no'); ?>
  11.             </div>
  12.             <div class="alignright">
  13.             <?php next_post('% &raquo; ',
  14.              'Next: ', 'no'); ?>
  15.             </div>
  16.             </div> <!-- end navigation -->
  17.        
  18.         </div><!--main-->
Advertisement
Add Comment
Please, Sign In to add comment