2012-11-03, 09:46:05
They would have the option to unlock it themselves?
You could possibly do that now, with this plugin.
I'm thinking, making the header and footer of the template look like this:
So the tab for header exists, but is permanently hidden. Meanwhile we display the header tab from the page "somepage" on all pages.
ie: The header tabs on their pages will do nothing unless they are editing the page named "somepage".
You could possibly do that now, with this plugin.
I'm thinking, making the header and footer of the template look like this:
Code:
<span style="display:none"><?php insert_page_content("header"); ?></span><?php insert_page_content("somepage->header"); ?>
So the tab for header exists, but is permanently hidden. Meanwhile we display the header tab from the page "somepage" on all pages.
ie: The header tabs on their pages will do nothing unless they are editing the page named "somepage".