• Resolved Mark

    (@markdhamill)


    The theme shows each comment date and time as the post’s date and time. To fix in comments.php change line 37 from:

    <span class="time"><a href="#comment-<?php comment_ID() ?>" title=""><?php the_time('g:i a') ?></a></span><span class="date"> on <?php the_time('F j Y') ?>, </span>

    to:

    <span class="time"><a href="#comment-<?php comment_ID() ?>" title=""><?php comment_time('g:i a') ?></a></span><span class="date"> on <?php comment_date('F j Y') ?>, </span>

  • The topic ‘Comment dates and times are incorrect in Midnight-Blue theme’ is closed to new replies.