相关文章输出
根据栏目ID相同输出相关热门文章
{loop table="article" tid="$type['id']" isall="1" orderby="hits desc,addtime desc" isshow="1" limit="10" as="v"} {$v_n}:计数,从1开始计 {$v_key}:计数,从0开始计 标题:{$v['title']} 所属栏目:{$classtypedata[$v['tid']]['classname']} 链接:{$v['url']} 缩略图:{$v['litpic']} 简介:{$v['description']} 内容:{$v['body']} Tags: {foreach explode(',',$v['tags']) as $s} {if($s)} 标签名:{$s} 标签链接:{fun U('tags/index',['tagname'=>$s])} {/if} {/foreach} 评论数:{$v['comment_num']} 点击数/浏览量:{$v['hits']} 点赞数:{fun jz_zan($v['tid'],$v['id'])} 收藏数:{fun jz_collect($v['tid'],$v['id'])} 更多其他的扩展参数,请参考数据库article表字段进行输出 这里面输出内容格式:{$v['字段参数']} {/loop}
复制
根据栏目ID相同输出相关随机文章
{loop table="article" tid="$type['id']" isall="1" orderby="rand()" isshow="1" limit="10" as="v"} {$v_n}:计数,从1开始计 {$v_key}:计数,从0开始计 标题:{$v['title']} 所属栏目:{$classtypedata[$v['tid']]['classname']} 链接:{$v['url']} 缩略图:{$v['litpic']} 简介:{$v['description']} 内容:{$v['body']} Tags: {foreach explode(',',$v['tags']) as $s} {if($s)} 标签名:{$s} 标签链接:{fun U('tags/index',['tagname'=>$s])} {/if} {/foreach} 评论数:{$v['comment_num']} 点击数/浏览量:{$v['hits']} 点赞数:{fun jz_zan($v['tid'],$v['id'])} 收藏数:{fun jz_collect($v['tid'],$v['id'])} 更多其他的扩展参数,请参考数据库article表字段进行输出 这里面输出内容格式:{$v['字段参数']} {/loop}
复制