Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #280475

    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)..

    #280478

    Hi ksdominant!

    Can you post the link to your website?

    Best regards,
    Yigit

    #280488
    This reply has been marked as private.
    #280492

    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

    • This reply was modified 9 years, 10 months ago by Yigit.
    #280621

    I’ve done that and it’s still not working…
    http://ksdominant.com/audio/

    #280649

    Hey!

    I have changed the second code, can you try it now please?

    Cheers!
    Yigit

    #281071

    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 :-)

    #281135

    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

    #281138
    This reply has been marked as private.
    #281141

    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

    • This reply was modified 9 years, 10 months ago by Dude.
    #281154

    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..

    #281439

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.