Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2009-12-25 10:37:55
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,315
article list with soo_if_frontpage and ob1_pagination
i’m using soo_if_frontpage and ob1_pagination on my article list page
and everything worked well till today i discovered that pagination not working anymore. can’t figure out what could be wrong here:
<txp:if_section name="artiklid">
<txp:if_article_list>
<txp:soo_if_frontpage pg="1">
<txp:article limit="3" pageby="15" />
<ul class="pealkirjad"><txp:article form="article_b" offset="3" limit="12" /></ul>
<txp:ob1_pagination previoustext="Uuemad" nexttext="Vanemad" ulclass="pagination" liselected="active" />
<txp:else />
<ul class="pealkirjad"><txp:article form="article_b" offset="0" limit="15" /></ul>
<txp:ob1_pagination previoustext="Uuemad" nexttext="Vanemad" ulclass="pagination" liselected="active" />
</txp:soo_if_frontpage>
<txp:else />
<txp:article />
</txp:if_article_list>
</txp:if_section>
Offline
#2 2009-12-25 10:43:27
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,315
Re: article list with soo_if_frontpage and ob1_pagination
found. <txp:zem_prblock target=”_blank”> it didn’t like
Offline