Post Count minus Category for WordPress
Displays the total number of posts not belonging to a specified category
Installation and Implementation
- Unzip the plugin file into your /wp-content/plugins/ directory.
- Activate the plugin from the WordPress admin panel.
- Call the Post Count minus Category function like so:
<?php postCountMinusCat('XX') ?>
XX is the category ID of the category you want excluded from the total post count.
Support
Hopefully you won't experience any problems, but feel free to e-mail me if you do.