We have a category group with about 60 categories. The main thing I wish to accomplish is an index page that prints out a category tree. However, we would like to repeat some sub-categories underneath other parent categories.
CATEGORY 1
- subcat alpha
- subcata beta
CATEGORY 2
- subcat gamma
- subcat alpha << repeat
CATEGORY 3
- subcat delta
- subcat beta << repeat
The issue I’m running into is that I cannot create categtories with same Category URL Title when I’m building the category tree;
i.e. I cannot create another subcat_alpha
How I can accomplish the task of including the reapeated subcategories underneath other parent categories?
I was thinking of creating duplicate similarly named subcategories with different Category URL Titles
ex: subcat_alpha and subcat_alpha2
but that seems awkward because we would have to remember to keep double or triple tagging our articles with the ‘duplicate’ subcategories.
So is there a way to alter the output of the category tree in order to display our repeated subcategories.
thank you in advance for any tips or guidance
[Mod Edit: Moved to the CodeShare Corner forum]