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

mauledbylion’s picture

Thanks for the hint, that worked!