Is there a way to have a hierarchical nav for Wordpress static pages without having the permalinks appear like they re in folders? I.e., I want nav structured like this:
+ Home
+ About
|- Me
|- My Dog
...with permalinks like these: /home, /about, /me, /my-dog. The only way I can find to set up navigation like this through Wordpress is to make the secondary pages children of the page above them, but this makes the permalinks look like this: /about/me, /about/my-dog
Is there any way (with a plugin or otherwise) to get all of the page permalinks linked from the root?