' . get_the_author() . '' ); ?>

'404' ) ); $headers = get_headers( $url ); // If 200 is found, the user has a Gravatar; otherwise, they don't. return preg_match( '|200|', $headers[0] ) ? true : false; } }