Skip to content

Instantly share code, notes, and snippets.

@hlian
Created September 20, 2010 18:21
Show Gist options
  • Select an option

  • Save hlian/588365 to your computer and use it in GitHub Desktop.

Select an option

Save hlian/588365 to your computer and use it in GitHub Desktop.
<mt:setvarblock name="i"><$mt:FullEntryCount$></mt:setvarblock>
<MTEntries lastn="$i">
<mt:ignore><!-- Use the Entry Summary module for each entry published on this page --></mt:ignore>
<$mt:include module="Entry Summary"$>
</MTEntries>
<h1 class="archive-title">Also...</h1>
<div class="entry-listing">
<ul>
<mt:setvarblock name="j"><$mt:EntryTitleCount$></mt:setvarblock>
<MTEntries offset="$i" lastn="$j">
<li>
<a href="<$MTEntryPermalink$>"><span class="entry-listing-date"><mt:EntryDate format="%b %e %Y" /></span><span class="entry-listing-title"><mt:EntryTitle /></span><span class="entry-listing-comments"><mt:EntryCommentCount /></span></a>
</li>
</MTEntries>
</ul>
<div class="content-nav">
<a href="<$mt:Link template="archive_index"$>">Archives</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment