Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1042860

    I have updated to WP 5.0 and when I go to edit page there is a large block of code above the normal editing tools

    can you advise – I’ve added login below so you can take a look

    #1042865

    I managed to work it out

    It was WP 5 forcing Gutenberg on us – I edited the child there funtions.php with

    // Disable Gutenberg Editor
    add_filter(‘use_block_editor_for_post’,’__return_false’);

    and now its back to normal

    #1042936

    Hi,

    Great, glad you got it working and thanks for sharing your solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.