
byline filter
By:
samikeijonen on
Feb 14th, 2012 | syntax:
PHP | size: 0.28 KB | hits: 51 | expires: Never
function my_byline( $byline ) {
$byline = '<div class="byline">[entry-author] [entry-edit-link before=" | "] ';
$byline .= human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago';
$byline .= '[entry-comments-link before=" | "]</div>';
return $byline;
}