How to disable {title} in the {content} field? (SOLVED)

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"
Post Reply
vpuccetti
Forum Members
Forum Members
Posts: 11
Joined: Mon Dec 01, 2008 9:09 pm

How to disable {title} in the {content} field? (SOLVED)

Post 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 :)
Last edited by vpuccetti on Mon Aug 31, 2009 7:53 pm, edited 1 time in total.
User avatar
Owens
Forum Members
Forum Members
Posts: 97
Joined: Thu Dec 27, 2007 11:29 pm

Re: How to disable {title} in the {content} field?

Post 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
Last edited by Anonymous on Fri Aug 28, 2009 10:04 pm, edited 1 time in total.
Fraserm
Forum Members
Forum Members
Posts: 107
Joined: Wed Mar 04, 2009 2:27 pm

Re: How to disable {title} in the {content} field?

Post 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.
vpuccetti
Forum Members
Forum Members
Posts: 11
Joined: Mon Dec 01, 2008 9:09 pm

Re: How to disable {title} in the {content} field?

Post 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 :)
User avatar
Owens
Forum Members
Forum Members
Posts: 97
Joined: Thu Dec 27, 2007 11:29 pm

Re: How to disable {title} in the {content} field?

Post 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.
Post Reply

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