diff --git a/author.php b/author.php index cfd269e..01a984d 100644 --- a/author.php +++ b/author.php @@ -3,8 +3,7 @@ ".get_the_time('F jS, Y')." | ".__(' by ','comicpress'). get_the_author_meta('display_name')."\r\n"; + global $post,$authordata; + + $post_author = "".get_the_time('F jS, Y')." | ".__(' by ','comicpress')."ID, $authordata->user_nicename )."\">".get_the_author()."\r\n"; echo apply_filters('comicpress_display_post_author',$post_author); }