/////////////////////////////////////////////
// Author Page
/////////////////////////////////////////////
if(is_author()) : ?>
global $author, $author_name;
$curauth = (isset($_GET['author_name'])) ? get_user_by('slug', $author_name) : get_userdata(intval($author));
$author_url = $curauth->user_url;
?>
first_name; ?> last_name; ?>:
/////////////////////////////////////////////
// Search Title
/////////////////////////////////////////////
?>
/////////////////////////////////////////////
// Category Title
/////////////////////////////////////////////
?>
get_category_description(); ?>
/////////////////////////////////////////////
// Default query categories
/////////////////////////////////////////////
?>
global $query_string;
query_posts( apply_filters( 'themify_query_posts_args', $query_string.'&order='.$themify->order.'&orderby='.$themify->orderby ) );
?>
/////////////////////////////////////////////
// Loop
/////////////////////////////////////////////
?>
/////////////////////////////////////////////
// Error - No Page Found
/////////////////////////////////////////////
?>