+ Hi there... I have been digging around to make this happen, and It seems a little far fetched of a plan...
I am trying to write the php so that when you click on a link to a category page, it then displays this:
Category Title (the name of the link i just clicked on)
_ Child 1 -show cat_title
__ SubChild A -show cat_title
___ -show all post_titles
__ SubChild B -show cat_title
___ -show all post_titles
__ SubChild C -show cat_title
___ -show all post_titles
_Child 2 -show cat_title
__ SubChild A -show cat_title
___ -show all post_titles
__ SubChild B -show cat_title
___ -show all post_titles
_Child 3 -show cat_title
__ SubChild A -show cat_title
___ -show all post_titles
__ SubChild B -show cat_title
___ -show all post_titles
you think it it is possible?
-jeremy