taxonomy:entries
The taxonomy:entries tag extends ExpressionEngine's native channel entries tag allowing you to render child nodes directly within a parent channel:entries tag.
Your regular channel entries tag variables are all available to you with a tx: prefix.
Tag Parameters
parent_entry_id=
parent_entry_id="{entry_id}"
The entry_id of the parent node which child channel entries will be returned.
Basic Example
Context Example
This full example shows how to use the set_node tag to prevent having to repeat the tree_id parameter on all subsequent taxonomy nav/breadcrumbs/url tags. We also set add_globals to yes - allowing us to use the global {this_node_has_children} variable to output our child entry data using taxonomy:entries.