I Have a dream of making this work, just not sure how.
the site: www.imlschicago.org
The horizontal nav is a listing for all the Categories.
Each Category has subcategories.
When you click on a Category, you go to that page and it lists the sub Cat's on the left.
This is the question.....
When you click on a SubCat on the left, it goes to that page and the rest of the subcat's of that category disappear. Can I make them stay listed even when on the subcat's page?
This is the tags I'm using to do this in the sidebar:
CODE
<MTSubCategories>
<MTSubCatIsFirst><ul></MTSubCatIsFirst>
<MTIfNonZero tag="MTCategoryCount">
<li><a href="<$MTCategoryArchiveLink$>"
title="<$MTCategoryDescription$>"><MTCategoryLabel></a>
<MTElse>
<li><MTCategoryLabel>
</MTElse>
</MTIfNonZero>
<mt:SubCatsRecurse>
</li>
<MTSubCatIsLast></ul></MTSubCatIsLast>
</MTSubCategories>
<MTSubCatIsFirst><ul></MTSubCatIsFirst>
<MTIfNonZero tag="MTCategoryCount">
<li><a href="<$MTCategoryArchiveLink$>"
title="<$MTCategoryDescription$>"><MTCategoryLabel></a>
<MTElse>
<li><MTCategoryLabel>
</MTElse>
</MTIfNonZero>
<mt:SubCatsRecurse>
</li>
<MTSubCatIsLast></ul></MTSubCatIsLast>
</MTSubCategories>
As well, I'm using MT 3.121
There's got to be a simple plugin or solution for this...If anyone can point me in the right direction, I'm pretty good with code...but this has stumped me.
