Custom post types loop on a page template
I’m not sure this is possible. Why do you need a page template? Why can’t you use a custom post type archive, which is built-in to WordPress ( if you register the post type with has_archive set to true). I’m ignoring all your other possible $args, because I don’t know how you are registering this … Read more