0
votes
0answers
17 views

Delete child pages when deleting parent (Admin area) [duplicate]

I want to make the admin area delete all the child pages of a parent when the user deletes the parent, in essence ensuring that those child pages can never become root level pages. Can someone help? ...
2
votes
1answer
135 views

Only allow new subpages to be created

I'm looking for a way to only allow users to create new subpages once there are nine pages that are parents/root pages. Once there are nine parent pages when trying to create a new parent the users ...
1
vote
1answer
148 views

What is the optimal way to filter out subpages from admin?

I guess it's always possible to hide them with js, but is there a code snippet out there for query level child page filter? I only want top level pages to remain. EDIT: my coder came up with it, stay ...