Same date
-
On http://lifesplash.nl/ you see that on every post the day is different, but the date number is the same, for example:
Monday 10 october
Tuesday 10 october
Wednesday 10 octoberIn the index.php I used:
<a href="<?php the_permalink(); ?>"><h1><?php the_title(); ?></h1></a> <h2><?php the_date('l n F, Y'); ?></h2>Does someone know how I can solve this date number problem?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Same date’ is closed to new replies.