Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2010-09-22 09:53:09
- Enor
- Member
- From: London, UK
- Registered: 2010-09-02
- Posts: 26
Category number count
Hi
I have this in place for my blog:
<txp:category_list wraptag=“ul” break=”“ children=“0” class=“category-list”> <li<txp:if_category name=’<txp:category />’> class=“active_cat”</txp:if_category>><txp:category title=“1” link=“1” /></li> </txp:category_list>
And it works fine, but I wanted to know if there is a way to add a number count (the total number of articles per category) next to each category without having to use a plugin?
Show for example I would like my Categories/tags listed like:
Projects (3)
News (1)
Reviews (4)
Offline
#2 2010-09-22 10:04:18
- Enor
- Member
- From: London, UK
- Registered: 2010-09-02
- Posts: 26
Re: Category number count
This post can be closed as found the answer on here, but using a plugin: http://txptips.com/category-list-showing-number-of-articles
Offline
Pages: 1