Entries
Iterate over entries in a Collection.
Usage
This tag has the same functionality as the collection tag, with some differences.
The entries
tag will attempt to get the entries based on a mount point of a page.
For example:
{{ entries from="/company/news" }}
...
{{ /entries }}
In this tag, Statamic will check the /company/news
page for any mounted entry collections. If it has a mounted collection (with mount: articles
, for example) the tag will get the entries in the articles
collection.
Parameters
url
string |
The URL of the page from where to find entries. If this parameter isn’t specified, Statamic will look at the current URL. |
---|---|
from
string |
Alias of |
folder
string |
Alias of |
supplement_taxonomies
boolean true |
By default, Statamic will convert taxonomy term values into actual term objects that you may loop through. This has some performance overhead, so you may disable this for a speed boost if taxonomies aren't necessary. |