Jump to content

Removing "CMS page" title


Recommended Posts

Ah, dear xhaling it's not related to back office and cms configuration tab.

 

This "title" is probably located in template of cms.

 

Try to find it out in cms.tpl file which you can find in your theme directory.

 

Before any modifications make a backup of this file

  • Like 1
Link to comment
Share on other sites

  • 9 years later...

Hey Ress

i got the same issue. i added your code but left the rest as it was. Do i need to change or delete part of the code?

Here is my code:

{extends file='page.tpl'}

{block name='page_header_container'}
{/block}

{block name='page_title'}
  {$cms.meta_title}
{/block}

{block name='page_content_container'}
  <section id="content" class="page-content page-cms page-cms-{$cms.id}">

    {block name='cms_content'}
      {$cms.content nofilter}
    {/block}

    {block name='hook_cms_dispute_information'}
      {hook h='displayCMSDisputeInformation'}
    {/block}

    {block name='hook_cms_print_button'}
      {hook h='displayCMSPrintButton'}
    {/block}

  </section>
{/block}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...