"> 'post','paged'=>$paged,'author' => $author_id); $author_data = new WP_Query( $args ); if($author_data->have_posts()) : while($author_data->have_posts()) : $author_data->the_post(); get_template_part('content','post'); ?>