pbootcms模板如何实现产品置顶
分类:网站系统教程
时间:2021-12-12 10:35
浏览:295
概述
pbootcms模板如何实现产品置顶找到文件夹 templates defalut index.html用编辑器打开index.html文件,找到产品的地方将order=sorting 改成 istop=1如果要调用推荐产品,用这个标签 isrecommend=1头条产品:isheadline=1
内容
pbootcms模板如何实现产品置顶
找到文件夹 templates defalut index.html
用编辑器打开index.html文件,找到产品的地方

将order=sorting 改成 istop=1
如果要调用推荐产品,用这个标签 isrecommend=1
头条产品:isheadline=1
评论