On a template I'm using a page ID as condition to do "something";
so if a user delete that page, the system won't function anymore.
Is it possible to make a specific page "not deletable" but only editable?
On a template I'm using a page ID as condition to do "something";
so if a user delete that page, the system won't function anymore.
Is it possible to make a specific page "not deletable" but only editable?
Not that I'm aware of. Perhaps there's another way to trigger your template action?
I have a page composed by 3 sections: A,B and C where each one is a page in the backend; I retrieve the 3 sections of the page using get_page() and their ID.
I want that final user edits only the content of the main page editing the pages "linked" with the 3 sections.
Do you have a better solution to do this? (no custom fields because aren't user friendly :P)
This topic has been closed to new replies.