DedeCms 文章調(diào)用欄目?jī)?nèi)容{dede:field.content/}的方法
{dede:field.content/}
這個(gè)標(biāo)簽系統(tǒng)只支持在欄目模板里調(diào)用,不支持在內(nèi)容模板里調(diào)用。如果想讓內(nèi)容模板也支持它,其實(shí)也很簡(jiǎn)單。只需在核心目錄即 include/ 里的 archives.class.php中加入一行代碼就OK了。
$this->Fields['content'] = $this->TypeLink->TypeInfos['content']; / / 在 86行加入此段代碼