我希望我的“发表评论”部分不链接到 comment.php 文件,因为我将使用它来切换。
这是代码:
<span class="comments-link"><?php comments_popup_link( __( '0 Comments', 'Bomb!' ), __( '1 Comment', 'Bomb!' ), __( '% Comments', 'Bomb!' ) ) ?></span>
我有点 PHP 菜鸟,所以我想知道如何在不破坏显示的评论数量的情况下删除 comments_popup_link 部分。