In 2005 several people were very helpful in solving my development needs. Now here comes 2008, and I can't get one response. I just need a script that will deal with the title of the website. For instance, there is a setting in "site information" that requires you to put a site title. I have created banners for this purpose and that makes the site title irrelevant. So, can someone tell me how do I remove it without affecting the overall integrity of the website? Your assistance will be greatly appreciated.

Qolspony

Comments

vm’s picture

Assigned: qolspony » Unassigned
Priority: Critical » Normal
Status: Active » Closed (fixed)

requests of this sort should be made in the forums rather then issues filed against core.

In 2005 users used search more often then not. your question could have been found using search as I've seen this question answered multiple times in the recent past. Welcome to 2008!

you don't need a script to do this. simply remove the title variable from your node.tpl.php if you want to remove titles from ALL content types

or create a custom tpl.php for a specific content type and remove the title variable from it.

there is also a module or two that may help in the downloads area that deal with titles. ie: autonodetitle or something that may help.

michelle’s picture

Actually, site title? Just untick the box in your theme config.

Michelle

vm’s picture

ahhh good catch, i read it wrong.

qolspony’s picture

Thanks you all for your help.