'author_name','echo'=>false)).">". $name .""; $heading = __("About",'avia_framework') ." ". $name; $description = apply_filters('avf_author_description', get_the_author_meta('description', $author_id), $author_id); echo '
'author','echo'=>false)).'>'; if(empty($description)) { $description = __("This author has yet to write their bio.",'avia_framework'); $description .= '
'.sprintf( __( 'Meanwhile lets just say that we are proud %s contributed a whooping %s entries.', 'avia_framework' ), $name, count_user_posts( $author_id ) ); if(current_user_can('edit_users') || get_current_user_id() == $author_id) { $description .= "
".__( 'Edit the profile description here.', 'avia_framework' ).""; } } echo "{$gravatar}"; echo "

{$heading}

'description','echo'=>false)).">".wpautop($description)."
"; echo '
'; ?>