
/*This sets the $curauth & $authid variables */
if (isset($_GET[’author’])) {$curauth = get_userdata($_GET[author]);}
elseif (isset($_GET[’author_name’])){
$curauth = get_userdatabylogin($author_name);
$authid = $author_name;
} else {
$curauth = get_userdata(intval($author));
$authid = intval($author);
}
?>
Author Archive:
Fatal error: Call to undefined function author_image_tag() in
/var/www/bnm/sunnysidegarden.com/docs/wp-content/themes/blog-2col/authorInfo.php on line
15