Hi...
i am using CouchCMS. when i am using front end edit option in my .php file then display two time same name that i added.
my php file code is below:
<cms:editable name='main_title' label='Title' type='text'></cms:editable>
<h4 class="page_title"><cms:show main_title/></h4>
<cms:popup_edit 'main_title' link_text='Edit title' />
When i enter Title: Over Story then it's display two time. that can show in attachment image.
i want to display this title only one time.
So please know me solutions if any one know that.
Thanks.
i am using CouchCMS. when i am using front end edit option in my .php file then display two time same name that i added.
my php file code is below:
<cms:editable name='main_title' label='Title' type='text'></cms:editable>
<h4 class="page_title"><cms:show main_title/></h4>
<cms:popup_edit 'main_title' link_text='Edit title' />
When i enter Title: Over Story then it's display two time. that can show in attachment image.
i want to display this title only one time.
So please know me solutions if any one know that.
Thanks.