Created
March 19, 2018 15:42
-
-
Save wvuwebgist/21b584e1b5858a995bf5c8fe507f3cf7 to your computer and use it in GitHub Desktop.
CleanSlate: Simplified example of how to pull a featured blog post.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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