当前位置: 首页 > 站长资讯 > 正文页面

dedecms子栏目中调用其顶级栏目名称和简介的方法

本文实例讲述了dedecms子栏目中调用其所属顶级栏目的名称和简介的方法。分享给大家供大家参考。具体实现方法如下:1rZ网站目录_网站网址收录与提交入口

顶级栏目的名称及链接:1rZ网站目录_网站网址收录与提交入口

{dede:field name='id' runphp="yes"}1rZ网站目录_网站网址收录与提交入口

global $cfg_basehost,$cfg_cmspath,$cfg_indexurl;1rZ网站目录_网站网址收录与提交入口

$dsql = new DedeSql(false);1rZ网站目录_网站网址收录与提交入口

$a="SELECT tp.reid FROM dede_arctype as tp where tp.id=@me";1rZ网站目录_网站网址收录与提交入口

$arcRow = $dsql->GetOne($a);1rZ网站目录_网站网址收录与提交入口

@me="$arcRow[reid]";1rZ网站目录_网站网址收录与提交入口

if(@me==0)@me='首页';1rZ网站目录_网站网址收录与提交入口

else {$b="SELECT * FROM dede_arctype as tp where tp.id=@me";1rZ网站目录_网站网址收录与提交入口

$tpRow = $dsql->GetOne($b);1rZ网站目录_网站网址收录与提交入口

@me=''.$tpRow[typename].'';1rZ网站目录_网站网址收录与提交入口

$url=$cfg_basehost.$cfg_cmspath;1rZ网站目录_网站网址收录与提交入口

@me=str_replace('{cmspath}',$url,@me);1rZ网站目录_网站网址收录与提交入口

}1rZ网站目录_网站网址收录与提交入口

$dsql->Close();1rZ网站目录_网站网址收录与提交入口

{/dede:field}1rZ网站目录_网站网址收录与提交入口

栏目描述:1rZ网站目录_网站网址收录与提交入口

{dede:field name='id' runphp="yes"}1rZ网站目录_网站网址收录与提交入口

$dsql = new DedeSql(false);1rZ网站目录_网站网址收录与提交入口

$a="SELECT tp.reid FROM dede_arctype as tp where tp.id=@me";1rZ网站目录_网站网址收录与提交入口

$arcRow = $dsql->GetOne($a);1rZ网站目录_网站网址收录与提交入口

@me="$arcRow[reid]";1rZ网站目录_网站网址收录与提交入口

if(@me==0)@me='';1rZ网站目录_网站网址收录与提交入口

else {$b="SELECT * FROM dede_arctype as tp where tp.id=@me";1rZ网站目录_网站网址收录与提交入口

$tpRow = $dsql->GetOne($b);1rZ网站目录_网站网址收录与提交入口

@me=$tpRow[description];1rZ网站目录_网站网址收录与提交入口

$dsql->Close();1rZ网站目录_网站网址收录与提交入口

{/dede:field}1rZ网站目录_网站网址收录与提交入口

希望本文所述对大家的dedecms建站有所帮助。1rZ网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章