Styled Pagination Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This plugin allows you to add simple pagination to your site using images for the previous and next links. Allows you the ability to display the current page and the total number of pages. Works with any template page (i.e. index.php, search.php, archvie.php).
Features include:
1. Use images in place of the previous and next links
2. Easily style the pagination display with CSS
3. Customize the display text of the Pages
4. Choose between just displaying Current Page and Total Pages, or having pagination
How to use
<?php echo rb_pages(); ?> //Displays text only (i.e. PAGE 2 OF 11)
<?php echo rb_pagination(); ?> //Displays text and navigation arrows
Style the display using the following tags:
- #rb-page-prev – Styles the previous link
- #rb-page-next – Styles the next link
- #rb-page-pages – Style the Text and Page Numbers
NOTE: Currently the previous and next links must be in the form of images.