$author_id) {
$needle = 'guest-';
if (strpos($author_id, $needle) !== false) {
$filter_id = substr($author_id, strpos($author_id, "-") + 1);
$author_id = $filter_id;
$author_type = 'guest';
} else {
$author_id = $author_id;
$author_type = 'default';
}
$this->blockspare_front_author_list($authorIcon,$key,$awpa_post_authors,$post_id,$author_id,$author_type);
}
}else{
$author_id = $xauthor_id;
?>
get_guest_by_id($author_id);?>
display_name);?>