首页 > 网站建设 > 织梦在网站首页怎么样调用文章页和列表页中的评论和收藏数?
2017
05-16

织梦在网站首页怎么样调用文章页和列表页中的评论和收藏数?

  在网站首页的位置调用文章页和列表页中的评论数和收藏数是可以的,可以根据自己的需要来使用下面的代码:


  <blockquote><p>这个是列表页调用评论数


  [field:ID runphp='yes']$dsql = new dedesql(false);$dsql ->


  SetQuery(“Select count(id) as c from dede_feedback where aid=”.@me);$row


  = $dsql -> getone();@me=$row['c'];[/field:ID]个评论


  调用收藏数


  被收藏:[field:ID runphp='yes']$dsql = new dedesql();$dsql ->


  SetQuery(“select count(*) as c from dede_member_stow where


  aid=”.@me);$row = $dsql -> getone();@me=$row['c'];[/field:ID]次</p>


本文》有 0 条评论

留下一个回复