• 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Not that I’m aware of. Perhaps there’s another way to trigger your template action?

    Thread Starter ShMk

    (@shmk)

    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)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Page “undeletable”’ is closed to new replies.