Forums
(@jiggybytes)
17 years, 7 months ago
Replaced <?php the_date() ?> with <?php the_time('j F, Y'); ?>
<?php the_date() ?>
<?php the_time('j F, Y'); ?>
Thanks Mojorob, that solved it.