By default Drupal Blog, Story pages will show author and date information just below the title of the post.
In Drupal 6, show / hide author and date information option was in theme setting page. But in Drupal 7 it is in Content types settings.
How to hide Author and date information in Drupal 7

Done!! Now Drupal 7 will not show Author and Date information in posts for this content type.
Comments
Hi, thank you for your help.
Hi, thank you for your help. Just to comment about removing the author. Even after doing the steps you gracefully shared with us, the author still shows on search results, like, in my case, I'm searching for products I carry on my site and the result shows both the product and the person that entered the product into the system. I haven't found a way to remove authors from search results yet. (p.s. I'm looking at your themes. I think I will become your customer in the next few days). ta
@Tony,
@Tony,
Search result page is controlled by Drupal search module. So, the above method will not work for search results page.
However, you can hide Author, Date and comment number from search results by few methods. Easiest method is:
.search-info {display: none;
}
Done!!!
This is not a good method.
This is not a good method. Search engines (google...) will still index the names and even show them in search result abstracts.
Better use a 1 line function in template.php. See:
http://drupal.org/node/1101554#comment-5345554
How hide author in RSS?
How hide author in RSS?
Add new comment