Discussion
WordPress
How to completely disable Gutenberg Block Editor for specific post types?
Emma Shopify
0 reputation
3 months ago
195 views
3 replies
Been struggling with this for a bit. Any suggestions?
Question: How to completely disable Gutenberg Block Editor for specific post types?
Question: How to completely disable Gutenberg Block Editor for specific post types?
2 Replies
Kate Freelance
· 3 months ago
Use the `use_block_editor_for_post_type` filter: `return $use_block_editor && $post_type !== 'product';`.
Chris Theme
· 3 months ago
Some page builders (Elementor) have settings to disable Gutenberg conflicts.
You must be logged in to reply.
Log In to ReplyRelated Discussions
Why is my WordPress admin panel extremely slow even with good hosting?
3 replies
3 months ago
Is it worth using Elementor in 2025 or should I switch to Gutenberg?
3 replies
3 months ago
Should I migrate my Shopify store to WooCommerce to save money?
3 replies
3 months ago
Which hosting is best for a WooCommerce store with 20k monthly visitors?
3 replies
3 months ago
How do I remove render-blocking JavaScript in WordPress?
3 replies
3 months ago