As you will see, I continue developing our website.
Now as a client has commented a post, I have a horrible link appearing, as you will see [url=http://aventuraparc.ro/?p=726#comments]here[/url]. I am trying to remove it, but do not succeed.
I am looking for a comment_template.php and do not see it!
If you have time to help us, that would be great !
The function that generates the comments is in the WordPress core and is called [code]wp_list_comments[/code]. I did not modify it so it’s the WordPress comments engine that generates those links. There should be the date and time of the comment.
If you want, you can provide a callback function for [code]wp_list_comments[/code], [url=http://codex.wordpress.org/Function_Reference/wp_list_comments]this article[/url] may help you.
Well, I finally found the solution to the comments timestamp problem [url=http://community.webfaction.com/questions/1492/wordpress-date-time-wrong-in-comments]here[/url]. Hope it will be usefull for others…