Problem with list_cats() and categories with child
-
Why doesn’t list_cats()
a) Take a delimiter string as an argument
b) … then … use that delimiter to display proper category names?
I have:
Automotive
– General
– Blahblah2
– ChildCategory3
The default list_cats(0, ‘All’, ‘name’) produces:
General
Blahblah2
ChildCategory3
What if I then add a new parent and children as such:
Noodles
– General
…
- The topic ‘Problem with list_cats() and categories with child’ is closed to new replies.