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

frater a.s.’s picture

I have tried disabling them through the themes but that doesn’t seem to have worked.

frater a.s.’s picture

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

pbarnett’s picture

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.