I need {if no pagination} or the equivalent there of.
Example:
<ul>
{exp:channel:entries limit="10"}<li>{title}</li>{/exp:channel:entries}
{paginate}
</ul>
{pagination_links}
{/paginate}
The above is great if I have enough items to create paging.
Sometimes I don’t have enough items, and as you can see if that is the case with the above code I will loose my closing “ul”
Is there a solution?
I am running EE 2.5.2
I have AB Pagination at my finger tips too.
