Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#181 2013-11-15 15:39:43
- raminrahimi
- Member
- From: India
- Registered: 2013-03-19
- Posts: 278
Re: [plugin] [ORPHAN] ob1_pagination
Hi,
i’m using the following code, no pagination appear !
what’s the problem ??
<txp:if_individual_article>
<txp:article />
<txp:else />
<h1><txp:section title=“1” /></h1>
<txp:article form=“article_listing” limit=“5” />
<div class=“paginator “><txp:ob1_pagination /></div>
</txp:if_individual_article>
Offline
#182 2013-11-15 22:20:17
Re: [plugin] [ORPHAN] ob1_pagination
Hi,
pagination will not work in the individual article context. You can force it with etc_pagination
, but it is somewhat meaningless.
Edit: oups… I have misread your code, sorry. Don’t know what happens then.
Last edited by etc (2013-11-16 15:16:15)
Offline