Ive been searching online and cant find an answer to this.
we have our category structure as so
->state
-->NY
-->CA
-->FL
->Destination
-->Park
-->Beach
-->Movie
we have about four more groups. so what we want (for this example) is that "state" and "Destination" should not be a link. only the children below it should be.
is there a way to do this using wp_list_categories()?
is there another way to do it without using wp_list_categories()?