I've been using PW for about a week, and I'm stumbling over something that seems like it should be easy, and it probably is (maybe I'm just missing a trick)
In the admin, I've created a new page as a child of 'admin' called 'settings'. I've created and assigned a new template 'settings' and added all the necessary fields to it.
Now the new page 'settings' is showing as a link across the top of the admin template as it should (I'm using Futura Remixed but I think it's the same in the default template)... But when I click the link, it shows the page rendered when actually I would like to edit.
Looking closer I can see the link at the top is:
admin/settings/
But I would I like it to be (something like):
admin/page/edit/?id=xxx
I hope that makes sense.