Missing date/time stamp in replies

  • Unknown's avatar

    My website (whs59.net) has no date/time stamps in the replies to all categories. Can someone point me toward showing date/time stamps? The key seems to be in the comments.php file where the line in my file reads as follows:

    <?php comment_type(__(”), __(‘Trackback’), __(‘Pingback’)); ?> By <?php comment_author_link(); ?>: on date/time?? <?php edit_comment_link(__(“Edit This”), ‘ |’); ?>

    What I want is the date/time stamp for the reply where I have put the string “: on date/time??”

    I just don’t know how to construct the code.

  • Unknown's avatar

    http://wordpress.org as per your other thread.

    You may want to state the changes that you made to those files. Telling those folks that you made changes doesn’t help when they don’t know what changes that you made.

  • Unknown's avatar

    Thanks: I have edited my initial post. I now am not sure that I have ever seen date/time stamps on the replies, but it sure seems they should be there. I know the data is somewhere in the replies, because date/time stamps show up for all of the replies when I click on the sidebar link that I have labeled ‘comments’.

  • Unknown's avatar

    Thought I had resolved the issue with:

    <?php the_time(‘F j, Y’); ?> at <?php the_time(‘g:i a’); ?>

    but this posts the time of the post on all the comments/replies, not the times of the individual comments/replies.

    I need help from someone who can tell me how to extract and print the time of each individual comment/reply.

    I’m sue it can be done because my page

    http://whs59.net/wordpress/?feed=comments-rss2

    shows the timestamps for the individual replies.

  • Unknown's avatar

    Ummm … I’m hoping you understand at wordpress.com we run on different software than they do at wordpress.org I hate to think you’re here posting stuff you’ll have to post all over again in the correct forum.
    Our Moderator drmike directed you to http://wordpress.org/support and I believe he was indicating that you to give the information as to the exact changes you made to them over there. :)

  • The topic ‘Missing date/time stamp in replies’ is closed to new replies.