程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> DEDECMS中,channelartlist標簽,channelartlist標簽

DEDECMS中,channelartlist標簽,channelartlist標簽

編輯:關於PHP編程

DEDECMS中,channelartlist標簽,channelartlist標簽


當前頻道的下級欄目的內容列表 dede:channelartlist

標簽:

{dede:channelartlist row=6}

     <dl>

         <dt><a href='{dede:field name='typeurl'/}'>{dede:field name='typename'/}</a></dt>

         <dd>

              {dede:arclist titlelen='42' row='10'}

                   <ul class='autod'>

                        <li><a href="[field:arcurl /]">[field:title /]</a></li>

                        <li>([field:pubdate function="MyDate('m-d',@me)"/])</li>

                   </ul>

              {/dede:arclist}

         </dd>

     </dl>

{/dede:channelartlist}

channelartlist 是唯一一個可以直接嵌套其它標記的標記,不過僅限於嵌套 {dede:type}{/dede:type} 和 {dede:arclist}{/dede:arclist} 兩個標記。

 

 

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved