The page number plugin allows you to display the current page number in a template where pagination is in effect. This plugin i handy for <title> tags or to display the current page number inside you content.
Features
- Display the current page number based on the last url segment
- Ability to override the default behavior of looking at the last segment for pagination
- Ability to add prefix and suffix
- Skips page 1 by default (there is an option to override this behavior)
Changelog
Version: 1.6
- Added ability to recognize spaces by adding a '+' in suffix/prefix
Version: 1.5
- Added suffix="" parameter
- Renamed show_page_1="" parameter to show_first_page=""
- Optimized the code to be much faster
- Optimized the code to be much more error proof (Thanks Derek Jones)
Version: 1.0
- Initial release
