![]()
UPDATE 01/28/06: The total posts plugin has been updated and repackaged as Simple Counts.
I made another WordPress plugin tonight. This one outputs the total number of posts currently marked published. There are already a number of post counting plugins, but none that I found output just the number of posts and allowed for specific categories to be excluded from that count. This one does. If you want a count of every post, just drop < ?php totalposts(); ?> into your page. To get a count of all posts not including those from category 1 and 3, use < ?php totalposts('1,3'); ?>.
Nice and simple. Have it.
Rawk.
Check it.
Word. I’m even using this one.