Fruits and Vegetables are parent (P) terms, shown under each are the children (C) terms. I want to create a view that links to the nodes, however, the parent term will still be a link (that shows all nodes of children) but doesn't display in the view, like this:
--Cherry (C)
--node1
--node2
--Plum (C)
--node3
--node4
-Vegetables (P)
--Cucumber (C)
--node5
--node6
--Potato (C)
--node7
--node8
I'm having one heck of a time doing the above, mine keeps listing as shown below:
--node1
--node2
--node3
--node4
--Cherry (C)
--node1
--node2
--Plum (C)
--node3
--node4
-Vegetables (P)
--node5
--node6
--node7
--node8
--Cucumber (C)
--node5
--node6
--Potato (C)
--node7
--node8









