Hi KK,
I have two clonable templates 1 and 2 and I want to call some pages based on a condition.
I have template 1 in which i want to call some pages from template 2 which satisfy the following condition:
Here, the k_page_title is the field from template 1.
I hope you understand what i'm trying to ask. Please help.
I have two clonable templates 1 and 2 and I want to call some pages based on a condition.
I have template 1 in which i want to call some pages from template 2 which satisfy the following condition:
- Code: Select all
<cms:pages masterpage='template2' custom_field='custom_field_of_template 2=k_page_title' ></cms:pages>
Here, the k_page_title is the field from template 1.
I hope you understand what i'm trying to ask. Please help.