WordPress: in subcatory?


/ Published in: PHP
Save to your folder(s)

Usually use in a template with `in_category()`, like `if ( in_category( 3 ) || in_subcategory( 3 ) ) { ...`. Tested in WP 2.8.4.

URL: http://codex.wordpress.org/Function_Reference/get_term_children

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.