十月
13
4
发现有的板子在评论列表这一块,点击评论人的名字,会直接在本窗口中跳转到目标链接,而此时浏览者却不一定是真正要终止此处访问,所以有必要让这个链接在新窗口中打开。其实要这么做很简单,但是很多做模板的人并没有这么做。要实现这一点只需以下一个步骤即可 »
<?php if (get_comment_author_url()) : ?>
<a id="commentauthor-<?php comment_ID() ?>" class="url" href="<?php comment_author_url() ?>" rel="external nofollow">
<?php else : ?>
<span id="commentaut