WP Pagination

This is a simple and flexible pagination plugin which allow better navigation on your WordPress site.

Install

  1. Unzip the downloaded tw-pagination zip file
  2. Upload the tw-pagination folder and its contents into the wp-content/plugins/ directory of your WordPress installation
  3. Activate TW Pagination from Plugins page

Implement

For posts pagination:

  1. Open the theme files where you’d like pagination to be used. Usually this is the loop.php file. In some version of WordPress, you may need to update the index.php, archive.php and search.php files.
  2. Replace your existing previous_posts_link() and next_posts_link() code block with the following:
    <?php if(function_exists('tw_pagination')) tw_pagination(); ?>

For comments pagination:

  1. Open the theme file(s) where you’d like comments pagination to be used. Usually this is the comments.php file.
  2. Replace your existing previous_comments_link() and next_comments_link() code block with the following:
    <?php if(function_exists('tw_pagination_comments')) tw_pagination_comments(); ?>

Configure

  1. Configure the TW Pagination, if necessary, from the TW Pagination option in the Settings menu
  2. Modify tw-pagination.css file in plugin’s directory

Download

This plugin is free! Click here to download tw-pagination plugin.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>