在我的标题主题文件中,我试图获取评论页面的总数。
我试过这个:
echo get_comment_pages_count();
echo get_comment_pages_count(get_the_ID());
如果我将此代码放在我的“comments.php”主题页面中,它就可以工作。
我的目的是在我的标题中添加一个“noindex”标签。
最近的评论在最大评论页面上。我不想看到与其他页面有重复的内容。
例子 :
Page 1 => noindex
Page 2 => noindex
Page 3 => noindex
Page 4 => ok
在 header 和 function 主题页面中,此函数返回 0 : get_comment_pages_count();