phpcms v9 首页新闻列表里不调用推荐位

2024-11-12 08:52:22
推荐回答(3个)
回答1:

这个好说啊,被推荐的新闻的posids值是1,而没有被推荐的posids值是0,你传posids给lists方法得不到处理的,所以你写一个where,相当于sql语句里面的条件,把这个where作为参数传递给lists:
{php $where = " status=99 AND catid=23 AND posids!=1";}
{pc:content action="lists" where="$where" order="inputtime DESC" num="10" return="data_news"}
{/pc}

回答2:

用get标签就能获取你想要的内容

回答3:

get 函数 或者直接写php