display child category in rezdy template
-
Wondering if it is possible to display child category name if exists or display none if false in the taxonomy-rezdy-category.php of a product.
Alternatively
Display rzd tag in category template? Something like this?
<?php
if(has_tag()){
echo ‘this post has tags:’ .$rzd_tag_name;
}else {
echo ” ;
}
?>
- The topic ‘display child category in rezdy template’ is closed to new replies.