內(nèi)容發(fā)布多欄目首頁可以生成靜態(tài)文章,翻頁出現(xiàn)404沒生成靜態(tài)文件,這個是教程地址http://apdwn.com/wenda/43931.html


欄目代碼
{module catid=$catid order=displayorder_asc page=1}
<li>
<a href="{$t.url}" title="{$t.title}">
<div class="hero_list_pic">
<img src="{dr_thumb($t.thumb, 130, 130)}" width="130" height="130" alt="{$t.title}" />
{if $t.sx}<i>{$t.sx}</i>{else}{/if}
</div>
<div class="hero_list_name"><p>{$t.title}</p></div>
</a>
</li>
{/module}官方提醒:使用module內(nèi)容循環(huán)標(biāo)簽的生成工具,填寫參數(shù)就可以生成相關(guān)的代碼,每個參數(shù)后面都有用法解釋
坐等版本更新解決把