如果你想首页把最近访客评论链接屏蔽掉,可以修改 wp-includes/comment-template.php
把 145行 修改为
if ( empty( $url ) || 'http://' == $url || is_home() || is_category() )
不过,内容页访客评论链接好像没必要去掉,所以就不说了。
顺便友情赠送 WordPress 内置模板条件判断函数列表:
Read the rest of this entry »
如果你想首页把最近访客评论链接屏蔽掉,可以修改 wp-includes/comment-template.php
把 145行 修改为
if ( empty( $url ) || 'http://' == $url || is_home() || is_category() )
不过,内容页访客评论链接好像没必要去掉,所以就不说了。
顺便友情赠送 WordPress 内置模板条件判断函数列表:
Read the rest of this entry »