织梦dedecms如何调用文章内容页的评论数?
织梦DedeCMS调用文章内容页的评论数
推荐学习:织梦cms
第一步:首先在plus目录下,建立一个文件名为:feedcount.php,代码如下:
document.write("共有<?phprequire_once(dirname(__FILE__)."/../include/common.inc.php");$row=$db->GetOne("selectcount(*)asfcfromdede_feedbackwhereaid='{$aid}'");if(!is_array($row)){echo"0";}else{echo$row['fc'];}?>位用户了发表评论");