taxonomy:child_entry_ids
Fetches the entry_ids of a node's immediate children.
{exp:taxonomy:get_children_ids tree_id="1" entry_id="{entry_id}"}
Example output:
2|4|14
Tag Parameters
tree_id=
tree_id="1"
The id of the tree you want to fetch. This is a required parameter.
entry_id=
entry_id="{entry_id}"
The entry_id of the node being requested. This is a required parameter if the node_id parameter is not being used.
node_id=
node_id="{entry_id}"
The node_id of the node being requested. This is a required parameter if the entry_id parameter is not being used.