Created
October 22, 2013 08:59
-
-
Save rodica-andronache/7097416 to your computer and use it in GitHub Desktop.
display x time ago for posts and comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| For posts: <?php echo human_time_diff(get_the_time('U'), current_time('timestamp')) . ' ago'; ?> | |
| For comments:<?php echo human_time_diff(get_comment_time('U'), current_time('timestamp')) . ' ago'; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment