• Hi,

    When someone makes a comment on my blog, the date is not correct… The dates are being displayed as Jan 10th, even though today is the 12th.

    I looked in the WP admin settings and the date shows up correctly there…

    Any idea what could be causing this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter simoncarr

    (@simoncarr)

    anyone have an idea?

    Thread Starter simoncarr

    (@simoncarr)

    I see what is happening, but not sure how to fix it…

    It looks like the date on the comments is inheriting the date from the blog post. Very odd… Is there a different method for displaying the date within the comments?

    It’s probably a problem with the plugin that allows commenting… Unless you know Php I doubt you could change it.

    Thread Starter simoncarr

    (@simoncarr)

    I figured it out.

    There was a custom comments template setup in functions.php

    It was using <?php the_time( ‘l j, Y’ ) ?> instead of <?php comment_date( ‘l j, Y’ ) ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Date on comments not correct’ is closed to new replies.