[Plugin: Taxonomy Images] Doesn't adhere to 'child_of' argument
-
When combined with the having_images = false argument, the child_of argument does not appear to work. Here is my code.
$args=array( 'taxonomy' => 'custom_tax', 'having_images' => false, 'term_args' => array( 'class' => 'alignleft', 'orderby' => 'name', 'order' => 'ASC', 'child_of' => 150, 'hierarchical' => 1, ), );
https://www.ads-software.com/extend/plugins/taxonomy-images/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Taxonomy Images] Doesn't adhere to 'child_of' argument’ is closed to new replies.