模板標(biāo)簽里面
織夢的這個用迅睿cms怎么寫
{dede:channelartlist typeid='5,6,7,8' row='4'}
<div class="school_list {dede:global name=itemindex runphp="yes"}(@me==1)? @me="box_hover":@me="";{/dede:global} clearfix" id="con_cc_{dede:global name=itemindex runphp="yes"}@me=@me+0;{/dede:global}">
{dede:arclist row='6' titlelen='50' orderby ='pubdate'}
<dl class="clearfix">
<dt><a href="[field:arcurl/]"> <img src="[field:litpic function='gcGetRandLitpic(@me)'/]" alt="[field:title/]" width="62" height="62"/></a></dt>
<dd> <a href="[field:arcurl/]">[field:title/]</a>
<p> [field:description function="cn_substr(@me,80)"/]...</p>
<p class="see"><span class="fbtime">[field:rand function="MyDate('Y-m-d',@me)"/]</span><span class="click">瀏覽:[field:click/]</span></p>
</dd>
</dl>
{/dede:arclist} </div>
{/dede:channelartlist}
用迅睿cms怎么寫 實在是寫不來 求貼出來 幫助
{dede:channelartlist typeid='5,6,7,8' row='4'}的作用是什么
{dede:arclist row='6' titlelen='50' orderby ='pubdate'} 這個作用又是什么
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!
回復(fù)@官方研發(fā)技術(shù)-阿華
{dede:channelartlist typeid='5,6,7,8' row='4'}的作用是什么 調(diào)用 欄目5,6,7,8
{dede:arclist row='6' titlelen='50' orderby ='pubdate'} 這個作用又是什么 調(diào)用 欄目5,6,7,8的文章
參考文檔:《DEDECMS模板標(biāo)簽轉(zhuǎn)換說明》
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!
{category module=share id=5,6,7,8 return=c} <div class="school_list {dede:global name=itemindex runphp="yes"}(@me==1)? @me="box_hover":@me="";{/dede:global} clearfix" id="con_cc_{dede:global name=itemindex runphp="yes"}@me=@me+0;{/dede:global}"> {module module=$c.mid catid=$c.id num=6} <dl class="clearfix"> <dt><a href="{$t.url}"> <img src="[field:litpic function='gcGetRandLitpic(@me)'/]" alt="[field:title/]" width="62" height="62"/></a></dt> <dd> <a href="{$t.url}">{$t.title}</a> <p> [field:description function="cn_substr(@me,80)"/]...</p> <p class="see"><span class="fbtime">[field:rand function="MyDate('Y-m-d',@me)"/]</span><span class="click">瀏覽:[field:click/]</span></p> </dd> </dl> {/module} </div> {/category }里面的字段你自己改改了
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!
錯了 最關(guān)鍵的 是這個怎么改
循環(huán)里面的字段輸出,直接用迅睿標(biāo)簽生成器生成就行了,不是難事
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!
我截圖那個 怎么寫
看視頻生成,謝謝
開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!
我截圖哪里應(yīng)該是if標(biāo)簽 弄不來