Word press comment editing ?

Nauthiz666

Senior Member
Joined
Nov 14, 2008
Messages
875
Reaction score
87
Hey guys im posting comments to my blogs, but the problem is i wnat to post like 10 comments to each blog right now but it dispalys post time which kind of loses credibility to have 20 comments within 5 minutes. As administrator is there a way to disable comments time stamps?
 
simply edit the comment.php

remove the comment time tag.
it will look something similar to this

Code:
<?php comment_time('d'); ?>
 
in the admin goto
design => Theme Editor => Select Comments.php (right sidebar)

Find the following code and remove.
Code:
 at <?php comment_time() ?>

though this can be different, depending on the theme you are using. Let me know if you are using any of the free themes, and I will let you know what code to remove.

Cheers!!
 
Back
Top