TW Pagination is a simple and flexible pagination plugin which provides users with better navigation on your WordPress site.
Install and Activate
tw-pagination zip filetw-pagination folder and its contents into the wp-content/plugins/ directory of your WordPress installationImplement
For posts pagination:
1) Open the theme files where you'd like pagination to be used. Usually this is the loop.php file. For older 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 settings, if necessary, from the TW Pagination option in the Settings menu
2) The styles can be changed with the following methods:
tw-pagination.css file in your theme's directory and place your custom CSS therestyles.csstw-pagination.css file in the tw-pagination plugin directoryNote: The first two options will ensure that TW Pagination updates will not overwrite your custom styles.
Requires: 2.2.0 (2.7.0 for comments pagination) or higher
Compatible up to: 3.4.2
Last Updated: 2012-11-22
Downloads: 3,615
0 of 1 support threads in the last two months have been resolved.
Got something to say? Need help?