迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
新建栏目,栏目设定不显示,自定义图片字段 image
首页调用不显示
{content module=h id=12 return=home} <?php if ($home['lunbotu']) { $key=0; foreach ($home['lunbotu'] as $c) { ?> <img src="{dr_get_file($c)}" class="img-fluid" alt=""> <?php $key++;} } ?> {/content}
其它字段都可正常显示
{/content} 后面加一个 {$debug_home}
标签解析:{content module=h id=12 return=home} 当前路由:home/index 动态地址:index.php? 变量前缀:home 总记录数:1 分页功能:未开启 可用字段:id、catid、title、thumb、keywords、description、hits、uid、author、status、url、link_id、tableid、inputip、inputtime、updatetime、displayorder、content、_inputtime、_updatetime
所以我怀疑你是用错了标签。