Dede初级教程:文章调用所属二级栏目的方法

Copy to ClipboardLiehuo.Net Codes引用的内容:[]

<div class="listbox"> 

{dede:channelartlist} 

<dl class="tbox"> 

<dt><strong><a href=http://www.dede58.com/"{dede:field name='typeurl'/}">{dede:field name='typename'/}</a></strong><span class="more"><a href=http://www.dede58.com/"{dede:field name='typeurl'/}">更多...</a></span></dt> 

<dd> 

<ul class="d1 ico3"> 

{dede:arclist titlelen='60' row='8'} 

<li><span class="date">[field:pubdate function="MyDate('m-d',@me)"/]</span><a href=http://www.dede58.com/"[field:arcurl /]">[field:title /]</a></li> 

{/dede:arclist} 

</ul> 

</dd> 

</dl> 

{/dede:channelartlist} 

</div> 

<!-- /listbox -->

 

 

见上面代码中红色的部分,将[field:pubdate function="MyDate('m-d',@me)"/] 替换为[[field:typelink/]]就ok了!

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/65a308c0a456e49435460043ca1ad3f4.html