Is there a way to hide date and 开发者_如何学Cuser info from a page post in drual?
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...
Yep, check out the following.
Site Building > Themes > Global Settings
And uncheck the Content type under "Display post information on"
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.
You can remove it from the theme. Look for $submitted
in your current theme and delete it.
精彩评论