• Resolved GamerShubham

    (@gamershubham)


    I’m using this theme with a child theme, Can anyone tell me how to show Last Updated Date instead of date when the post/page was created?

    Text should be like – Last updated on October 28, 2015.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter GamerShubham

    (@gamershubham)

    I’ve fixed it myself.

    Go to mh-custom-functions.php and find this code –
    echo ‘<span class=”entry-meta-date updated”>’ . get_the_date() . ‘</span>’ . “\n”;

    Replace this code with-

    echo '<span class="entry-meta-date updated">' . 'Last updated on: ' . get_the_modified_date('F j, Y') . '</span>' . "\n";

    Done!

    Hi GamerShubham,

    thanks for using MH Newsdesk lite and we’re happy that you’ve found already the answer to your question. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Last Updated Date Instead of Date Created’ is closed to new replies.