太阳成游戏网站CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
QQ1835022299
028-61286886
{related module=news,bizhi tag=$tags}
相关内容,怎么样才能多模块调用
这样写,调用不出来
{related module=news,bbizhi field=title,description,img,url tag=$tag.tags num=30} {$t.title} {php $imgs = dr_get_content_url($t.content, 'src', 'png,jpg', 3);} {loop $imgs $img} {/loop} {dr_strcut($t.description, 80, '...')} {dr_cat_value('news', $t['catid'], 'name')} {/related} {$debug}
{dr_strcut($t.description, 80, '...')}
,提示错误。不知道哪里写错了正常样子应该是这样的