I have a Page with a macro that gathers the RTE's content of it's children. However, those's children's RTE can potentially have the same Macro within it's RTE's.
So it the tree:
Page1
---- Child 1
-----====GrandChild1
However, when Child1 calls the macro and I use @CurrentPage.Children, I'm getting the Chidren of Page1 again instead of the Children of Child1 (ie GrandChild1).
Nested macros calling nested nodes.
I have a Page with a macro that gathers the RTE's content of it's children. However, those's children's RTE can potentially have the same Macro within it's RTE's.
So it the tree:
Page1
---- Child 1
-----====GrandChild1
However, when Child1 calls the macro and I use @CurrentPage.Children, I'm getting the Chidren of Page1 again instead of the Children of Child1 (ie GrandChild1).
How do I get the Children of the Macro's caller?
is working on a reply...