phpcms v9 首页新闻列表里不调用推荐位 10
像织梦里的noflag可以排除多个属性,phpcmsv9里怎么实现?我想在首页调用新闻的时候,被推荐的文章不再调用,请高手帮忙...
像织梦里的noflag 可以排除多个属性 ,phpcmsv9 里怎么实现?我想在首页调用新闻的时候,被推荐的文章不再调用,请高手帮忙
展开
3个回答
2014-01-10
展开全部
这个好说啊,被推拦春荐的新闻的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}
{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标签就能获取你想要的内容
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2014-01-11
展开全部
get 函数 或者直接写php
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询