国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > CMS > Wordpress > 正文

Wordpress 鏈接的XFN關(guān)系增加nofollow屬性

2024-09-07 00:50:18
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

今天查詢(xún)站點(diǎn)的友鏈情況的時(shí)候發(fā)現(xiàn)“我的推薦”欄目下的鏈接并沒(méi)有加上nofollow屬性,該欄目主要存放的是一些有價(jià)值的博客,屬于tiandi發(fā)起的單向友鏈,所以可以加上nofollow屬性以免蜘蛛爬行出去。

我們來(lái)看下默認(rèn)的鏈接關(guān)系是沒(méi)有辦法直接輸入內(nèi)容的,只能通過(guò)下面的選項(xiàng)來(lái)選擇,但是所有的選項(xiàng)都沒(méi)有nofollow屬性,所以我們需要小小的修改一下,使得這里可以選擇nofollow項(xiàng)目.

修改方法也很簡(jiǎn)單,xfn是在/wp-admin/meta-box.php里定義的,打開(kāi)該文件,在836行左右找到類(lèi)似以下代碼:

  1. <tr> 
  2.  <th scope="row"><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('identity') ?></th> 
  3.  <td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: http://gmpg.org/xfn/ */ _e('identity') ?></span></legend> 
  4.  <label for="me"
  5.  <input type="checkbox" name="identity" value="me" id="me" <?php xfn_check('identity''me'); ?> /> 
  6.  <?php _e('another web address of mine') ?></label> 
  7.  </fieldset></td> 
  8. </tr> 

在下面添加以下代碼即可:

  1. <tr> 
  2.  <th scope="row">Nofollow</th> 
  3.  <td><fieldset><legend class="screen-reader-text"><span>nofollow</span></legend> 
  4.  <label for="nofollow"
  5.  <input class="valinp" type="checkbox" name="nofollow" value="nofollow" id="nofollow" <?php xfn_check('nofollow''nofollow'); ?> /> 
  6.  nofollow</label> 
  7.  </fieldset></td> 
  8. </tr> 
好了,大功告成.

發(fā)表評(píng)論 共有條評(píng)論
用戶(hù)名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 枣强县| 遂溪县| 昔阳县| 江孜县| 元朗区| 屯门区| 南华县| 苏尼特右旗| 阳朔县| 德州市| 灌南县| 青岛市| 乐陵市| 丹东市| 陵川县| 宜兰市| 江门市| 南溪县| 台中县| 芷江| 花莲市| 牙克石市| 濉溪县| 眉山市| 民丰县| 诸城市| 浦江县| 安溪县| 夏河县| 岳普湖县| 固原市| 黄骅市| 革吉县| 北川| 阳山县| 衡水市| 赤峰市| 砀山县| 乌兰浩特市| 汾阳市| 鞍山市|