Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何让我的评论显示在我的帖子页面上。仅供参考,我停用了 WordPress 网站页面上的评论框,并允许它出现在帖子页面上。但是,我很快注意到评论框不再显示在我的帖子页面上。我该怎么办??
我最近还决定禁用我博客页面上的评论,但将其留给帖子。
我只是打开页面模板(page.php)并注释掉这样的注释代码:
<?php //comments_template( '', true ); ?>