Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
How display section or category list with count of its articles?
Hi everyone!
I need some help…
How I can tell TXP to count total number of article within a section or a category and print after their links?
Something like this:
<li><a href="section_name">Section name <span>[15]</span></a></li>
Thanks!!!
Offline
#2 2010-02-24 19:21:41
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: How display section or category list with count of its articles?
For “15” I have
<txp:php>echo safe_count("textpattern", "Category1 = 'poodle' or Category2 = 'doodle'");</txp:php>
in my snippet envelope.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline