/ Published in: PHP
Only show page navigation when necessary (ie when there is more than on page of results)
Expand |
Embed | Plain Text
if ($wp_query->max_num_pages > 1) { ?> <div class='navigation'> <span class='older'><?php next_posts_link('« Older Entries'); ?></span> <span class='newer'><?php previous_posts_link('Newer Entries »'); ?></span> </div> <?php } ?>
You need to login to post a comment.
