phpcms导航修改

phpcms导航修改,第1张

两种方法可以做到

1,在后台添加一个栏目,方式是外部并岩链接,链接地址写上论坛地址,并设为导航栏显示,位置不对时,可以设置一下排序。

2,在根态蔽肆目录/templates/default/phpcms/header.html

里修改

你可以去后盾人平台看看,里面的东西不错,我也在那里学习帆轿

{pc:content action="category" catid="0" num="25" siteid="$siteid" order="listorder ASC"}<a href="{siteurl($siteid)}">首页</a>{loop $data $r}<!-- 一级栏目循环开始 --><a href="{$r[url]}">{$r[catname]}</a>{if $r[child]} <!--是否有子栏目-->{pc:content action="category" catid="$r[catid]" num="15" siteid="$siteid" order="listorder ASC" return="data2"}{loop $data2 $v}<!--子栏目循环开始--><a href="{$v[url]}">{$v[catname]}</盯则差a>{/loop}<!--子栏目循盯雹环结束-->{/pc}{/if}{/loop}<!-- 一级栏目循环结束凯皮-->{/pc}

不能,但你可简段竖以把下面的代码加入到栏目首页,这个会直接跳转到该栏目的第一个子栏目

<?php

if($child){

$child_arrary=explode(','拦大,$arrchildid)

$to_url=$CATEGORYS[$child_arrary[0]][url]

echo "<script>window.location.href='".$to_url."'燃山</script>"

}

?>


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/12334315.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-24
下一篇 2023-05-24

发表评论

登录后才能评论

评论列表(0条)

保存