Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
how to display the amount of articles assigned to a category?
i’m sure this has been asked before but i can’t find anything… how can i output the amount of articles in a given category? i.e. 54
articles are assigned to category foobar
, then i’d like a way to output 54
. any ideas?
Offline
Re: how to display the amount of articles assigned to a category?
<txp:php>echo safe_count("textpattern", "Category1 = 'foobar' or Category2 = 'foobar'");</txp:php>
or one of those count plugins
Last edited by Gocom (2008-04-26 09:45:57)
Offline
Re: how to display the amount of articles assigned to a category?
thank you!
Offline
Offline