Skip to content

Instantly share code, notes, and snippets.

@jpemberthy
Created August 27, 2009 16:48
Show Gist options
  • Save jpemberthy/176419 to your computer and use it in GitHub Desktop.
Save jpemberthy/176419 to your computer and use it in GitHub Desktop.
<r:children:each limit="3" order="desc">
<div class="blog_post">
<h4><r:link /></h4>
<r:content />
<r:if_content part="extended"><r:link anchor="extended">Continue Reading&#8230;</r:link></r:if_content>
<p>Posted by <r:author /> on <r:date format="%d/%m/%Y" /></p>
<div class="blog_separator"><hr /></div>
</div>
</r:children:each>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment