Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2013-04-10 06:51:48

raminrahimi
Member
From: India
Registered: 2013-03-19
Posts: 278

Add numbers to pagination also

If i add the following code, I will have just Older & Newer buttons.
Now i want: > to change the values of Older & Newer to Next & Prev > add pagination numbers also with Next & Prev button, like this: ( Prev – 1, 2, 3, 4, 5… – Next )

        <txp:variable name="prev" value='<txp:older />' />
        <txp:variable name="next" value='<txp:newer />' />

        <txp:if_variable name="prev" value="">
          <span id="paginator-l" class="button disabled">← <txp:text item="older" /></span>
        <txp:else />
          <a id="paginator-l" href="<txp:older />" title="<txp:text item='older' />" class="button">← <txp:text item="older" /></a>
        </txp:if_variable>
        <txp:if_variable name="next" value="">
          <span id="paginator-r" class="button disabled"><txp:text item="newer" /> →</span>
        <txp:else />
            <a id="paginator-r" href="<txp:newer />" title="<txp:text item='newer' />" class="button"><txp:text item="newer" /> →</a>
        </txp:if_variable>

{Edited to add Textile’s bc. for better readability. – Uli}

Last edited by uli (2013-04-10 12:19:58)

Offline

#2 2013-04-10 07:01:03

tye
Member
From: Pottsville, NSW
Registered: 2005-07-06
Posts: 859
Website

Re: Add numbers to pagination also

Try this plugin

Offline

#3 2013-04-10 08:26:34

etc
Developer
Registered: 2010-11-11
Posts: 5,396
Website GitHub

Re: Add numbers to pagination also

Ramin, etc_pagination allows page links customization.

Offline

#4 2013-04-14 03:31:22

raminrahimi
Member
From: India
Registered: 2013-03-19
Posts: 278

Re: Add numbers to pagination also

Thank you dear Tye and Oleg, solved my problem.

Offline

Board footer

Powered by FluxBB