I want to create and group categories
-
Hi everyone,
I am building a website with a large number of categories. My site will have the following categories:
Grouped Top Category 1
{
— Subcategory 1
— Subcategory 2
}
— Grouped Subcategory 1
{
— Subcategory 1
— Subcategory 2
}
Grouped Top Category 2
{
— Subcategory 1
— Subcategory 2
}
— Grouped Subcategory 2
{
— Subcategory 1
— Subcategory 2
}
The categories enclosed in curly braces will be grouped together under a single category. When the categories enclosed in curly braces are closed, they will look like this:
Grouped Top Category 1
{+}
— Grouped Subcategory 1
{+}
Grouped Top Category 2
{+}
— Grouped Subcategory 2
{+}
All I need for all of this is a method to group the categories. I don’t know how to do this. Can you help me?
I also have one more request: I want to use this categorization system in the “WordPress Page” section.
- The topic ‘I want to create and group categories’ is closed to new replies.