TOPIC TITLE: WoodMart theme removes editor support for CPTs, causing “the_content()” error in Elementor
Hello,
I have created a new custom post type using the CPT UI plugin. In the CPT UI settings, I have enabled support for the ‘Editor’.
However, the standard WordPress editor box does not appear on the “Add New” screen for this CPT.
Because the standard editor is missing, if I try to use the “Edit with Elementor” button on these CPT items, Elementor fails to load and shows the error message: “The content area was not found in your page. You must call the_content() function…”.
I have confirmed this is a theme-specific issue with the following tests:
– When I deactivate all other plugins, the problem persists.
– When I temporarily switch to a default WordPress theme (like Twenty Twenty-Four), the editor box appears correctly.
– When I reactivate the WoodMart theme, the editor box disappears again.
This proves that the WoodMart theme is actively removing editor support for my custom post types, which also breaks Elementor’s functionality.
How can I prevent the theme from doing this and restore the standard WordPress editor for my custom post types?
Thank you.