Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Simon, just shot you a message through your website basically asking the same question. I’d like to have the checkbox by default turned off, instead of it being on as it is now when you create a new page. Is it a simple edit?

    Hi
    I`ve changed in
    function ep_this_page_included() {
    if (! $post_ID;) return true;

    to:
    if($_GET[action]!=’edit’) return false;

    so the checkbox is default turned off.

    I know that is not the best solution but IS ??
    regards

    I would like to exclude new pages by default AND then I would like to hide the widget on the “edit page” from everyone but the administrator. Is this possible?

    I don’t want users to have the option whether to show the page or not basically?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Exclude Pages] Exclude by default?’ is closed to new replies.