Hi, KK
Something's not right here:
This construction works as expected:
I thought you might take a look at this.
Something's not right here:
- Code: Select all
<cms:capture into='count' >
<cms:pages masterpage='blog.php' custom_field="has_tag=<cms:show k_page_name />" count_only='1' />
</cms:capture>
<cms:if count gt '0' >'<cms:show count />'</cms:if>
This construction works as expected:
- Code: Select all
<cms:set count="<cms:pages masterpage='blog.php' custom_field="has_tag=<cms:show k_page_name />" count_only='1' />" />
<cms:if count gt '0' > '<cms:show count />' </cms:if>
I thought you might take a look at this.