WordPress – User comments shows the time of post – NOT the time of comment

See the problem here:
http://www.codywilliamsmma.com/cody-williams-vs-martin-guerra/

If you look at the date of the post “09/09/2009”, then look at the time I commented on the post “2 years, 328 days ago” … It’s equaling out to the exact time of the post date! Which is very wrong. It should say something like “3 hours ago” since I posted it earlier today.

Read More

This is a plugin for wordpress called WP-Days-Ago, the plugin has lots of great reviews and I don’t think the problem is on they’re end. I think it’s something I might have tampered with in one of the comments php files (since I custom built this theme).. All that being said, I’m still uncertain.

Does anyone have any idea on what it might be?

Related posts

Leave a Reply

1 comment

  1. Try searching for ‘date’ while in the editor and looking at the comments.php file.

    See what that looks like does it say post date or similar?

    It should look something along the lines of:

     <?php comment_date('F jS, Y') ?>