織夢dedecms 如何在
{dede:type}中調用該欄目的欄目內容
content
AB
模版網在給一個客戶做仿站的時候,需要用到在
{dede:type}中調用欄目內容content
方法:
第一步:打開
include文件夾下面的
taglib中 找到
type.lib.php 大概在42行左右 在那里加上 content 中間用英文狀態的逗號隔開,
第二步:模板上進行調用
[field:content /],比如
{dede:type typeid='1'}
<a href="[field:typelink /]">[field:typename /]</a>
<p>[field:content /]</p>
{/dede:type}