Dates not showing in blog posts
rosconz - March 7, 2009 - 12:59
| Project: | Marinelli |
| Version: | 6.x-2.3 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have looked and looked for this but no luck.
The block with latest blog post I would like to have the dates showing on this and also I would like the dates showing along with the teaser of the ten latest blog posts.
Anyone know how to do this.
I have got to theme and clicked on date and time. I have gone to admin and date and time and clicked on display.

#1
I have the same problem. Please help us!! :)
#2
I have found a solution :-), add following code to the "node.tpl.php" after line 15:
<div class="meta"><?php if ($submitted): ?>
<span class="submitted"><?php print $submitted ?></span><br><br>
<?php endif; ?>
</div>