[Plugin: Taxonomy Images] Hide_empty
-
Great plugin thank you.
I am trying NOT to hide empty, like it’s possible with get_terms.
So I need ALL terms to be displayed, even if empty.I have this
$terms = apply_filters( 'taxonomy-images-get-terms', '', array('cat' => '1', 'post_type' => array( 'post','dvd'),'taxonomy'=> 'theme'));Which works great, but where will I apply the Hide_empty argument?
Thx
S
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: Taxonomy Images] Hide_empty’ is closed to new replies.