使用DEDECMS时客户需要在首页模板或者其他页面调用指定栏目的标题、描述, 1在dede模板首页调用指定栏目的描述方法如下:
{dede:field name=’typeid’ runphp=’yes’} $id=@me; global $dsql; $sql=”select description from dede_arctype where id=1″; $row=$dsql->getOne($sql); @me=$row["description"];