Post Count minus Category for WordPress

Get the source (v1.0)

Installation and Implementation

  1. Place the postcountminuscat.phps file into your /wp-content/plugins/ directory.
  2. Change the file extension from ".phps" to ".php".
  3. Activate the plugin from the WordPress admin panel.
  4. 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.