Removing dates from comments in wordpress

by 5 replies
6
Forgive me if this has been posted before, I used the search function and came up with no relevant results.

Would it be possible to remove the dates from individual comments made on blog posts? If so, how would I go about doing this on Wordpress?
#website design #comments #dates #removing #wordpress
  • You need to edit your comments.php file and comment out the sections pertaining to

    comment_date
  • I can't seem to find the section including comment_date in the action comments.php file. I can find them in the comments-popup.php file, but even after commenting them out the date still remains. Any advice?
    • [1] reply
    • it will depend on your theme and which template is being called by the php code. As suggested you would normally find these in the comments.php file......but might be worth checking the single post template.
  • there might be something similar to:

    <li class="postdate">Posted <?php the_date(); ?> at <?php the_time(); ?></li>
  • Go the comments.php file in editor and erase out the date and time stamp command, or if you're having trouble finding that i suggest you install firebug addon to firefox and then edit it.
  • Banned
    [DELETED]

Next Topics on Trending Feed

  • 6

    Forgive me if this has been posted before, I used the search function and came up with no relevant results. Would it be possible to remove the dates from individual comments made on blog posts? If so, how would I go about doing this on Wordpress?