织梦园模板网提供云优cms模板,pbootcms模板,Wordpress主题模板等各类企业新闻资讯网站模板下载服务。织梦园网站模板交流群
用户名:
密码:
注册
注册后享受折扣价

织梦dede模板列表页如何调用好评差评

织梦园模板 / 2019-04-11 / 收藏

要想在列表页调用好评差评和中立。掌握了这个功能可以在***程度上提搞织梦仿站的水平。

实现方法,需要记住下面的代码:

下面是调用好评的

{dede:field name='id' runphp='yes'}
global $dsql;
$tid=@me;
$sql="select count(dede_archives.id) as count from dede_archives,dede_feedback where dede_feedback.aid=dede_archives.id and dede_archives.typeid=$tid and dede_feedback.ftype='good'";
$row=$dsql->getOne($sql);
@me=$row["count"];
{/dede:field/}

如果你想调用中立就把good 改成 feedback,差评就改成bad。

相关标签调用

收缩