'.get_the_author().''; }else{ $author = get_the_author(); } // Author Metas $author_id = get_the_author_meta( 'ID' ); $author_bio = get_the_author_meta( 'description' ); $author_avatar = get_avatar( $author_id, '512' ); $tw = get_the_author_meta( 'twitter', $author_id ); $fb = get_the_author_meta( 'facebook', $author_id ); $gp = get_the_author_meta( 'googleplus', $author_id ); $ins = get_the_author_meta( 'instagram', $author_id ); $pin = get_the_author_meta( 'pinterest', $author_id ); $rss = get_the_author_meta( 'rss', $author_id ); // Latest Query $latest_args = array ( 'post_status' => array( 'publish' ), 'author' => $author_id, 'nopaging' => true, 'ignore_sticky_posts' => true, ); $latest_query = new WP_Query( $latest_args ); ?>