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 7 years, 1 month ago by pipeloncho.