Hi Community,
Error appears on custom WordPress page template:
This error may occur for advanced users. If you or the theme’s developer have created a custom WordPress page template for your theme that does not include the_content function then you will need to include the_content in your code to edit it with Elementor or switch to a different theme. This may solve the problem. First, try switching to a theme like Hello and see if your problem is solved. If you are a web developer and are developing a theme, add the_content function into the page template’s code.
Add the following line:
<?php the_content(); ?>
Where?
Can anyone help?