Disable Gutenberg
This plugin disables the new Gutenberg Editor (aka Block Editor) and replaces it with the Classic Editor. You can disable Gutenberg completely, or selectively disable for posts, pages, roles, post types, and theme templates. Plus you can hide the Gutenberg nag, menu item, and more! ♠ The all-in-one, COMPLETE solution for handling Gutenberg ♠ Hide ALL traces of Gutenberg and replace with Classic Editor ♠ Restores original Edit Post screen (TinyMCE, meta boxes, etc.) The Disable Gutenberg plugin restores the classic (original) WordPress editor and the “Edit Post” screen. So you can continue using plugins and theme functions that extend the Classic Editor. Supports awesome features like Meta Boxes, Quicktags, Custom Fields, and everything else the Classic Editor can do. Easy to Use Just activate and done! The default plugin settings are configured to hide all traces of the Gutenberg Block Editor, and fully restore the original Classic Editor. Further options for customizing when/where Gutenberg is enabled are available in the plugin settings. ♠ Disable Block Widgets and restore Classic Widgets 🙂 Options Disable Gutenberg completely (all post types) Disable Gutenberg for any post type Disable Gutenberg for any user role Disable Gutenberg for any theme template Disable Gutenberg for any post/page IDs Disable Gutenberg admin notice (nag) Option to restore Classic Widgets Option to hide the plugin menu item Option to hide the Gutenberg plugin menu item (settings link) Adds “Classic Editor” link to each post on the Posts screen Adds item to the WP sidebar menu: “Add New (Classic)” Option to enable Custom Fields Meta Box for ACF Choose which editor to use for each post Whitelist any post title, slug, or ID Option to enable/disable frontend Gutenberg stylesheet ♠ Works same as Classic Editor plugin, but can do a LOT more! ♠ Lightweight and super fast, built with WP APIs 🙂 Fully configurable, enable or disable Gutenberg and restore the Classic Editor wherever is necessary. Automatically replaces Gutenberg with the Classic Editor. Features Super simple Clean, secure code Built with the WordPress API Lightweight, fast and flexible Regularly updated and “future proof” Works great with other WordPress plugins Plugin options configurable via settings screen Focused on flexibility, performance, and security One-click restore plugin default options Translation ready ♠ Works great with Google AMP and the WordPress AMP plugin Disable Gutenberg is developed and maintained by Jeff Starr, 15-year WordPress developer and book author. Super light & fast plugin, super easy on server resources! Why? Gutenberg is a useful editor but sometimes you want to disable it for specific posts, pages, user roles, post types, and/or theme templates. This plugin enables you to disable Gutenberg and replace it with the Classic Editor wherever you want. For example, lots of WordPress users already enjoy robust page-building functionality via one of the many great plugins like Composer or Elementor. So many options, no need to feel “locked in” to using Gutenberg! If you like Disable Gutenberg, please give it a 5-star rating, thank you! Privacy This plugin does not collect or store any user data. It does not set any cookies, and it does not connect to any third-party locations. Thus, this plugin does not affect user privacy in any way. Support development I develop and maintain this free plugin with love for the WordPress community. To show support, you can make a donation or purchase one of my books: The Tao of WordPress Digging into WordPress .htaccess made easy WordPress Themes In Depth Wizard’s SQL Recipes for WordPress And/or purchase one of my premium WordPress plugins: BBQ Pro – Blazing fast WordPress firewall Blackhole Pro – Automatically block bad bots Banhammer Pro – Monitor traffic and ban the bad guys GA Google Analytics Pro – Connect WordPress to Google Analytics Head Meta Pro – Ultimate Meta Tags for WordPress REST Pro Tools – Awesome tools for managing the WP REST API Simple Ajax Chat Pro – Unlimited chat rooms USP Pro – Unlimited front-end forms Links, tweets and likes also appreciated. Thanks! 🙂
Top keywords
- gutenberg23×3.53%
- disable16×2.46%
- editor16×2.46%
- wordpress15×2.30%
- classic14×2.15%
- disable gutenberg12×1.84%
- classic editor10×1.54%
- post10×1.54%
- pro8×1.23%
- hide5×0.77%
- meta5×0.77%
- option5×0.77%
Slash Edit
Slash Edit saves you time by adding a simple admin shortcut to WordPress that lets you edit posts and pages quickly by adding /edit to almost any URL. Instead of navigating through wp-admin or relying on the admin bar, just append /edit and go straight to the edit screen. https://yoursite.com/about/edit This makes it easy to: Edit posts quickly Edit pages quickly Use a reliable quick edit shortcut Access a clean admin shortcut to edit content Securely share admin edit links with clients A True WordPress Shortcut for Editing – /edit Slash Edit is built for speed. Whether you’re a developer, editor, or site owner, it gives you a consistent shortcut to edit posts and pages without relying on the admin bar. No more searching through the dashboard No more long admin URLs Just a fast and predictable edit shortcut that is there when you need it Replace Complex Admin URLs Stop sharing links like: https://yourdomain.com/wp-admin/post.php?post=123&action=edit Instead, send a clean edit page shortcut: https://yourdomain.com/about/edit Perfect for clients and teams who need a simple way to quick edit content or for email senders who mangle URLs. What You Can Edit Slash Edit works across your entire site: Posts and pages Custom post types Users Categories and tags Taxonomies Author archives Front page (if assigned) Blog page (if assigned) If you are not logged in, you will be prompted to log in and then redirected to the correct edit screen. Why Use This Edit Shortcut? You want to edit posts and pages quickly You need a reliable admin shortcut without the admin bar You want to send clients a simple edit page link You prefer a fast quick edit workflow Slash Edit is Perfect for WordPress Plugin and Theme Demos When a WordPress Playground or demo site is generated, you don’t always know the final ID or URL of an item. With Slash Edit installed, give them a relative link such as: /about/edit If you have theme demos you can take your users right to the customizer or Full Site Editor with a shortcut: /theme/edit Examples of Slash Edit in Use Content Editing Homepage: https://yourdomain.com/edit Page: https://yourdomain.com/about/edit Post: https://yourdomain.com/blog/your-blog-post/edit Custom Post Type: https://yourdomain.com/resources/my-resource/edit Deeply Nested Post Type (example: lessons): https://yourdomain.com/courses/new-course/lessons/new-lesson/edit WooCommerce: `https://yourdomain.com/product/product-123/edit Post Types Archives Custom Post Type (example: articles): https://yourdomain.com/articles/edit WooCommerce Products: https://yourdomain.com/product/edit or https://yourdomain.com/shop/edit Easy Digital Downloads: https://yourdomain.com/downloads/edit Users Edit author profile: https://yourdomain.com/author/myuser/edit Users list: https://yourdomain.com/users/edit https://yourdomain.com/author/edit https://yourdomain.com/authors/edit Taxonomies Category: https://yourdomain.com/category/category-one/edit Tag: https://yourdomain.com/tag/new-tag/edit Custom Taxonomy: https://yourdomain.com/topics/hosting/edit Nested Taxonomy Within Post Type: https://yourdomain.com/how-tos/topics/hosting/edit Theme Editing Full Site Editor / Customizer: https://yourdomain.com/theme/edit Multisite Go to a Site’s edit screen: https://mymultisite.com/site/edit Go to all sites in the network admin: https://mymultisite.com/sites/edit Example: Changing the Endpoint Changes /edit to /editar. Make sure to flush permalinks after any endpoint changes. <?php add_filter( 'slash_edit_endpoint', function( $endpoint ) ) { return 'editar'; } Security Only users with Editor capabilities (or higher) can access edit screens. Developers can customize access using filters: slash_edit_capability_check slash_edit_can_edit Developer Friendly Filter the /edit endpoint if needed Extend redirect behavior Lightweight and no settings required