By drupal1 on
When I create a new page I get "Submitted by... and the date" How do I prevent this from displaying on new content especially on Pages?
When I create a new page I get "Submitted by... and the date" How do I prevent this from displaying on new content especially on Pages?
Comments
admin >> themes then select
admin >> themes then select "global settings" and see "Display post information on" section.
thank you
thank you
Removing Submitted - themes settings
Go to administer ->Themes -> global settings and there is a sectiont hat begins with: Enable or disable the "submitted by Username on date" text when displaying posts of the above type...
Select/unselect the page types as necessary. Enjoy
-----
iDonny - Web Content Management System Design, Development. & CRM
Hiding "submitted by" has other beneficial side effects, too
Hiding the "submitted by" this way will also stop the inclusion of the URL of the submitter's profile page to the !full_node variable (token) used by mail templates.
In brief, doing this makes it easier to have neater, less confusing messages sent out to subscribers.
Thanks a million, spent an
Thanks a million, spent an hour trying to figure it out prior to coming here.
Thank you so
Thank you so much!
-------------------------------
www.bayonone.com
DRUPAL 7 remove "Submitted by" and "date"
goto CONTENT TYPES
to the right of any content type under OPERATIONS
choose EDIT
look for DISPLAY SETTINGS
un-check "Display author and date information."
that's it
Regards,
Abhi Kalyan
Nice one, Abhinya. Saved me
Nice one, Abhinya. Saved me some time.
per content type solution
Hi abhinya,per content type solution perfectly working for Drupal 7. Thanks.
Drupal 8 (still same as Drupal 7)
(just mentioning D8 for benefit of anyone googling this...)
Still in the content type edit settings, e.g.
/admin/structure/types/manage/article
Select "Display settings" vertical tab, then "Display author and date information" checkbox
Don't go looking for it in Manage Display or the Custom Display sub-tabs, as I did...