这个好说啊,被推荐的新闻的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}
用get标签就能获取你想要的内容
get 函数 或者直接写php