Structure Entries
The Structure Entries tag extends the functionality of the Channel Entries tag so all of the parameters and functionality documented for that tag will also apply here.
- Native
- Twig
- Blade
- GraphQL
{exp:structure:entries}
{title}
{/exp:structure:entries}
{% for entry in exp.structure.entries %}
{{ entry.title }}
{% endfor %}
@foreach($exp->structure->entries as $entry)
{{ $entry->title }}
@endforeach
{
exp_structure_entries {
data {
title
}
}
}
Parameters
These are a few of the parameters and behaviors that are unique to the Structure Entries tag.
Parent ID
Determine which children to show within the entries tag. A value of 0 will show the top level.
parent_id: 5