Page 1 of 1
How to disable {title} in the {content} field? (SOLVED)
Posted: Fri Aug 28, 2009 9:26 pm
by vpuccetti
I've tried googling and searching the forums, but I can't find any information as to how to remove the title of the web page from the first line of the content on every page. A person I am designing the website for doesn't like the feature and by doing a search through all the code the only area I saw this was in the admin\addtemplate.tpl
Any help is greatly appreciated

Re: How to disable {title} in the {content} field?
Posted: Fri Aug 28, 2009 9:58 pm
by Owens
Look to your template design to find the solution.
The {title} has to be in the template you are using otherwise it wouldn't print it to the screen. So goto Layout -> Templates and then click on the template your page is using. Remove the {title} directly before the {content} tag, and this will remove the title from the content area of the page.
You might want to check out other common smarty tags for templates in the User Handbook.
http://wiki.cmsmadesimple.org/index.php/User_Handbook/Getting_Started/Designer/Templates
Re: How to disable {title} in the {content} field?
Posted: Fri Aug 28, 2009 11:02 pm
by Fraserm
Are you confusing {title} with {breadcrumbs}?
If you site only has a single level of hierarchy you would only see the page title as the breadcrumb. If it sounds like that's what's happening, look in your page template(s) and remove the {breadcrumbs} tag from your page.
Re: How to disable {title} in the {content} field?
Posted: Mon Aug 31, 2009 7:53 pm
by vpuccetti
Wow I feel so stupid because it was right there in front of me! Thank you Owens, I was reading right over the code because I had added an tag to it and thought nothing of it haha
Thanks guys

Re: How to disable {title} in the {content} field?
Posted: Mon Aug 31, 2009 10:07 pm
by Owens
Your welcome and don't feel stupid. I've done more than my fair share of obvious blunders.
Don't forget to add [Solved] to the title of the post.