EE: 2.1.0
Build: 20100712
-
Hello,
I’m having and odd behaviour with pagination links, it says “Page 1 of 2” when there is only one page. This is the code:
<div id="main">
<div class="content">
<h1 class="etiquetas_cuadros">Soporte: <strong>{exp:channel:category_heading channel="cuadros_contenido"}{category_name}{/exp:channel:category_heading}</strong></h1>
{exp:channel:entries channel="{my_channel}" orderby="date" sort="desc" limit="12" disable="member_data" paginate="bottom"}
{item_wrapper}
{paginate}
<br class="clearfloat" >
<div id="pagination">
[ Página {current_page} de {total_pages} ] {pagination_links}
</div>
{/paginate}
{/exp:channel:entries}
</div>
</div>
There are only three results for that code at this moment, but pagination links display “Page 1 of 2”, please note that there are no links for page one or two, just the text.
Thank you,
Abraham