I want to show k_template_link of "templates" WHERE k_template_name = "Test"
I need to output the k_template_link. How can I get this done?
I started to output all:
But I need a WHERE k_template_name="Test" selection
I need to output the k_template_link. How can I get this done?
I started to output all:
- Code: Select all
<cms:templates show_hidden='1' order='desc'>
<cms:show k_template_link />
</cms:templates>
But I need a WHERE k_template_name="Test" selection