Skip to content

Instantly share code, notes, and snippets.

@wvuwebgist
Created March 19, 2018 15:42
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 wvuwebgist/21b584e1b5858a995bf5c8fe507f3cf7 to your computer and use it in GitHub Desktop.
Save wvuwebgist/21b584e1b5858a995bf5c8fe507f3cf7 to your computer and use it in GitHub Desktop.
CleanSlate: Simplified example of how to pull a featured blog post.
<r:blog id="1234"> <r:comment><!-- Change to your blog's page id. --></r:comment>
<r:articles tags="featured" limit="1">
<r:each>
<h1><r:article:name /></h1>
</r:each>
</r:articles>
</r:blog>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment