调用zblog php置顶文章列表比较简单,通过GetList函数就可以轻易实现。GetList函数的详细介绍请看:
https://www.qiquanji.com/utykn/359.html
具体的zblog php调用置顶文章的代码:
{$topArray = GetList(10, null, null, null, null, null, array("only_ontop" => true));}<ul>{foreach $topArray as $top} <li><a href="{$top.Url}" title="{$top.Title}" target="_blank">{$top.Title}</a></li>{/foreach}</ul>
其中GetList后面括号里的第一个 10 是要调用的置顶文章数量。
原文链接:https://www.qiquanji.com/post/7522.html
本站声明:网站内容来源于网络,如有侵权,请联系我们,我们将及时处理。
微信扫码关注
更新实时通知