Show Only Post Dates In Nodes in Drupal 7


By default Drupal shows the post author and published/posted date in drupal node view. You can however show only the published date in Drupal by placing this line in your template, where you want to show the date:

<?php print $date; ?>