post_author; $slug = the_author_meta('user_nicename', $authorid ); if ( file_exists( get_template_directory_uri() .'/images/'.$slug.'.png' ) ) { $link = the_author_meta( 'user_url', $authorid ); //Get author image by and the author url $style = ' style="background-image: url(' .get_template_directory_uri() .'/images/'.$slug.'.png);" '; $style = $style .' onclick="location.href='.$link.'" '; } } return $style; } ?>
>