Hi there
Searched on forum, but no results yet.. Is there a tag or something to prevent executing other tags on page under a special condition, like a total 'break'?
I realized this can be done with embedding and <cms:ignore> or <cms:no_results>. But I am curious like I'm a teenager again
Searched on forum, but no results yet.. Is there a tag or something to prevent executing other tags on page under a special condition, like a total 'break'?
- Code: Select all
<cms:if k_is_folder>
<cms:pages>
<cms:no_results>
<h1>Nothing to see here<h1>
<cms:break /> <!-- end of executing of the whatever rest -->
</cms:no_results>
</cms:pages>
</cms:if>
I realized this can be done with embedding and <cms:ignore> or <cms:no_results>. But I am curious like I'm a teenager again