统计搜索结果的 数量,用的是问答里分享的这串代码
{eyou:assign name="keywords" value="$eyou.field.keywords"}
<!--通过自定义变量assign获取关健词-->
{eyou:sql sql="Select count(*) as AllNum from ey_archives where title like '%$keywords%'" cachetime='-1'}
{$field.AllNum}
<!--返回查询数量为allNum字段-->
{/eyou:sql}
伪删除的文章,也被给统计出来了,
文章都后台删除了,数据库中应该是伪删除,结果给统计出来,但是又不显示。