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
Editable title on a page?
Re: Editable title on a page?
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}
{content block='contenttitle' oneline='true'}
{content}