标签: wordpress
我的帖子的所有内容都在同一篇文章中显示两次。这是一个例子:
Duplicated content in a post
它适用于所有帖子但不在页面中。我试过任何其他主题,结果相同。
任何想法可能是什么原因?感谢。
答案 0 :(得分:0)
很可能行the_content()在主题的single.php文件中重复两次。
the_content()
答案 1 :(得分:0)
使用此代码:
the_content();
echo get_the_content();
echo the_content();