/ Published in: PHP

Expand |
Embed | Plain Text
$totalposts = get_category_by_slug("mycategoryname")->category_count;
You need to login to post a comment.
LuckyShot on 11/17/09
2 people have marked this snippet as a favorite
$totalposts = get_category_by_slug("mycategoryname")->category_count;
You need to login to post a comment.