Activating Gutenberg Ramp plugin adds a settings screen where you can enable Gutenberg selectively (for specific post types). For even greater control, you can specify Gutenberg loading behavior in code. Ramp works with both the plugin version of Gutenberg, and the core version, providing a seamless transition.
Visit Settings -> Writing to enable Gutenberg by post type. Screenshots here
To enable Gutenberg for specific post IDs and for a more granular level of control, developers can use the gutenberg_ramp_load_gutenberg() function as outlined below.
Loading behaviour is controlled by the gutenberg_ramp_load_gutenberg() function, to be added in your theme functions.php. Calling this function without its single optional parameter causes Gutenberg to load on all post-edit screens. An optional associative array of criteria can be passed. The possible keys and values are:
Load Gutenberg for all posts:
if ( function_exists( 'gutenberg_ramp_load_gutenberg' ) ) { gutenberg_ramp_load_gutenberg(); }
Never load Gutenberg:
gutenberg_ramp_load_gutenberg( false ); // Alternatively, you can use the load key to always disable Gutenberg: gutenberg_ramp_load_gutenberg( [ 'load' => 0 ] );
Load Gutenberg only for posts with ids 12, 13 and 122:
gutenberg_ramp_load_gutenberg( [ 'post_ids' => [ 12, 13, 122 ] ] );
Load Gutenberg for post_id: 12 and all posts of type test and scratch:
gutenberg_ramp_load_gutenberg( [ 'post_types' => [ 'test', 'scratch' ], 'post_ids' => [ 12 ], ] );
Contributions are welcome via our GitHub repo.
Starting from $0 per month.
Rating
Reviewers
3 reviews
Tags
Developed By
automattic
Quick & Easy
Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!
Testimonial plugins for Wordpress
Contact Form plugins for Wordpress
Maps plugins for Wordpress
Translation plugins for Wordpress
Chat plugins for Wordpress
Slider plugins for Wordpress
Reviews plugins for Wordpress
Contact plugins for Wordpress
Galleries plugins for Wordpress
SEO plugins for Wordpress
Forms plugins for Wordpress
Comments plugins for Wordpress
Backup plugins for Wordpress
Privacy plugins for Wordpress
Optimize plugins for Wordpress
Tabs plugins for Wordpress
Social Sharing plugins for Wordpress
Events Calendar plugins for Wordpress
Comments plugins for Wordpress
Social Feeds plugins for Wordpress
Social Sharing plugins for Wordpress
Portfolio plugins for Wordpress
Video Player plugins for Wordpress
popup plugins for Wordpress
SiteMap plugins for Wordpress
Payment plugins for Wordpress
Coming Soon plugins for Wordpress
Inventory plugins for Wordpress
Testimonials plugins for Wordpress
Portfolio plugins for Wordpress
Membership plugins for Wordpress
Forms plugins for Wordpress
Analytics plugins for Wordpress
Events Calendar plugins for Wordpress
Sliders plugins for Wordpress
Analytics plugins for Wordpress
Reviews plugins for Wordpress
Security plugins for Wordpress
Ads plugins for Wordpress
Music Player plugins for Wordpress
Countdown plugins for Wordpress
Email Marketing plugins for Wordpress
Membership plugins for Wordpress
Ecommerce plugins for Wordpress
Customer Support plugins for Wordpress
Video Player plugins for Wordpress
Tabs plugins for Wordpress
Social Feeds plugins for Wordpress
Common Ninja Apps
Browse our extensive collection of compatible plugins, and easily embed them on any website, blog, online store, e-commerce platform, or site builder.
Maximize Video Impact by Keeping Content Always in View
Create Stunning Stories To Engage & Convert Users
Display RSS Feed Updates in a Stylish and Interactive Slider
Use Telegram Chat To Communicate, Support & Improve User Experience.
Create Stunning Twitch Feeds & Improve User Experience
Streamline Your Scheduling Effortlessly with Our Booking Widget
Bringing Your Business Locations Closer to Your Site Visitors
Display LinkedIn Posts in a Stylish and Engaging Slider
Convert Users With Stunning, Detail-Rich & Fully Responsive Pricing Tables
Adding a Unique Charm to Your Website Images
Draw Attention to Important Information & Keep Users Up-to-Date
Boost Sales by Enhancing Credibility and Trustworthiness
More plugins
The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!