Forums

post stamp display... (3 posts)

  1. gbaka
    Member
    Posted 7 months ago #

    how would i be able to get a front page post to display the post like if the post has been released in the last 60 mins it would display "# minutes ago" then after a hour it'd display in hours "# hours ago" then after 24 hours it'd display in days "# days ago" and so on.

  2. esmi
    Member
    Posted 7 months ago #

    How about grabbing the current time using the PHP time() function then running WP's get_the_time('U') on the current post. Calculate the difference and use PHP date to convert the elapsed time back into a human readable format?

    http://codex.wordpress.org/Template_Tags/get_the_time

  3. gbaka
    Member
    Posted 7 months ago #

    hmm I have no idea how to do it, i understand it but don't know how to do it...

Reply

You must log in to post.

About this Topic