Skip to content

Instantly share code, notes, and snippets.

Created May 22, 2010 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/410126 to your computer and use it in GitHub Desktop.
Save anonymous/410126 to your computer and use it in GitHub Desktop.
{exp:channel:entries channel="blog" limit="10"}
<div class="post">
<h2 class="postTitle"><a href="{url_title_path='blog/detail'}">{title}</a></h2>
<p>Posted {entry_date format='%m/%d'} by {screen_name} </p>
{sumary}
<p><a href="{url_title_path='blog/detail'}">Read More &rarr;</a></p>
</div> <!-- end post -->
{/exp:channel:entries}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment