Typecho全部文章列表

No Reply , Posted in 代码 on April 27, 2014

全部文章列表,可应用于归档或网站地图,蜘蛛指引等

<?php $this->widget('Widget_Contents_Post_Recent', 'pageSize=10000')->parse('<li>{year}-{month}-{day} : <a href="{permalink}">{title}</a></li>'); ?>

也可以自定义page数量,显示固件文章

标签: NONE