samikeijonen

byline filter

Feb 14th, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. function my_byline( $byline ) {
  2.  
  3.     $byline = '<div class="byline">[entry-author] [entry-edit-link before=" | "] ';
  4.     $byline .=  human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago';
  5.     $byline .= '[entry-comments-link before=" | "]</div>';
  6.    
  7.     return $byline;
  8.    
  9. }
Advertisement
Add Comment
Please, Sign In to add comment