如何不跟随分页的评论

时间:2012-12-25 作者:Ayaz Malik

我正在想办法添加rel="nofollow" “我的评论”分页链接<谁能给我一个钩子或方法吗?

1 个回复
最合适的回答,由SO网友:fuxia 整理而成

有两种特殊过滤器:

add_filter( \'previous_comments_link_attributes\', \'wpse_77217_comment_nofollow\' );
add_filter( \'next_comments_link_attributes\', \'wpse_77217_comment_nofollow\' );

function wpse_77217_comment_nofollow()
{
    return \' rel="nofollow"\';
}

结束

相关推荐

未显示COMMENTS_NUMBER

Live site我正在使用<?php comments_number( $zero, $one, $more ); ?> 在…上home.php 显示帖子元中的评论数。问题是,尽管这篇帖子上有一条评论,但它并没有显示数字。你知道问题出在哪里吗?以下是帖子元index.php:<div class=\"post-meta\"> <p><?php the_date(); ?> | <?php the_tags(\'