Forum for discussing general topics related to Couch.
4 posts Page 1 of 1
Hello.

I tried to display folder title using <cms:show k_folder_title />. But nothing displayed. Does any one tried this function to display folder title on v 2.1(20180519) ?

Thanks in advnace.
Tried below no luck,
<cms:if k_folder_name='new'>NEW</cms:if>
Hi,

Perhaps that variable is not available in the context you are trying to use it.
For example, 'k_folder_title' is available only in 'folder_view'. In a 'page_view', you have another variable named 'k_page_foldertitle' instead.

Please try placing a <cms:dump_all /> tag at the place you wish to use the variable and see for yourself all the variables that are available there.

Hope this helps,
Thanks KK!
4 posts Page 1 of 1