以下是我列表頁的調(diào)用和分頁調(diào)用的使用方法,
1.注意還是使用content模塊Action是lists 如果是分頁要加page='$page'
2.截取使用{str_cut($r[description],200)}
? ? ? {pc:content? action="lists" catid="7" order="id DESC" thumb="1" moreinfo="1" num="2" page="$page"}
{loop $data $v}
? ? ? ? ? ? ? <div class="blogs">
? ? ? ? <figure><a title="{$v['title']}" href="{$v['url']}" target="_blank"><img src="{$v['thumb']}" alt="{$v['title']}"></a></figure>
? ? ? ? <ul>
? ? ? ? ? <h3><a href="/news/284.html" target="_blank" title="{$v['title']}">{$v['title']}</a></h3>
? ? ? ? ? <p>{str_cut($v['description'], 200)}</p>
? ? ? ? ? <p class="autor"><span class="lm f_l"><a href="/"></a></span><span class="dtime f_l">{date('Y-m-d H:i:s', $v['inputtime'])}</span><span class="viewnum f_r">瀏覽(<a href="{$v['url']}"><script language="JavaScript" src="{APP_PATH}api.php?op=count&id={$id}&modelid={$modelid}"></script></a>)</span><span class="pingl f_r">作者:{$v['username']} </span></p>
? ? ? ? </ul>
? ? ? </div>
? {/loop}
? ? <div class="shpa">{$pages}</div>
{/pc}
? ? </div>