Forums

[resolved] Author and Timstamp on Pages (5 posts)

  1. Martin Black
    Member
    Posted 2 years ago #

    Is it possible to display the author and a time stamp of a when a page was last edited?

    All of my wordpress currently is static pages, and it would be useful have something outlined below on the pages:
    "Last Edited by Admin on 26/1/10 at 11.31am."
    Is this possible?

    Thanks.

  2. MichaelH
    Volunteer
    Posted 2 years ago #

  3. Martin Black
    Member
    Posted 2 years ago #

    Hmm, adding those tags into the Loop caused an error in Syntax on Line 27.

    I added this:
    <p align="right">Last edited by <?php the_modified_author(); ?> on <?php the_modified_time('Fj, Y'); ?>at <?php the modified_time('g:i a'); ?> </p>

  4. kurosquare
    Member
    Posted 2 years ago #

    Replace "the modified_time" with "the_modified_time".

  5. Martin Black
    Member
    Posted 2 years ago #

    Thats done it. thanks :)

Topic Closed

This topic has been closed to new replies.

About this Topic