• Every new comment is showing up as “February 02, 2008” for soem reason. My code for the time stamp is as follows:

    <?php comment_time(‘F m, Y’); ?> at <?php comment_time(‘h:i a’); ?>

    I did a search on here and found this topic:
    http://wordpress.org/support/topic/106768

    I tried using this code:
    <?php
    echo date(“l dS of F Y h:i:s A”);
    ?>

    But now everything is showing up as today’s date.

    Any ideas?

  • The topic ‘Comment date issue’ is closed to new replies.