Skip to content
joshrcook edited this page Oct 1, 2014 · 2 revisions

<r:each />

This is a loop tag that must be inside the <r:blog:articles /> tag to work. It loops through each article.

Example:

<r:blog:articles>
	<r:each>
		<!-- This is the content of each article -->
	</r:each>
</r:blog:articles>