Hello,
My tag results actually shows 10 items per page. Since it shows 3 items per row, I would like to make it 9 or 12 per page.
I can't find the option if I create a menu items for Tags and I don't want to use a menu item as well.
I guess there's something there that I can tweak ?
<?php if($this->pagination->getPagesLinks()): ?>
<div class="k2Pagination">
<?php echo $this->pagination->getPagesLinks(); ?>
<div class="clr"></div>
<?php echo $this->pagination->getPagesCounter(); ?>
</div>
<?php endif; ?>