• how can i know that the current category have subcategory or doesn’t have it?

    for example, <?php if (!empty($this_category->category_child)) { ?>

Viewing 1 replies (of 1 total)
  • Maybe these functions in wp-includestemplate-functions-category.php
    :

    function get_category_parents

    or

    function get_category_children

Viewing 1 replies (of 1 total)
  • The topic ‘how can i know that the current category have subcategory or don’t have it?’ is closed to new replies.