By Sigal on
Hi,
I am new to Drupal and just installed it.
I copied the garaland theme and now I'm trying to change it to fit my site.
How do I get rid of the "submitted" and "title" on the page I don't want these displayed.
Thanks,
Sigal
Hi,
I am new to Drupal and just installed it.
I copied the garaland theme and now I'm trying to change it to fit my site.
How do I get rid of the "submitted" and "title" on the page I don't want these displayed.
Thanks,
Sigal
Comments
If you'd rather not modify
If you'd rather not modify the theme files directly, you can:
Large Robot
http://www.largerobot.com
Thanks but
If I knew where do modify the theme files, I wouldn't have this question... I can't find where does these title and submitted are coming from...
Also, when I go to Administer - Site Building - Themes I don't see any Settings option.
I have a confiture button, but there is no settings and no Automatic Nodetitles anywhere.
Thanks,
Sigal
in the node.tpl.php file of
in the node.tpl.php file of your theme.
May I suggest the following resources to grok d6 theming:
Definitely check out the video.... well worth it. The theme guide is still being worked on, but the info there is very comprehensive also.
EDIT: also, you'll want firefox with the firebug plugin and the devel module. Between those two items, you can find out what is coming from where for any page.