面包屑導(dǎo)航的意思就是位置導(dǎo)航
展現(xiàn)效果:當(dāng)前位置:首頁(yè) > 武林網(wǎng)>織夢(mèng)教程 >
基本上除首頁(yè)之外的其他頁(yè)面上,都會(huì)有一個(gè)面包屑導(dǎo)航,此導(dǎo)航的作用就是為了指引,在SEO角度上是很有用的
調(diào)用位置導(dǎo)航的標(biāo)簽
{dedefield name='position'}
展現(xiàn)效果:主頁(yè) > CMS集中營(yíng) > DEDECMS >
在結(jié)尾的時(shí)候總是會(huì)有一個(gè)">"符號(hào),那么最后的這個(gè)">"符號(hào)怎么去掉呢?
打開 /include/typelink.class.php 文件
找到
return $this->valuePosition.$this->SplitSymbol;
修改為
return $this->valuePosition;
完成



















