Add “the_content” function in WooCommerce
-
Helloall,
I am using Elementor page builder to create pages for my WordPress site. I have WooCommerce installed for my products. I have come across an issue – when I try to edit the SHOP page of WooCommerce, Elementor returns this error:
“Sorry, the content area was not found in your page. You must call the_content function in the current template, in order for Elementor to work on this page.”
The solution it returns is that I have to add
<?php the_content(); ?>function to the page template’s code.I don’t know where to add this code, which template in WooCommerce or my theme? I am completely clueless.
Please help.
The topic ‘Add “the_content” function in WooCommerce’ is closed to new replies.