I've a custom post type and a custom taxonomy assigned to it. I'm trying to get the categories to display in following manner.
Use: When you hover on the Parent category with child items it should display child items and the same for sub items for child category.
I tried using wp_list_categories() function but it returns the list in following order.
How do I get this to match the screenshot 1 layout?
Thanks.