Active
Project:
Koi
Version:
7.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2011 at 13:27 UTC
Updated:
3 Nov 2011 at 12:56 UTC
I noticed that each node is obliged to display its creation date next to the node title. I think it would be nice if the theme respected what is set in the content type setting and whether the developer sets the theme to display the author and creation date or not.
This can be done by simply wrapping the creation date in
if ($display_submitted): and
endif; in the node templates.
Comments
Comment #1
mauledbylion commentedThanks for the hint, that worked!