Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pagination refuses to work (etz_pg)
This plugin ( a variation on hfw_pg ) seems to be the standard for paginating articles (splitting into multiple pages).
http://textpattern.org/plugins/165/etz_p
It looks quite simple to use – involves replacing the <txp:body /> tag with a custom plugin tag. But so far, it hasn’t worked on any of the sites I’ve tried it … the body text simply disappears. Anyone have any experience with this? I desperately need to get some pagination going, but nothing we’ve tried has worked.
http://www.patrolmag.com
Offline
#2 2008-04-26 21:16:14
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: Pagination refuses to work (etz_pg)
davidsess schrieb:
the body text simply disappears
Seems to be happening with etz_pg-0.10.2. Can you get etz_pg-0.10.1 anywhere? If not I’ll mail you a copy.
The following code works for me with etz_pg-0.10.1 on TXP 4.0.6:
<h2><txp:title /> [page <txp:etz_pg_current /> of <txp:etz_pg_totalpages />]</h2>
<txp:etz_pg_body />
<p id="weiter">on to page <txp:etz_pg_pages usenumbers="0" noadjacents="1" noextremes="1" prev="«" next="»" /></p>
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline