Ok, so this site's navigation is built up from Categories.
However, my client wants specific grouping of the navigation items, ie.
x
y
z
----
1
2
----
3
4
----
6
There is no conceivable way to group these logically. So i think my best bet is to just do something like echo WpCat('x') and echo WpCat('4') i know this isnt the code but the general idea is how can i only echo certain category names as and when i need to?
Thanks