Child Page with Same Permalink Structure as Custom Post Type
-
So I’ve searched high and low and I can’t seem to get a straight answer for this question: is it possible have a child page of a parent page with the same permalink structure as a custom post type?
For example, I have the custom post type projects, which in turn creates the permalink structure /projects/project-name. I also have a parent page that displays a query of all the custom post type projects with the taxonomy “coming-soon” that is located at /projects/. That all works great.
But I also want a child-page of that parent /projects/ page for completed projects that is located at /projects/completed. But from what I have read so far, that is either (a) impossible to do because of WordPress’ permalink structure or (b) really hard to do and I can’t get a straight answer/solution because every situation is different.
So long question short, can you have a child page with the same permalink structure as a custom post type?
The topic ‘Child Page with Same Permalink Structure as Custom Post Type’ is closed to new replies.