Viewing 1 replies (of 1 total)
  • Thread Starter tinevdh

    (@tinevdh)

    Found a solution!
    in Widget.php, I found this piece of code:

    `private function get_terms( $tax ) {
    if ( is_taxonomy_hierarchical( $tax ) || $this->all_terms )
    return get_terms( $tax );
    else
    return get_erms::get( $tax );
    }
    `
    I just removed the if/else part and only put down: return get_terms($tax) and now it works perfectly!

Viewing 1 replies (of 1 total)
  • The topic ‘Not showing all the term items’ is closed to new replies.