WordPress评论时间nofollow修改方法

2019-03-27 08:50:01来源: xiedexu.cn 阅读 ()

新老客户大回馈,云服务器低至5折

WordPress评论时间nofollow与评论链接nofollow、阅读全文more-link nofollow如出一辙,都是由于他们的链接后面加了 #* 这样的锚文本。

修改方法

在 /wp-includes/comment-template.php 文件中找到

<div class="comment-meta commentmetadata"><a href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>">
    <?php
        /* translators: 1: date, 2: time */
        printf( __('%1$s at %2$s'), get_comment_date(),  get_comment_time()) ?></a><?php
        edit_comment_link(__('(Edit)'),'&nbsp;&nbsp;','' );
    ?>
</div>

修改为

<div class="comment-meta commentmetadata"><a rel="nofollow" href="<?php echo htmlspecialchars( get_comment_link( $comment->comment_ID ) ) ?>">
    <?php
        /* translators: 1: date, 2: time */
        printf( __('%1$s at %2$s'), get_comment_date(),  get_comment_time()) ?></a><?php
        edit_comment_link(__('(Edit)'),'&nbsp;&nbsp;','' );
    ?>
</div>

即可。

本文来自:DeXu.Xie‘s Blog,原文地址:http://xiedexu.cn/wordpress-comment-time-link-nofollow.htm

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:实例分析从三个方面着手 让你的旅游站点对用户更友好

下一篇:网站没流量、没人气该不该放弃?