Hi, I’m using the default paginator, no muss no fuss. However, I’ve noticed it displays far more buttons than I would like. Ideally, I would like to display only the first, previous, current, next and last buttons. Is there any way to do this?
Additionally, I’ve noticed the paginator template (and the taxonomy list template) creates a ul
, with the page buttons (or taxonomies) as li
elements. This works well, but under certain circumstances it inserts a ○ character (or at least something that looks like it) between li
elements. Why does it do this, and is there any way to prevent it?