better pagination for larger number of blog posts

I have a client who has 2000 entries on their blog without PaginationSummary this looks madness.
This commit is contained in:
Nicolaas 2015-12-15 06:07:00 +13:00
parent 428cb742b2
commit e111dcf736

View File

@ -6,7 +6,7 @@
<a class="prev" href="{$PrevLink}">&larr;</a>
<% end_if %>
<% loop $Pages %>
<% loop PaginationSummary(4) %>
<% if $CurrentBool %>
<span>$PageNum</span>
<% else %>