• Resolved mellojoe

    (@mellojoe)


    jpDiMaggio.com needs your help.

    I have a little quirky thing that I can’t seem to find the code for. See in the “Comments” underneath the post, it shows the TIME that a comment was posted. I don’t want the TIME, I want the DATE.

    That bit of code isn’t in “single.php” and its not in “comments.php”.

    Where is it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Can you paste your comments.php code at http://www.pastebin.ca and provide the link here?

    Thread Starter mellojoe

    (@mellojoe)

    As usually happens, I found it the morning after I posted the question.

    In comments.php there is a function called “comments_time()” which can be modified like the normal time() function. There is also a funtion “comments_date()” that works the same way. I simply replaced comments_time() with comments_date() and fixed everything.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modifying Comment Box – can’t find the “time”/”date” code’ is closed to new replies.