Forums

Post posted-time - x hours ago (2 posts)

  1. hingham
    Member
    Posted 1 year ago #

    how do i get the post posted-time to be displayed says - x hours ago. like on mashable

    thanks

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    <?php $hrs_ago = round(( date('U') - get_the_time('U') ) / 3600 ); ?>

    works in the loop;

    get_the_time()
    http://codex.wordpress.org/Function_Reference/get_the_time

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags