By daddydo on
I have retrieved various titles of nodes. In front of those titles I like to see the dates of creation the pages were written. The $submitted includes the author and that's not what I want, just the date (without time stamp).
Is there a way to retrieve only the date and have that in front of the title?
Is there a PHP code snippet which I have to enter manual? (Not ideal, but could be a solution for the time being).
Comments
...
there's this moduled: http://drupal.org/project/submitted_by
you could also overwrite this theme function in your template.php: http://api.drupal.org/api/function/theme_node_submitted/6