Here's what I want to do: I would like to have the same side menus everywhere, i.e., each category archive page would have a menu that lists all the categories (this works) and all of the teachers -- even those outside of the category (this doesn't work). Right now I just get the entries within a particular category. If I try to use the "categories" command in the
Is there a way to include entries outside of the category on a category archive page?
Here's the code in question:
CODE
<div class="side">
<MTEntries sort_by="title" sort_order="ascend">
<a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br />
</MTEntries>
</div>
<MTEntries sort_by="title" sort_order="ascend">
<a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br />
</MTEntries>
</div>