• Joe

    (@sabbathbreaker)


    Hi,

    I would like to change the published date to modified date, may i know which file i should change in my child theme? thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Vamsi

    (@mannemvamsi)

    Check your theme php files .. Just search for WordPress built in function the_date , replace it with the_modified_date

    Thread Starter Joe

    (@sabbathbreaker)

    Hi Vamsi,

    Thanks, I found it’s in the inc/functions.php line#248

    changed the get_the_date() to get_the_modified_date()

    Thread Starter Joe

    (@sabbathbreaker)

    btw, is it safe to hook the get_the_date in the child functions.php?

    Vamsi

    (@mannemvamsi)

    I did not get what you mean by ‘hook the get_the_date in child functions.php’ ?

    Thread Starter Joe

    (@sabbathbreaker)

    what i meant is using the add_filter

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change post date to modified date?’ is closed to new replies.