如何限制ExpressionEngine中的条目?
如何在ExpressionEngine中创建一个计数器?
{exp:weblog:entries weblog =“news”limit =“15”}
{标题}
{身体}
发布在{entry_date format =“%M%d,%Y - %h:%i%A”}{/ EXP:博客:条目}
它似乎'限制'限制SQL调用,但不是实际结果....我应该添加PHP? 更多:http://expressionengine.com/docs/modules/weblog/weblog_entries.html
{exp:weblog:entries weblog="news" limit="15"}
**{count}**
{title}
{body}
{/exp:weblog:entries}
{exp:stats weblog="news"}
{total_entries}
{/exp:stats}
正如其他人提到的,不完全确定你的意思是反对与“限制条目”。 限制条目将简单地将每个页面的数量或条目拉出来(SQL实际上可能为分页拉动更多)。
Count是exp:weblog:entries标记的内置单个变量。 如果您想要该博客中的条目总数,则可以使用统计数据模块获取总条目数。
链接地址: http://www.djcxy.com/p/66009.html