Typecho调用最新文章

由 Jefsky 发布于 2024-01-04

在需要调用的地方添加

<?php
$this->widget('Widget_Contents_Post_Recent','pageSize=10')->to($recent);
if($recent->have()):
while($recent->next()):
?>

<li><a href="<?php $recent->permalink();?>"><?php $recent->title();?></a></li>

<?php endwhile; endif;?>

著作权归作者所有。
商业转载请联系作者获得授权,非商业转载请注明出处。
作者:JefskyWong ——程序猿甜品店
链接:https://www.jefsky.com/blog/288
来源:https://www.jefsky.com/