Pagination on a page

in that Archive page, where you have your pagination (did you create it?) use add_query_arg(‘paged’, (int)get_query_var( ‘paged’ )+1); for the ‘next page’ href.

Also, WP Page-Navi is a GREAT and easy way to add pagination to your archive-post_type.php file