views:

317

answers:

4

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

A: 

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

Rimian
+1  A: 

Yep, check out the following.

Site Building > Themes > Global Settings

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

Chuck Vose
+1  A: 

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...

Nikit
+1  A: 

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.

Kevin

related questions