Comments in gutters
CLONMEL -- I am burrowing into Movable Type and trying to sort out my gutter content. Although it might make more sense to follow some kind of logical tutorial, I'm entertained by learning through random hyperlink. Thanks to Shelley, I've learned how to integrate recent comments from a separate blog into the right hand gutter area.
- Create a new Index Template in a separate blog called Recent SSI and set the output file to ssi/recent.shtm (ssi being the directory where you keep all the various include files I use on the separate blog).
- Use this barebones code in the template:
<MTEntries lastn="5" sort_order="descend">
<a href="<MTEntryLink>"><MTEntryTitle></a><br />
</MTEntries>
- In the Main Index Template for your blog, use SSI to include the recent entries file:
<!--#include virtual="/journal/ssi/recent.shtm"-->
I'll be using server-side includes until I convert over to PHP.
Thanks to Shelley (the girlie matters) for the tip about "recent entries with includes."
x_ref1256MT



