Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1123004

    I’ve tried adding this code to my Functions.PHP as suggested.

    I just need to be able to edit my pages. WordPress / Theme latest versions.

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

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

    #1123089

    Hey bootit,

    You don’t really need that code with the version of the theme you are running, you could simply select to use the Classic Editor in the main page of the theme options.

    Best regards,
    Rikard

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