Hi!
I'm migrating a site from MF 1 to MF 2 and there's a few things I don't
get.
I have a section of the site that is called "About". I would like to
have a MF 2 sub page (child) in the about section that is called
"Team"*. How do I create that page with the correct permalink
(
mysite.com/about/team)? And ultimately I'd like that page to show up as
a sub page/child under Pages in the admin pages (as it could in MF1)?
The first problem I had was placing the "Team" page right in the menu
hierarchy. It was simply solved by creating a Wordpress custom menu. But
even if the page now resides under "About" in the menu the permalink is
still wrong and so is the breadcrumb navigation. First I had to set
"Advanced Options/With front" to false so that the page wouldn't become
a sub page of the blog (my "News" page). I also had to set
"Hierarchical" to true or my breadcrumb navigation would still attach
the page to the blog. But it's still isn't right, now I've got the
permalink "
mysite.com/team/team/" and the breadcrumb "Home/Team". Since
I have Hierarchical set to true I expect to be able to select the parent
page somewhere (right?).
I tried "Advanced Options/Rewrite" and "Rewrite Slug". This actually
made the permalink "
mysite.com/about/team" work but all other pages
under "
mysite.com/about" would suddenly be 404s. The breadcrum on the
page would still show "Home>Team".
How can I solve this and get the correct permalink and breadcrumb?
* Page hierarchy:
Home
News (blog)
About
-- Team
-- History
--- (more pages)
Contact
Regards,
Mikael