开发者

How to turn off authoring information for a drupal page

开发者 https://www.devze.com 2022-12-25 13:28 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消