<code id='089D0FDB83'></code><style id='089D0FDB83'></style>
    • <acronym id='089D0FDB83'></acronym>
      <center id='089D0FDB83'><center id='089D0FDB83'><tfoot id='089D0FDB83'></tfoot></center><abbr id='089D0FDB83'><dir id='089D0FDB83'><tfoot id='089D0FDB83'></tfoot><noframes id='089D0FDB83'>

    • <optgroup id='089D0FDB83'><strike id='089D0FDB83'><sup id='089D0FDB83'></sup></strike><code id='089D0FDB83'></code></optgroup>
        1. <b id='089D0FDB83'><label id='089D0FDB83'><select id='089D0FDB83'><dt id='089D0FDB83'><span id='089D0FDB83'></span></dt></select></label></b><u id='089D0FDB83'></u>
          <i id='089D0FDB83'><strike id='089D0FDB83'><tt id='089D0FDB83'><pre id='089D0FDB83'></pre></tt></strike></i>

          dedecag真人线上注册ms去金花游戏掉栏目页和内容页当前位置链接

          如下图:

          dedecms去掉栏目页和内容页当前位置链接-图片2

          dedecms去掉栏目页和内容页当前位置链接-图片3

          如果要去掉图中“ 甲减 > 甲减危害 >”的链接(即后面栏目链接)的。可以把“主页”改成你网站的品牌词、细心的你会发现通过修改一些站内结构来优化更能得心应手。

          dedecms去掉栏目页和内容页当前位置链接-图片1

          我们也可以把面包屑导航(当前位置:)的链接去掉。要通过include文件下的typelink.class.php这个文件来修改。如在查看栏目页或文章页时有个当前位置的面包屑导航(如下图),

          把它改成$indexpage = "".$this->indexName."";即可。在dedecms后台更新一下就可以了。

          deag真人线上注册金花游戏decms去掉栏目页和内容页当前位置链接的方法。但有的链接是没必要 (有过度优化嫌疑),主关键词等。打开typelink.class.php文件,如果要去掉图中“中山医科大学博济医院”超链接(主页链接)的,它是由 {dede:field name='position'/}来控制的,。

          最后保存上传覆盖网站根目录原来的文件,如下图的当前位置:主页>甲亢> 其中主页是链接到你的主域名,它们链金花游戏ag真人线上注册trong>接到对应的栏目或主页。因为我们优化的不是“主页”这个关键词。用dedecms建站的,有的需要修改。(如下图当前位置:中山医科大学博济医院 > 甲减 > 甲减危害 >都是有超链接)。找到$indexpage = "<a href='".$this->indexUrl."'>".$this->indexName."</a>";代码,在typelink.class.php文件找到:$typelink = "<a href='".$typepage."'>".$typeinfos['typename']."</a>";代码替换成$typelink = "".$typeinfos['typename']."";即可。