欢迎访问全国企业网站设计NO.1网站开发商平台 付款方式
主页 > 网站建设 > 建站知识 > 织梦怎么去掉导航链接里边的"index.html"

织梦怎么去掉导航链接里边的"index.html"

POST TIME:2020-10-09

织梦默认建好的栏目导航里的"index.html"能不能去掉呢???
现在的连接地址是:xxxx/lanmu1/index.html 能不能改成:xxxx/lanmu1/
A:按照下面的形式修改模板即可,默认为/templets/default/head.htm:
{dede:channel type='top'}
<li><a href='[field:typeurl function='str_replace("index.htm","",@me)'/]'>[field:typename/]</a></li> {/dede:channel}