Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress if is in categroy

// Find out in Wordpress 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 #categroy
ADD COMMENT
Topic
Name
8+2 =