• I have got my previous and next paging working using this:
    <?php next_posts_link(‘« Previous’) ?>
    <?php previous_posts_link(‘Next »’) ?>

    Now how do I go about adding page numbers? Is there a way without using a plugin?

    appreciatively,
    Devo420

Viewing 1 replies (of 1 total)
  • Thread Starter devo420

    (@devo420)

    <div class="navigation">
    			<div class="alignleft"><?php next_posts_link('&laquo; Previous') ?></div>
    			<div class="alignright"><?php previous_posts_link('Next &raquo;') ?></div>
    		</div>
Viewing 1 replies (of 1 total)
  • The topic ‘adding numbers to paging’ is closed to new replies.