admin管理员组文章数量:1426620
I'm not able to edit Page (post-type: page) by Elementor, the Preview could not be loaded theme.
I just created a very simple theme to test, like this:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<?php
if (have_posts()) {
while(have_posts()) {
the_post();
var_dump(the_content()); // NULL
}
}
?>
</body>
</html>
It's able to show the content when It's edited by classic editor, but it's not able to edit by Elementor
, and in the Preview Debugging view is not displaying the content inserted by classic editor.
And it's a new WordPress install, Elementor is the only one enabled plugin
What's missing there?
本文标签: theme developmentthecontent() is getting null in Preview Debug
版权声明:本文标题:theme development - the_content() is getting null in Preview Debug 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745481273a2660182.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论