Xin chào,
Tôi chỉ cần cài đặt PlugIn “Elementor” và tôi đang cố gắng sử dụng nó. Thật không may tôi nhận được thông báo rằng chức năng “the_content” bị thiếu trong mẫu hiện tại của tôi. Bạn có thể cho tôi biết cách chèn nó vào mã mẫu của trang để tôi có thể sử dụng PlugIn không?
Tố
Hi there
Sorry, but we use only English for support purposes
sorry
I just installed the PlugIn “Elementor” and I am trying to use it. Unfortunetly I get message that the “the_content” function is missing in my current template. Can you tell me how to insert it in the page template´s code so I can use the PlugIn?
Best,
Hello
Any problems with the third party plugins is better to discuss with the plugin providers 
This is what the PlugIn tells me:
“The Content Area Was Not Found in Your Page
This article explains what to do if you get the message:
“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.”
What is the_content, and why does Elementor require it?
The ‘the_content’ is a WordPress function that gets the content from the database and prints it on the screen. Because Elementor’s content replaces the content of the page, if this function is not called for, then Elementor cannot work. Read more on the_content function on WordPress.org.
The common reasons for the_content function not to be called
There are 3 common occurrences that may be the cause why the_content will not be called:
1.Sometimes the theme has a front page template that is already pre-built and does not include content from the page. This is most common on free WordPress themes.
2.Custom made page templates that do not include the_content.
3.WooCommerce product pages that do not include the_content.
Manual solution
Add the_content function into the page template’s code.
This is the line you need to add: <?php the_content(); ?>
If you are not familiar with where to place this code or how to add it to the page, please contact your website developer so it can be implemented properly as we cannot provide full support for that.”
I need help inserting the_content function into the template page a reasonable way.
Thank you very much
Good evening
Our theme for sure has the_content() function, I can say even more I know a lot of our customers are using the Elementor plugin and they don’t have such a problem,
please create new page and check again,