Hierachical Sort doesnt work
-
Hello,
your plugin works just creat as long as you have no hierachy.
My code for the “children” looks like this:
$my_query = new WP_Query(array( 'post_type' => 'Dokumente', 'tax_query' => array( array( 'taxonomy' => $taxonomyName, 'field' => 'slug', 'terms' => $term - > slug, ) ), 'posts_per_page' => -1, 'orderby' => 'menu_order', //also tried with 'term_order' 'order' => 'ASC', //also tried with 'DESC' 'paged' => $paged ));
Here is a screenshot of my backend / frontend:
https://www.directupload.net/file/d/4912/kmw8qcui_png.htmHope you can help me with that?! If only the premium-version can accomplish that i would buy it but i want to be sure first (maybe you have a trial?).
Best regards,
NikoThe page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Hierachical Sort doesnt work’ is closed to new replies.