global $post; $author_id = $post->post_author; // Author Name <?php echo get_the_author_meta( 'display_name', $author_id );?> //AuthorBio <?php echo get_the_author_meta( 'user_description', $author_id );?>
global $post; $author_id = $post->post_author; // Author Name <?php echo get_the_author_meta( 'display_name', $author_id );?> //AuthorBio <?php echo get_the_author_meta( 'user_description', $author_id );?>