Issue with child_of in wp_list_categories
-
I seem to be having the same problem as detailed here:
https://www.ads-software.com/support/topic/wp_list_categories-partially-broken/
I’m running the plugin alongside the function below to create the dropdown menus for Fashion and Home on the site https://discovervintage.co.uk/, the Home one is working and displaying a hierarchal structure, the Fashion one is broken and is not displaying the hierarchy, just a flat list.
They are both using the same code, but different values in ‘child_of’.
Disabling the Custom Taxonomy Order plugin fixes the issue, but also resets the order to default, which isn’t our preferred.
wp_list_categories( array( 'taxonomy' => 'product_cat', 'orderby' => 'name', 'show_count' => false, 'use_desc_for_title' => false, 'child_of' => 23, 'title_li' => "", 'echo' => 0 ) );
The page I need help with: [log in to see the link]
- The topic ‘Issue with child_of in wp_list_categories’ is closed to new replies.