Support Forum ยป User Profile

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Category output not working properly #8423
    CreatieveMamaCreatieveMama
    Participant

    Thanks for putting me in the right direction!
    It's working perfectly now on both websites.

    I replaced this loop:

    foreach ( $cats as $cat ) {
    	$term_id = $cat->term_id;
    }

    with:
    $term_id = get_queried_object_id();

Viewing 1 post (of 1 total)