/ Published in: PHP
URL: http://codex.wordpress.org/Function_Reference/in_category
Expand |
Embed | Plain Text
<?php if ( in_category('News') ) { // belongs to cat } // or array // belongs to one or more of the categories }
You need to login to post a comment.
