Let’s say I create a custom post type called ‘new projects’, with capability type = page and slug = ‘projects’.
Let’s then say that I create a new page of type ‘new projects’ and name it ‘my new project’. By default the URL would be represented as:
mysite.com/projects/my-new-project/
However, if I want the page my-new-project to be the default page (like an index) for that custom post type, is that possible? In other words, I would like mysite.com/projects/ to load the my-new-project page.
If this is possible, could I then add more pages of type ‘new projects’ and still define one of those pages as the ‘default’ page?
Thanks so much,
Tathiana