Is it possible to nest Low Reorder tags?
As per topic... is it possible call Low Reorder using a set name that is obtained from a Low Reorder call?
e.g.
{exp:low_reorder:entries set="test" prefix="pre_"}
{exp:low_reorder:entries set="{pre_url_title}" prefix="sub_"}
{sub_title}
{/exp:low_reorder:entries}
{/exp:low_reorder:entries}
If not, what is the best way to get low_reorder output based on the url_title of entries in a different low_reorder set?
Replies
Low 20 Jan 2017 07:57
I don't think you can. Mostly because the EE template parser will think the first closing tag will belong to the first opening tag.
You'd need to use an embed or something like a Low Variable snippet to work around the parsing issues, eg.
Just keep an eye out for performance, as nesting tags like this can quickly escalate into many queries.