Skip to content

Instantly share code, notes, and snippets.

@imamo
Created April 30, 2011 19:36
Show Gist options
  • Save imamo/949924 to your computer and use it in GitHub Desktop.
Save imamo/949924 to your computer and use it in GitHub Desktop.
PyroCMS - Blog articles on front page
{pyro:blog:posts limit="5" order="desc"}
<h2><a href="news/view/{slug}">{title}</a></h2>
{intro}
{/pyro:blog:posts}
----- with read more button/link -----
{pyro:blog:posts limit="5" order="desc"}
<h2><a href="news/view/{slug}">{title}</a></h2>
{intro}
<span class="readmore"><a href="news/view/{slug}">Read more...</a></span>
{/pyro:blog:posts}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment