• 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 october

    In 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)
  • does that also happen if you temporarily switch to the default theme Twenty Twelve or Twenty Thirteen?

    if not, it might be theme related, and you will need to contact the developer of your theme for support.

    are you using any translation plugin?

    does the problem persist if you deactivate all plugins?

Viewing 1 replies (of 1 total)

The topic ‘Same date’ is closed to new replies.