Monthly Archive for November, 2006

18 Nov 2006

Exclude Category in WordPress

This is probably the fastest way to exclude category in WordPress besides using a plugin. Add the following lines to your WordPress Theme’s template functions.php file (For example, functions.php file for a Theme named “default” would probably reside in the directory wp-content/themes/default/functions.php) or create it as a Plugin by filling the additional Standard Plugin Information: [...]