Demo here
Installation:
- Open wp-content/plugins folder
- Put paginator folder into the wp-content/plugins folder
- Activate Paginator plugin
- Paste
<?php if(function_exists('wp_paginator')) { wp_paginator(); } ?>
anywhere in index.php or footer.php of your theme. Note: if you want the paginator to also be used for search results, in categories, and for tagged posts, the easiest thing to do is to paste<?php if(function_exists('wp_paginator')) { wp_paginator(); } ?>
into your footer.php, rather than index.php - To configure Paginator go to 'WP-Admin -> Settings -> Paginator'
- To change CSS style of Paginator, edit /wp-content/plugins/paginator/skin/paginator3000.css
0 comments:
Post a Comment