Hi,
I am using the default WP3 theme. I would like to print the time out, when a article was created/posted, right beside the day.
Should be like:
Posted on 04/07/2010 on 07.10 by userx
Anyone has a clue how this can be done?
Thanks.
Hi,
I am using the default WP3 theme. I would like to print the time out, when a article was created/posted, right beside the day.
Should be like:
Posted on 04/07/2010 on 07.10 by userx
Anyone has a clue how this can be done?
Thanks.
<?php the_time('d/m/Y') ?> on <?php the_time('h.s') ?>
thanks.. in what file do I modify this?
if you want to show this in front page so modify index.php.
if Archive page-- archive.php
if Single page --- single.php
As your choice.
Thank!!
(if it is solve, plz mark it as resolve)
This topic has been closed to new replies.