Revision: 21218
Updated Code
at December 9, 2009 04:11 by LuckyShot
Updated Code
<?php if ( in_category('News') ) { // belongs to cat } // or array if ( in_category(array('News', 'Tools')) ) { // belongs to one or more of the categories }
Revision: 21217
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 7, 2009 04:50 by LuckyShot
Initial Code
<?php if ( in_category('News') ) { } // or array if ( in_category(array('News', 'Tools')) ) { }
Initial URL
http://codex.wordpress.org/Function_Reference/in_category
Initial Description
Initial Title
Wordpress - Check if posts belongs to a category
Initial Tags
post, wordpress, category
Initial Language
PHP