• Resolved erpetruzza

    (@erpetruzza)


    Hi,
    is there a way to show only sub-category of a determined category?

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author GavickPro

    (@gavickpro)

    Hello,

    Do you mean homepage? If yes – you don’t have subcategories listed in the filter option?

    Thread Starter erpetruzza

    (@erpetruzza)

    Hi,
    I meant in a post.

    I solved it by making some changes to the file content-meta.php at this point

    $categories_list = get_the_category_list(__( ', ', 'portfolio'));
    				if ($categories_list) {
    					echo '<span class="categories-links">' . __('Posted in ', 'portfolio') . $categories_list . '</span>';
    				}
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘filtering category’ is closed to new replies.