paged > max_num_pages won’t throw 404
You won’t get a 404 because WP can find the page, and it then delegates the request to the template file where you added your own logic. You could build your own 404 handling in that file, but a better way is to use a the archive.php (or archive-post.php for just this post type) to … Read more