PHPCMS v9 tag标签页调用缩略图的方法
在phpcms/modules/content/tag.php 里面找到如下代码大概56行
把
$res['description'] = str_replace($tag, ''.$tag.'', $res['description']);
改为
$res = $this->db->get_one(array('id'=>$contentid), 'title, thumb, description, url, inputtime, style');