Hi,
Does anyone know how to have just the date showing for comments as opposed to the date and the time?
I had a look under general, settings but that just allows you to specify the format of the date and time (it doesn’t allow me to hide the time altogether)..
Hi!
Please go to Appearance > Editor and open Loop-comments.php file and find
<?php printf(__('%1$s at %2$s','avia_framework'), get_comment_date(), get_comment_time()) ?>
and change it to
<?php printf(__('%1$s','avia_framework'), get_comment_date()) ?>
Regards,
Yigit
I’ve done that and it’s still not working…
http://ksdominant.com/audio/
Thanks, I noticed that the first time that the extra argument was being passed and actually tried that when you posted it the first time and it still doesn’t work…Thanks so much for all this support though :-)
Hi!
Please create us an admin account and we’ll look into it. Yigit’s solution should work and we need to check the code first hand to find out why it doesn’t work in your case.
Best regards,
Peter
Hi!
Please try to place the loop-comments.php file into the “includes” folder of your child theme (where comments.php, etc. is located).
Cheers!
Peter
Hi,
I’ve just copied :
enfold/includes/loop-comments.php
to
enfold-child-01/includes/loop-comments.php
and deleted enfold-child-01/loop-comments.php because it didn’t belong there…
What do I do next..
Hi!
Check it now:
http://ksdominant.com/bdsm-articles-2/she-initiates-and-leads-what-do-you-do/
The problem was that you weren’t including the correct comment loop template in your page.php file (child).
Cheers!
Josue