#Sub Entry

Queries a specific entry within a detail page to retrieve and display the full set of data related to that item, allowing users to view or interact with all its associated details.

Attributes:

AttributesDescription
[id](Required) Used to query a specific entry.

Shortcode:

[sub_entry]
1

Code Examples:

[entry] <h1>{{ event_title }}</h1> [sub_entry id="1"] <p>{{ blog_entry }} - {{ blog_content }}</p> [/sub_entry] [/entry]
1
2
3
4
5
6