The PRO version also supports an {articles}
tag to output the data of multiple articles.
Articles Anywhere will repeat the content/data inside the tags for every article that matches the given Filters.
There are different ways you can tell the {articles}
tag what articles to output: via a comma-separated list of articles, via categories, via tags, via custom field values, and much more.
We will discuss those in-depth further in the tutorial.
To tell the {articles}
tag what articles to output and what possible other settings to take into account, we need to use the attribute="value"
syntax (similarly to HTML syntax).
{articles category="Cats" tags="Hairy"}...{/articles}
These attributes can be Filters. But they can also be output settings (such as Limit, Ordering, Pagination) or filter settings that override the default behavior.