Skip to content

Instantly share code, notes, and snippets.

@unruthless
Forked from anonymous/index
Created May 22, 2010 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unruthless/410157 to your computer and use it in GitHub Desktop.
Save unruthless/410157 to your computer and use it in GitHub Desktop.
EE template: blog/index
{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>
{summary}
<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