Is there any conditional tags which executes different action if it's subcategory and different if it's parent category and/or home page?
Thanks
Is there any conditional tags which executes different action if it's subcategory and different if it's parent category and/or home page?
Thanks
`$categoryvariable=$cat;
$is_subcategory = $wpdb->get_var("SELECT parent FROM $wpdb->term_taxonomy where term_id=".$categoryvariable."");
if($is_subcategory !=0){}
Also found this link.
Hope it helps ...
And this link.
Best regards ...
This topic has been closed to new replies.