Support » Plugins » page numbers

  • I downloaded this plugin for page numbers at the bottom of my site.
    http://www.jenst.se/2008/03/29/wp-page-numbers/

    When I go to page numbers under my settings tabs, it show what kind of page number theme I want, but doesn’t show me where I activate the page numbers.
    My plugin shows that this plugin is activated, but it still doesn’t show any page numbers on the bottom of my site.
    Do I have to take some HTML code and copy/paste it some where?

Viewing 1 replies (of 1 total)
  • “Usage

    1. Replace the the ‘next_posts_link()’ and ‘previous_posts_link()’ with the code below in theme (archive.php, index.php or search.php). If you can’t find it, place it between endwhile; and endif; in your theme.

    2.<?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>

Viewing 1 replies (of 1 total)
  • The topic ‘page numbers’ is closed to new replies.