• In the screenshot of your plugin description it has the option to enable/disable Gutenberg on the Front Page.

    I am looking to have Gutenberg enabled on all pages, except for the Front Page. How do I get this result? So I have the classic editor on the Front Page.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support David Artiss

    (@dartiss)

    Hi,

    On the Settings screen (Settings -> General -> Gutenberg), tick all of the “Enable Gutenberg on” boxes, except for “Front Page”. Now press the “Save Changes” button.

    Thread Starter vbosch

    (@vbosch)

    Hi,

    thanks for your response.

    The problem is that I don’t have a ‘Front Page’ box there.

    Plugin Support David Artiss

    (@dartiss)

    Understood. This means that your theme has not identified your Front Page.

    In Settings -> Reading, what do you have set up for “Your homepage displays”?

    Thread Starter vbosch

    (@vbosch)

    I do have my Front Page identified on my site.

    On ‘Your homepage displays’ I have my homepage set to a page called ‘Home’.

    Plugin Support David Artiss

    (@dartiss)

    Yes, your theme would need to identify the front page as a custom post type for this to work. Your only option in this case, is to do it via the provided code hooks.

    Ramp works by defaulting everything off of Gutenberg and allowing you switch on what you want. My colleague has written a great post on how to do different things with Ramp… https://pyronaur.com/how-to-dynamically-enable-gutenberg/. You would need to use the information here to detect the home page and deactivate.

    Thread Starter vbosch

    (@vbosch)

    I’ll look into it.

    Thanks for your time!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Disable on frontpage as in screenshot’ is closed to new replies.