Changing Date Format

Home Forums Gillion Theme Changing Date Format

Home Forums Gillion Theme Changing Date Format

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • lushcreative
    Participant

    I’d like to remove the “1 week ago” date format and replace with just Month Day, Year. Is there some custom code I can add/replace to do that? Can I do it without adding a child theme?

     

    Thanks!

    Hi @lushcreative,

     

    I hope you are well today and thank you for your question.

     

    We have created feature request in the following topic to implement this option in the future version of theme.

     

    https://support.shufflehound.com/forums/topic/replace-time-ago-with-the-actual-time/#post-20583

     

    In the meanwhile if you want to achieve this without using child theme then you can achieve it by editing following line of code wherever you find it in the theme file /gillion/inc/helpers_blog.php

     

    <?php echo human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ' . esc_html__( 'ago', 'gillion' ); ?>

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)