列表頁-圖片:
1、根據(jù)上篇文字部分修改,圖片列表也是一樣的,找到單個內(nèi)容,進行對應(yīng)的調(diào)整:
{list_product row="9" order="addtime desc" type="page"}
<!-- list_product表示產(chǎn)品列表,row="9"表示輸出9條,order="addtime desc" 表示按時間輸出 type="page 表示翻頁 -->
<div class="gallery_box">
<img src="[value:logo_pc/]" alt="[value:title/]" title="[value:title/]">
<span>[value:title/]</span> <a href="[value:url/]"></a>
</div>
{/list_product}
2、循環(huán)體內(nèi)與標簽內(nèi)部參數(shù),大家會有疑問,2個循環(huán)體的代碼不一樣,其實只要改product與article,其他的都一樣,但是你還要其他的要求,添加對應(yīng)了內(nèi)容
默認:{list_product [填寫對應(yīng)的參數(shù)] } 列表的內(nèi)容 {/ list_product } 進行結(jié)束。