I want to change the date that appears on each blog post to show the time instead. How do I do that?
I want to change the date that appears on each blog post to show the time instead. How do I do that?
Try replacing <?php the_date();?> with <?php the_time();?> in your theme's template files.
I cant find this code anywhere. Which section would it be under ?
Am using the Mystique theme by the way ..
This topic has been closed to new replies.