织梦channelartlist在栏目列表获取二级三级栏目
摘要:
效果 /include/taglib/channelartlist.lib.php 找到 if($typeid==0 || $typeid=='top') 改成 if($typeid=='reid'){global $cfg_Cs;$tid = $refObj-TypeLink-TypeInfos['id'];if(!is_array($cfg_Cs)) require_once(DEDEDATA."/cache/inc_catalog_base.inc");i
/include/taglib/channelartlist.lib.php 找到
if($typeid==0 || $typeid=='top')
改成
if($typeid=='reid')
{
global $cfg_Cs;
$tid = $refObj->TypeLink->TypeInfos['id'];
if(!is_array($cfg_Cs)) require_once(DEDEDATA."/cache/inc_catalog_base.inc");
if(!isset($cfg_Cs[$tid][0]) || $cfg_Cs[$tid][0]==0) $topid = $tid;
else $topid = GetTopid($cfg_Cs[$tid][0]);
$tpsql = " reid='$topid' AND ishidden<>1 ";
$order = " ORDER BY sortrank ASC";
}
elseif($typeid==0 || $typeid=='top')
列表页内容页模板调用标签
<ul>
{dede:channelartlist typeid=reid}
<h2><a href="{dede:field.typeurl/}">{dede:field.typename/}</a></h2>
{dede:channel type=son noself=yes}
<li><a href="[field:typeurl/]">[field:typename/]</a></li>
{/dede:channel}
{/dede:channelartlist}
</ul>
本文链接:http://www.dedecms51.com//dedecmsjiaocheng/chengxukaifa/182933.html
版权声明:本站资源均来自互联网或会员发布,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!
标签云