Navigation links
-
Can anyone help me find out why i dont have next and previous posts links showing up?
<?php get_header(); ?> <div id="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <!-- do stuff ... --> <?php endwhile; ?> <p><?php posts_nav_link(); ?></p> <?php endif; ?> </div> <br class="clearfloat" /> </div> <?php get_footer(); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Navigation links’ is closed to new replies.