I have a custom post type called CASINOS with slugs is casinos wich has _archive set to false
and I have a page called Casino with slug casino ( singular)
The problem is when creating a child with a parent Casino page, the page returns not found. But if I change the casino page slug to something other than casinos or casino, it will work fine. so what I have is
www.example/casino ( parent ) www.example/casinos/custom-post-type-slug ( casino post type)
what I want to achieve is
www.example/casino/new
here I have the casino post type has_archieve set to false