<ul class="widget-navcontent">
<li class="item item-01 active">
<ul>
<?php
$this->widget('Widget_Contents_Post_Recent', 'pageSize=6')->to($recent);
if ($recent->have()) :
while ($recent->next()) :
?>
<li><time><?php $recent->date('Y-m-d'); ?></time><a href="<?php $recent->permalink(); ?>"><?php $recent->title(20, '...'); ?></a></li>
<?php endwhile;
endif; ?>
</ul>
温馨提示:本文最后更新于
2024-06-21 17:17:43
,某些文章具有时效性,若有错误或已失效,请 联系我们 反馈。👋 感谢您的观看!
© 版权声明
THE END