By frater a.s. on
I want to remove the date and time info as well as the RSS from my nodes, I cant seem to find how to disable them.
I want to remove the date and time info as well as the RSS from my nodes, I cant seem to find how to disable them.
Comments
I have tried disabling them
I have tried disabling them through the themes but that doesn’t seem to have worked.
me again
I think it’s the theme that Im using they disappear if I use a different theme, what file in the theme would I have to look at to remove them, the theme Im using is based on orchard
The file is your theme's node.tpl.php
You can edit your theme's node.tpl.php file and delete the bits that print $submitted and $links.
Alternatively, get the Firefox Web Developer plugin and use the CSS 'View style information' function to look at your site; it will tell you the CSS applied to the relevant section and you'll know what to change to display:none.
Pete.