Support » Fixing WordPress » Not showing “Previous/Next” on post page

  • Hello,

    If you take a look at blog http://jordanmeeter.com/ you can see at the bottom the “Previous” link. But if you go to an individual post (http://jordanmeeter.com/2007/05/04/vines/), those links do not show up. How can I enable them? The code for those links is this:

    <?php endwhile; ?>
    		<div class="navigation">
    			<div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
    			<div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
    		</div>
    
    	<?php else : ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not showing “Previous/Next” on post page’ is closed to new replies.