Drag the fields from here to right side. Order of fields in csv and dragged fields must need to be same. These are the fields found for selected post type here.
Author: Select Author name 'name', 'order' => 'ASC', 'optioncount' => false, 'exclude_admin' => false, 'show_fullname' => false, 'hide_empty' => false, 'echo' => false, 'html' => false ); $list_authors = wp_list_authors($args); $authors = explode(",",$list_authors); foreach($authors as $author) { $user = get_user_by( 'login', $author ); echo ''.$author.''; } ?>
CSV File :
Choose Order File :
OR Drag your fields as per same order in CSV...