How do I remove the page title

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
toller

How do I remove the page title

Post by toller »

After finally making a start with CMSMS tonight i'm starting to get something together that for the most part looks ok.  I'm tweaking the supplied templates and stylesheets as they perfectly adequate for what i need but i'm havng trouble removing the page titles that appear in the top left hand corner of each page just below the menu and header like this

>>Home
   
Home

I only need to remove them on the first page but i'm not totally sure of how i go about it as everything i've tried so far seems to make the entire site not display properly.

Anyone help?
Last edited by toller on Wed Mar 15, 2006 9:02 pm, edited 1 time in total.
jelle

Re: How do I remove the page title

Post by jelle »

Those are the breadcrumbs and are supposed to aid you in navigating your way around the site.
You could remove them in your frontpoage only if you make a separate template for the frontpage that has no {breadcrumbs tags.
nils73
Power Poster
Power Poster
Posts: 520
Joined: Wed Sep 08, 2004 3:32 pm

Re: How do I remove the page title

Post by nils73 »

From what you describe it can be a variety of things. Do you have a URL you can point us to? Might be helpful to see what it is about.

Regards,
Nils
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: How do I remove the page title

Post by Ted »

The first one is the {breadcrumbs} tag, like jelle said.  The 2nd is an {title} that is in each template right above the {content} tag (which does the actual displaying).
Locked

Return to “CMSMS Core”