In wordpress comment area, we can see the link on date and time . I want to remove those hyperlinks and such want to show the date and time. for example: You can see this when someone will reply on post Merockysingh says: October 17, 2010 at 10:40 pm the comment goes here... So I want to remove the links from the above underline. How to do this?
Show us the code from your single.php and your comment.php if you have one. I think it would be pretty simple to remove the hyperlink I think you just remove the <a href="http://website.com">PHP for date</a> You'd obviously remove the bits in bold. I'm guessing here.