I created a custom post type and I would like to list the posts. I choosed page template with custom query instead of the archive-xy.php to list the posts because the user would like to edit the content on the page. The custom query is works, but If I create a page with slug XY and I open the page the template not works, I see the the default layout (index.php). I renamed it for example to xy-2 and it works.
Is it possible to disable the domain.com/xy, because It's using the blog layout? (because no archive-xy.php).