//start of author total post function wpp_authortotalpost(){ $post_count = get_the_author_posts(); return $post_count; } add_shortcode('authpost','wpp_authortotalpost');