Separate Category List by Parent Category
-
Hello!
Here is what I want to do to my site. For example, I have this category structure:
- Number [of widgets] (parent category)
-- 1 (child category)
-- 2
-- 3
- Color [of widgets] (parent category)
-- Blue (child category)
-- Red
-- Green
-- White
So when I post, I will choose 1 (childof Number category) and Blue and White (child of Color category)
The question is:
How do I present them in my post to automatically list the categories as:
<strong>Number:</strong> (will list all chosen child categories for Number; in this case, 1)
<strong>Color:</strong> (will post Blue, White)
How do I go about listing the possible child categories in what way?
Thank you!
- The topic ‘Separate Category List by Parent Category’ is closed to new replies.