• Hi, Is it possible for the last date of the last update to be displayed on the particular page that has been changed?
    Terry

Viewing 6 replies - 1 through 6 (of 6 total)
  • Go to Pages > All Pages
    Hover over the page you want – links will appear under the title – choose “Quick Edit”.
    Change date to what you want.
    Click blue “Update” button on bottom-right.

    Thread Starter terryau

    (@terryau)

    Hi sorry , does not work.
    Not sure as to whether I explained myself clearly. When I modify a page I want to know how I can have automatic entry saying words to the effect ‘New information entered on ( insert date).”
    Is this possible?

    Thread Starter terryau

    (@terryau)

    hi again, sry for being so dumb must be age related. It is not me that’s wishes to know when page was updated/ modified it is my reader/visitor. Or am I missing something?

    You choose one of the examples (https://codex.www.ads-software.com/Function_Reference/the_modified_time#Examples) and put the code in a template, such as single.php, and this will show on the site so that people can see the last updated time.

    This plugin – Last Modified Timestamp – “Adds the last modified time to the admin interface as well as a [last-modified] shortcode to use on the front-end.” (front end being whatever template you put this in)

    From the Plugin’s FAQ:

    To customize the output with a shortcode, use the attributes as described above.

    …and…

    Template Tags

    Models the function naming convention used by WordPress for get_the_content / the_content and similar functions.

    get_the_last_modified_timestamp() – returns timestamp.
    the_last_modified_timestamp()displays/echos the timestamp.

    Thread Starter terryau

    (@terryau)

    WOW ! thanks a lot. However at 77, I think I will just type in the date. lol

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘page modfied date’ is closed to new replies.