Hi everyone,
I am struggling with a problem, in which I am trying to group specific categories together, and trying to have them displayed under different captions in the sidebar. Currently, the category widget simply lists all available categories, such as the following:
Widget Caption
Category 1
Sub Category 1
Sub Category 2
Sub Category 3
Category 2
Sub Category 4
Sub Category 5
Sub Category 6
However, since my website is based on 2 larger topics, I would like to split the two main categories and have the following layout on the sidebar:
Widget Caption 1
Sub Category 1
Sub Category 2
Sub Category 3
Widget Caption 2
Sub Category 4
Sub Category 5
Sub Category 6
Does anyone know how to achieve this? I have been looking for several plugins, but the ones I found did not serve my needs. Also, I know nothing of PHP programming.
Thanks.