'; echo get_avatar( get_the_author_meta( 'ID' ), 160 ); echo '
'; echo '
'; echo '

'; esc_html(' About:','poster'); echo esc_attr($curauth->nickname); echo '

'; if($curauth->first_name){echo '('.esc_attr($curauth->first_name) .' '. esc_attr($curauth->last_name).')';} if($curauth->description) { echo '

'.esc_html($curauth->description);} echo '
'; if($curauth->facebook) { echo '';} if($curauth->youtube) { echo '';} if($curauth->twitter) { echo '';} if($curauth->pinterest) { echo '';} if($curauth->googleplus) { echo '';} if($curauth->instagram) { echo '';} if($curauth->rss) { echo '';} echo '
'; ?>