Behrooz Karjoo
Behrooz Karjoo

Reputation: 4292

How to turn off authoring information for a drupal page

Is there a way to hide date and user info from a page post in drual?

Upvotes: 6

Views: 5623

Answers (4)

Kevin
Kevin

Reputation: 13226

Uncheck it from the Global theme config. Its the proper way to do it. Nodes like 'Page' you won't want submitted by on, but something like blog entry you would.

Upvotes: 0

Nikit
Nikit

Reputation: 5128

uncheck appropriate node type from Administer - Themes - Configure - right block: Display information on.

quick link: http://YOURSITE/admin/build/themes/settings

Recommend to use theming nodes - more powerful and flexible...

Upvotes: 3

Chuck Vose
Chuck Vose

Reputation: 4580

Yep, check out the following.

Site Building > Themes > Global Settings

And uncheck the Content type under "Display post information on"

Upvotes: 1

Rimian
Rimian

Reputation: 38428

You can remove it from the theme. Look for $submitted in your current theme and delete it.

Upvotes: -2

Related Questions