Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#16 2011-11-22 14:12:15
- davidpmccormick
- New Member
- Registered: 2011-11-15
- Posts: 9
Re: Display 'article x of y' on individual article pages
Sure, Uli; I ended up using it pretty much exactly as you had it.
Top of the page:
<txp:article_custom section="your-section" sort="posted asc" limit="9999"> <txp:variable name='art<txp:article_id />' value='<txp:rvm_counter name="art_num" />' /> </txp:article_custom>
And with the article:
<txp:article section="your-section" sort="posted asc" limit="9999"> <txp:title /> <txp:body /> Article <txp:variable name='art<txp:article_id />' /> of <txp:mdn_count section="your-section" /> </txp:article>
Offline