演示链接:查看演示

dedecmsdedecms模板标签 arclist列表循环调用顶级栏目名称

添加到include/extend.func.php

function gettopname($aid){
 global  $dsql; 
$sql = "SELECT tt.typename,tt.typedir from arctiny as a join arctype as t on a.typeid = t.id join arctype as tt on t.topid=tt.id where a.id = $aid" ; 
$row = $dsql->GetOne($sql);
$typename = $row['typename'];
$typedir = $row['typedir'];
$bodytag = str_replace("{cmspath}",$url,$typedir);
  return $lit_imglist = $typename;
}

 

2.arclist调用标签(显示顶级栏目名称) 
 

[field:id function='gettopname(@me)'/]

THE END
喜欢就支持一下吧
点赞0 分享