Creating Page: Same Slug; Different Page Parent — Problem
-
The best way to describe my problem would be to put it in a hypothetical scenario:
I want create two pages: a “contact” page, and a “news submission” page — both these pages have
<forms to submit stuff.Therefore, I need to create some “confirmation” pages (like: “Thankyou for your submission”)
Under the page
contactI create a sub-page entitledconfirm. The slug is alsoconfirm. Therefore the URL iswww.site.com/contact/confirm/.Under the page
newssubmitI create a sub-page entitledconfirm. The slug is alsoconfirm. Therefore the URL iswww.site.com/newssubmit/confirm/.Well I do want to maintain some sort of uniformity..
In theory, this shouldn’t be a problem, since they have different parent pages.
Apparently it is not — on the
confirmpages, I get both/newssubmit/confirm/and/contact/confirm/contents on the one page, with their own headings as well (as if they were two “posts” being listed)Is there a way to create two pages with the same slug, but in different locations?
The topic ‘Creating Page: Same Slug; Different Page Parent — Problem’ is closed to new replies.