迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
为什么分页了,点下一步跳转到第二页还是显示第一页的内容?
第一页
第二页
使用了官方默认分页样式
{module module=news page=1 pagesize=5 urlrule=/index.php?c=category&id=13/[page].html} <li> <span class="blogpic imgscale"><a href="/zx/btb/589.html" title="{$t.title} "><img src="static/picture/defaultpic.gif" alt="{$t.title} "></a></span> <h3 class="blogtitle"><a href="/zx/btb/589.html">{$t.title}</a></h3> <p class="blogtext"><a href="/zx/btb/589.html">Roninnetwork(以下简称Ronin)的黑客事件已经过去了近两周,次生灾害还没有结束。区块链上构建的宠物战斗游戏Axieinfinity遭遇了各种数据的全面下滑。有用户表示无法从游戏中解押相关资产。 Da... </a></p> <p class="bloginfo"> <span><i class="fa fa-calendar" aria-hidden="true"></i> 2022-04-13</span> <span><i class="fa fa-eye" aria-hidden="true"></i> <script src="{THEME_PATH}okx/static/js/count.js" type='text/javascript' language="javascript"></script> </span> <span class="fr tags"><i class="fa fa-tags" aria-hidden="true"></i> <a href='/tags.php?/%E6%AC%A7%E6%98%93%E4%BA%A4%E6%98%93%E6%89%80/'>11111</a> </span> </p> <a href="/zx/btb/589.html" class="viewmore displayN">阅读更多</a> </li> {/module}
{module module=news page=1 pagesize=5 urlrule=/index.php?c=category&id=13/[page].html}
{module catid=$catid order=updatetime page=1 return=rs} // 列表分页固定写法不可增加参数 当前行数(从1开始):{$key_rs+1} 当前行数(从0开始):{$key_rs} 标题:{$rs.title} 地址:{$rs.url} 描述:{$rs.description} 截取20字 {dr_strcut($rs.description, 20)} 缩略图剪切: {dr_thumb($rs.thumb, 200, 200)} 判断有无缩略图:{if $rs.thumb}有的{else}没有{/if} 缩略图原图: 判断有无缩略图:{if $rs.thumb} {dr_get_file($rs.thumb)} {else}没有{/if} 时间:{$rs.updatetime} 自定义时间:{dr_date($rs._updatetime, 'Y-m-d')} 所属栏目;{dr_cat_value($rs.catid, 'name')} 栏目地址:{dr_cat_value($rs.catid, 'url')} =====其他字段调用方式:请点击下方《 模块内容在循环中的字段调用方式 》 {/module} 分页数量:栏目管理,找到对应的栏目,点修改,切换到模板选项,设置分页显示数量 分页字符串:{$pages_rs} 调试排错诊断信息:{$debug_rs} (开发者模式下才可用)