• Resolved pipeloncho

    (@pipeloncho)


    Hi, I’m working on WP 5.1.1 and I can’t create a new page, if I save a new page with this plugin on, the title and featured image won’t be save.

    I love this plugin, please fix it soon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter pipeloncho

    (@pipeloncho)

    Paste the next code in functions.php, Gutenberg editor is the problem.

    // Disable Gutenberg for posts
    add_filter(‘use_block_editor_for_post’, ‘__return_false’, 10);

    // Disable Gutenberg for post types
    add_filter(‘use_block_editor_for_post_type’, ‘__return_false’, 10);

    • This reply was modified 5 years, 11 months ago by pipeloncho.

    same problem here. I added this piece of code to function.php but nothing changed!

    Thanks, worked for me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP 5.1.1 Issue (Auto Draft New Page)’ is closed to new replies.