Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

  1. Index
  2. » How do I…?
  3. » categories

#1 2008-03-27 17:00:14

Ruhh
Member
From: dakota dunes
Registered: 2008-01-20
Posts: 305

categories

is there a way i can show the total number of categories that were used for articles to be put in the sidebar?

Last edited by Ruhh (2008-03-27 17:31:26)


<txp:Ruhh />

Offline

#2 2008-03-27 18:25:42

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: categories

If you’re looking for a list of categories with a number behind each category that shows in how many articles the category was used, have a look at these category plugins at textpattern.org

Offline

#3 2008-03-27 18:32:56

Ruhh
Member
From: dakota dunes
Registered: 2008-01-20
Posts: 305

Re: categories

Not what I am really looking for. It’s more of a blog stat. So like a total number of categories used for articles. I guess I would have to do that manually.


<txp:Ruhh />

Offline

#4 2008-03-27 18:48:49

variaas
Plugin Author
From: Chicago
Registered: 2005-01-16
Posts: 402
Website

Re: categories

you could try:

<txp:php>
echo safe_count('txp_category', "type='article'") - 1;
</txp:php>

Last edited by variaas (2008-03-27 18:50:00)

Offline

#5 2008-03-27 20:04:16

Ruhh
Member
From: dakota dunes
Registered: 2008-01-20
Posts: 305

Re: categories

That works! Thank you :)


<txp:Ruhh />

Offline

  1. Index
  2. » How do I…?
  3. » categories

Board footer

Powered by FluxBB