The way I have set up my directories, the "footer" section is in a different directory than the main blog index.
However, in the footer section are my Recent Entries, and Categories. They are not working, presumably because they are in a different directory.
All that shows up is:
Recent Entries
<$MTEntryTitle$>
Is there a way to add something to this:
CODE
<div class="sidetitle">
Recent Entries
</div>
<div class="side">
<MTEntries lastn="10">
<a href="<$MTEntryLink$>"><$MTEntryTitle$></a><br />
</MTEntries>
to tell it what directory to find the MTBlogURL in?Recent Entries
</div>
<div class="side">
<MTEntries lastn="10">
<a href="<$MTEntryLink$>"><$MTEntryTitle$></a><br />
</MTEntries>
Or, do I need to move everything back into the main directory?
Thanks in advance for your help.