dede調用一個欄目下的子欄目

dede如何調用一個欄目下的子欄目 方法以下:
一、首頁。
index.htm
改頁能夠顯示首頁個欄目的rss連接。
方法:找到
{dede:channelArtlist typeid=0 col=1 tablewidth='100%'}
{dede:type}{/dede:type}
{/dede:channelArtlist}
將代碼:<a href="/plus/rss.php?tid=[field:ID /]" target="_blank">RSS</a>添加到{dede:type}{/dede:type}中間的某個位置,根據你的佈局本身定義。php

注意,{dede:type}{/dede:type}中間不能再使用phpurl 底層變量得到 /plus 路徑,請固定改變量html

實例應用:web

{dede:channelArtlist col=7 tablewidth='100%'}
   <div class=area>
    <DIV class=title>
     {dede:type}
      <h2>[field:typename/]</h2>
      <a class=more href="[field:typelink/]" target=_blank>更多>></a>
     {/dede:type}
    </DIV>
    <UL class=list2>
     {dede:arclist flag='h' titlelen='30' row='16'}
      <li><a href="[field:arcurl/]" title="[field:title/]" target=_blank>[field:title/]</a></li>
     {/dede:arclist}
    </UL>
   </div>
   {/dede:channelArtlist}curl

文章出自: 計算機知識網
原文連接:http://www.baoluowanxiang.com/a/website/cms/2011/0108/2717.html佈局

相關文章
相關標籤/搜索