I was hoping I wouldn’t have to change the slug as I would like to have urls like the following:
“/projects”,
“/projects/property-management”,
“/projects/job-recruitment”,
“/projects/cosmetics”
Once a custom post type is made will it’s slug overwrite a page with the same slug. Meaning the global $posts variable will be an array of the custom post type’s data and not the page data?