完整代码:(具体可以参考自带模板的category_case.html文件代码)
<!--S 筛选列表 -->
<div class="product_box">
<div class="classify-screen">
<!--使用filters函数输出自定义筛选字段 -->
{volist name=":filters($modelid,$catid)" id="vo"}
<div class="classify-box clearfix">
<h5 class="classify-name">{$vo.title}:</h5>
<div class="classify-screen-con">
<div class="classify-choose">
{volist name="$vo.options" id="vs"}
<a target="_self" href="{$vs.url}" {if $vs.active}class="selected"{/if}><span>{$vs.title}</span></a>
{/volist}
</div>
</div>
</div>
{/volist}
</div>
</div>
<!--E 筛选列表 -->
<!--S 筛选条件 -->
<!--生成筛选的sql语句 -->
{php}$where=structure_filters_sql($modelid);{/php}
<!--E 筛选添加 -->
<div class="case_ny_list">
<!--S 文章列表-->
<ul class="clearfix">
<!--将筛选sql变量$where传入列表标签的@where参数-->
{yzn module="cms" action="lists" where="$where" catid="$catid" cache="3600" order="listorder ASC" num="8" page="$page" return="data"}
{volist name="data" id="vo"}
...HTML...
{/volist}
{/yzn}
</ul>
<!--E 文章列表-->
</div>
<!--S 分页-->
{$pages|raw}
<!--E 分页-->
希望以上内容对你有所帮助!如果还有其他问题,请随时提问。 各类知识收集 拥有多年CMS企业建站经验,对 iCMS, Fastadmin, ClassCMS, LeCMS, PbootCMS, PHPCMS, 易优CMS, YzmCMS, 讯睿CMS, 极致CMS, Wordpress, HkCMS, YznCMS, WellCMS, ThinkCMF, 等各类cms的相互转化,程序开发,网站制作,bug修复,程序杀毒,插件定制都可以提供最佳解决方案。