I've been tinkering with the template tags, but I don't see a way to do this...
I have PHP execution enabled in static pages (using a plugin). What I would like to do is automatically generate the content of the page where you have something like this
Name_of_Categoy_#1 <-- this is a link
Description_of_Category_#1
Name_of_Categoy_#2 <-- this is a link
Description_of_Category_#2
Name_of_Categoy_#2 <-- this is a link
Description_of_Category_#2
Listing a list of names which are links is dead simple - there are built in template tags that do that - but how about extracting and interleaving the stored description of the category?