发现这个方法还常用的,特意分享出来。

<?php $this->widget('Widget_Contents_Post_Recent','pageSize=5')->to($news);?>
  <?php if($news->have()):?>
    <?php while($news->next()): ?>
     
        <a href="<?php $news->permalink();?>">
        <h2 class="card-title"><?php $news->title(); ?></h2>
          </a>
    <?php endwhile; ?>
  <?php endif; ?>

和在使用博客的那个<?php while ($this->next()) : ?><?php endwhile; ?>代码一样的用法,$news$this一样。

'pageSize=5'便是输出5篇最新文章,数字自己定义即可。

分类: Typecho博客教程 标签: typecho教程最新文章数量

评论

暂无评论数据

暂无评论数据

目录