Editable title on a page?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
pspmikek

Editable title on a page?

Post by pspmikek »

In my template, I have a place where I use {title} to display the title of the page as specified in the CMS.

Unfortunately, there are some places in our website that use custom text in the title vs. using the real page title.

Is there a way to have use a content block for this and have it default to {title} if nothing is specified?

Thanks
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Editable title on a page?

Post by Dr.CSS »

You can do this but it won't default to {title} you can put a title in it on every page that has it... it makes a single line box...

     
        {content block='contenttitle' oneline='true'}
        {content}
     
Locked

Return to “Layout and Design (CSS & HTML)”