I am having some trouble to modify the active pagination format. I want to limit the amount of numbers being displayed to a maximum of 10.
Like this:
Page: 1 (active)|2|3|4|5|6|7|8|9|10 of 45 Next Page
Currently the theme will display all possible 45 numbers. In the past I was using the WP-Paginate Plugin, but somehow it has no effect on Hypershot. Do I have to modify the utilities.php to make it work?
Here is my example:
http://www.jenslumm.com/blog/
Comments
You are right, it doesn't look healthy :-) I will work on this pagination soon.
For now to make it work(plugin I mean) if you use child theme http://apollo13.eu/docs/hypershot/#!/modification_of_theme
add this code at end of functions.php in child theme directory
function a13_blog_nav() {Fixed pagination in our theme should be added in week or so.wp_paginate();
}
Thanks for notice!
An update with this fix would be great. Keep up the good work!
With regards.