pagination only shows 1 number
Posted: Tue Sep 03, 2013 4:41 pm
hey,
pagination on my site only shows 1 number, 1. no matter how many videos there are.
i am using this code:
<ul class="pagination">
<navigation skip_href_deletion=true active_link_style=act_page link_style=not_act_page>
<li><a href="/category/<!--CATEGORY_NAME-->/<!--SORT_ORDER-->/<!--PAGE_NUM-->/"><!--PAGE_NUM--></a></li>
</navigation>
</ul>
is there a setting somewhere i have missed to show more pages?
pagination on my site only shows 1 number, 1. no matter how many videos there are.
i am using this code:
<ul class="pagination">
<navigation skip_href_deletion=true active_link_style=act_page link_style=not_act_page>
<li><a href="/category/<!--CATEGORY_NAME-->/<!--SORT_ORDER-->/<!--PAGE_NUM-->/"><!--PAGE_NUM--></a></li>
</navigation>
</ul>
is there a setting somewhere i have missed to show more pages?