如何有效地将 WordPress 评论显示在主页上?

发布于 2024-11-28 06:37:00 字数 496 浏览 0 评论 0原文

我可以让评论显示在主页上,但我遇到了 3 个相当大的错误。其中一个错误已通过 if 语句消除。我正在使用 Yoko 主题。在index.php中,我在 。插入的代码为:

我遇到的问题是第一篇博客文章的评论显示在文章本身之外。另一个问题可能与显示评论无关,所以我不会在这里发布它,但它涉及一些与评论重叠的图片。您可以在 www.flyfishingpursuits.org 上查看(如果仍然存在)正在发生的问题。请不要在该页面上发表任何评论。我正在为其他人做这件事,请不要让您在网站上留下“足迹”。谢谢。

I can get the comments to display on the home page, but I was having 3 pretty major bugs. One of those bugs was done away with with an if statement. I am using the Yoko theme. In index.php I have a code snippet inserted between <?php get_template_part( 'content', get_post_format() ); ?> and <?php endwhile; ?>. The inserted code is: <?php if ($withcomments != 1) { $withcomments = "1"; comments_template(); } ?>.

The problem I am having is that the first blog post has the comments displayed outside of the post itself. The other problem is probably unrelated to displaying the comments so I will not post it here, but it involves some pictures overlapping with the comments. You can see (if they are still up) the problems in action at www.flyfishingpursuits.org . Please do not post any comments on the page. I am doing this for someone else and please keep your "footprint" on the site non-existent. Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我们的影子 2024-12-05 06:37:00

我会使用 wordpress get_comments() 函数

http://codex.wordpress.org/Function_Reference/get_comments

I would use the wordpress get_comments() function

http://codex.wordpress.org/Function_Reference/get_comments

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文