I do not want my clients to select a parent page from the drop down list, when creating a child page in Wordpres, so I would like to now if there is a way to create a link on the dashboard which links to “add new page” – but with a preselected parent page?
If this is not possible, then is there a way to change the default parent from “(no parent)” to a parent of my choice?
Put this script in your plugins folder and it’ll give new pages a parent of whatever you set as
$parent_id
That should do what you want. And I suppose you could add a dropdown option in somewhere to select parents if a set default parent isn’t sufficient like in this example.
This is a tough question to answer sticking with core wordpress ideas. Would you normally have more than one parent page available?
Do you think that about a different way for your client to manage page structure would work?
Admin Column View Plugin is great and allows the user to use drag and drop to reorder pages – http://wordpress.org/plugins/admin-column-view/screenshots/
Hope this helps.