Add below code to your WordPress comment template where you want to show time. it will display the time of posted comment.
<?php comment_time('H:i:s'); ?> |
Add below code to your WordPress comment template where you want to show time. it will display the time of posted comment.
<?php comment_time('H:i:s'); ?> |