how can i know that the current category have subcategory or doesn't have it?
for example, <?php if (!empty($this_category->category_child)) { ?>
how can i know that the current category have subcategory or doesn't have it?
for example, <?php if (!empty($this_category->category_child)) { ?>
Maybe these functions in wp-includestemplate-functions-category.php:
function get_category_parents
or
function get_category_children
This topic has been closed to new replies.