The query is fairly simple:
$wp_query = new WP_Query(array( ‘post_type’ => array(‘trainer_profile’)));
From that there is a bunch of html to display the title and permalink. (I can post it if you like, but I don’t think it is relevant as it is only styling info based on while (have_posts()):the_post; ).
If I add post_per_page =>10and the nav buttons, only 10 title permalinks display, then the ‘next’ arrow that takes me to archive.php.