Hi, I'm new to drupal,and I like it, but I have a little problem. I like to remove posted by and date filds from posted Articles, i read some older posts for drupal 6 but doesn't work in drupal 7 or maybe I do somthing wrong.
Thanks in advance (beer)

Comments

mshepherd’s picture

In Drupal 7, this is controlled on the content type edit page, rather than on the theme edit page, which was the case for Drupal 6.

So, go to Structure >> Content Types
Edit the content type you want to change.
Scroll to Show display settings
Remove the tick from 'Display author and date information'
Hit the Save content type button

Hope that helps.

negatifo’s picture

I Removed the tick from 'Display author and date information' and the posted by still shows up, I create a new Content type and unckeck 'Display author and date information' and "posted by" still shows up. I can't figure out where is the problem.

alinouman’s picture

Thanks it solved my problem

drupal-dev’s picture

I followed your instructions and it worked for me

pratishjha’s picture

It work for me. Thanks a lot

punkbrry’s picture

did you clean out your browser cache. some browsers cache aggressively.

negatifo’s picture

The problem is my theme that I'm using Marinelli 7.x-3.0-beta4, when I'm using different theme "posted by" disappears.
Thanks for the help!

drdrun’s picture

i have problem with marinelli theme too...
Even with clear cache....
Plz help us...

mcfilms’s picture

This is likely a bug with the Marinelli theme and you should post it in the issue cue asap.

A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com

zekeriye’s picture

I have use marinelli-7.x-3.0-beta9 themes.
I have got this problem too.
But this problem solved for me :
1) go to : Structure -> Content Type

2) select "edit" for a content type and
3) unchecked "Display author and date information. "
4) Save Settings

step 2 -4 repeat every content type (or which is want to change it)
after do this and "clear all caches" my problem was solved.

Anonymous’s picture

Thank you, Problem solved

sdifiore’s picture

Hi, I did exactly that and when I check the option it hides the whole content as well.
Using the Blue Masters theme, as reference

paulwoodhead’s picture

Hi is there a way to remove the dates on comments rather than content?

bappa.sarkar’s picture

edit comment.tpl.php in your active theme

tafsir001’s picture

hi, I'm new to drupal, I am using article beside content type >> article then it's not removing..Please help

inkedout’s picture

Go to Structure.
Select Content types. * Pick the content type you're testing. *
Select edit. It's the first option under Operations.
Scroll down to Display settings. Select it.
Uncheck the radio box besides the option "Display author and date information."
You aren't done till you
Save content type.
You can clear the cache and run Cron afterwards but it might not be necessary.

trumpetmercenary’s picture

Annoying when checking that box 'display author and date information' doesn't make it go away, which usually means there's something theme-specific making it still show up.

To get around it and make it go away for good, you can edit templates/node/node--article.tpl.php and take it out. However, this does it for every content type.