Hi,
I have folder list view pages
with a title header tag
When the amount of pages in a folder are, let's say 15, Couch generate nicely two pages but both have the same page title. Is there a way to avoid this ?
I have folder list view pages
- Code: Select all
<cms:pages folder=k_folder_name include_subfolders='1' masterpage='catalog.php' limit='10' paginate='1' >
</cms:pages>
with a title header tag
- Code: Select all
<title><cms:get_custom_field 'site_name' masterpage='globals.php' /> | <cms:if k_folder_title ><cms:show k_folder_title/> - <cms:show k_template_title /><cms:else /><cms:get_custom_field 'catalog_title' masterpage='globals.php' /> </cms:if></title>
When the amount of pages in a folder are, let's say 15, Couch generate nicely two pages but both have the same page title. Is there a way to avoid this ?