Closed (fixed)
Project:
Drupal core
Version:
6.1
Component:
base system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2008 at 17:15 UTC
Updated:
5 Apr 2008 at 23:11 UTC
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
Comment #1
vm commentedrequests 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.
Comment #2
michelleActually, site title? Just untick the box in your theme config.
Michelle
Comment #3
vm commentedahhh good catch, i read it wrong.
Comment #4
qolspony commentedThanks you all for your help.