• The date and time on my entries is fine but the date and time on my comments appears like this: February 22nd, 201512:52 PMat

    I take that to mean “February 22nd, 2015 12:52PM at”

    What is the “at” for? Is there more that’s being cut off? How do I get a space between the date and time?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Probably a setting in the theme. Where did you get the ahimsa theme?

    the theme seems to be v3.2 of https://wordpress.org/themes/ahimsa

    unfortunately, the theme does not seem to be supported any more.

    the error must have existed in the theme from the beginning when it was uploaded here.

    check the comment callback function about 50 lines from the end of functions.php of your theme;
    find this line:

    printf(__("%1$s at %2$s", 'ahimsa'), comment_date($comment_date_format), comment_time());

    change it to:

    printf(__("%s at %s", 'ahimsa'), get_comment_date($comment_date_format), get_comment_time());

    Thread Starter RobF2010

    (@robf2010)

    Thanks, alchymyth

    That worked beautifully.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Comment Time and Date Stamp’ is closed to new replies.