phpcms二次开发教程标签页调用缩略图的方法-kb88凯时官网登录

时间:2019-05-04
阅读:
免费资源网 - https://freexyz.cn/

phpcms v9 tag标签页调用缩略图的修改方法:

打开phpcmsmodulescontenttag.php文件

找到

$res = $this->db->get_one(array('id'=>$contentid), 'title, description, url, inputtime, style');

修改为

$res = $this->db->get_one(array('id'=>$contentid), 'title, thumb, description, url, inputtime, style');

phpcms v9 tag标签页调用缩略图的调用方法:

{loop $datas $r}
{/loop}
免费资源网 - https://freexyz.cn/
返回顶部
顶部
网站地图