By LGomez on
If I want to create a page with general content and not want the "submitted by" information to appear, what kind of content should I create? Page, story...?
It's sounds like a stupid question, as I can see pages like that in several Drupal sites, but I dont seem to get it.
--
lgomez
Comments
It's a theme setting
You can turn the "submitted by" on or off for any node type. Look in administer - themes - configure and find the "display post information" section.
It's a theme setting
Thank you for this information it still works today it is helpful to those who want to declutter their sites.
If above didn't work go for this
I have observed for some themes the above solution won't work then go for this solution.
http://drupal.org/node/30628#comment-52664
Sunny
www.gleez.com
Use CSS
No need to hack the template files... Edit your style sheet. Set display: none; for the submitted by class. If you only want to do this on a particular page, use the CSSInjector module. You can have the css code applied to a particular page - much like block settings. I do this all the time...