Elementor 在使用自定义短代码时说 - "Sorry, the content area was not found in your page. "

Elementor says - "Sorry, the content area was not found in your page. " while using custom shortcode

我使用的是 Elementor 插件的默认主题。插件非常好,但我在页面中使用自定义简码时遇到问题。它显示“抱歉,在您的页面中找不到内容区域。你必须打电话 the_content 当前模板中的函数,以便 Elementor 在此页面上工作。” [1]: https://i.stack.imgur.com/7xBHV.png

为了解决这个错误,我在我的自定义短代码中添加了 <?php the_content(); ?> 但它显示了同样的错误。 我也试过创建自定义模板,但结果是一样的。

所以请帮我解决这个错误。任何建议都可以接受。

提前致谢

可能您的短代码函数更改了 post 查询。 尝试在函数关闭前添加 wp_reset_query();