Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div id="main">
- <?php // Include the WordPress loop file
- include ( TEMPLATEPATH . '/includes/loop.php' );
- ?>
- <div class="navigation">
- <div class="alignleft">
- <?php previous_post('« %',
- 'Previous: ', 'no'); ?>
- </div>
- <div class="alignright">
- <?php next_post('% » ',
- 'Next: ', 'no'); ?>
- </div>
- </div> <!-- end navigation -->
- </div><!--main-->
Advertisement
Add Comment
Please, Sign In to add comment