I would like to remove the date of a comment made on a post, is that possible?
Thanks.
Hi Micheal0424!
Not out of the box.
You have to modify enfold\includes\loop-comments.php.
Look for the following line (app. line 41) and remove it:
<?php printf(__('%1$s at %2$s','avia_framework'), get_comment_date(), get_comment_time()) ?>
Best regards,
Günter
Worked perfectly, thank you!!