Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress if is in category

// Find out in Wordpress (with PHP) if a single/page is in a chosen category
if (in_category('fruit')) {
    echo "This single/page is in category 'fruit'.";
}
Source by developer.wordpress.org #
 
PREVIOUS NEXT
Tagged: #wordpress #category
ADD COMMENT
Topic
Name
4+8 =