自定义某分类并输出缩略图
自定义调用某分类,并输出缩略图
<?php $this->widget('Widget_Archive@index', 'pageSize=4&type=category', 'mid=23')->to($indexpub); ?> <?php while($indexpub->next()): ?> <?php $indexpub->permalink(); ?> <?php $indexpub->title() ?> <?php Fimg_Plugin::showfimg($indexpub->cid,4);?> <?php $indexpub->excerpt(80, '……'); ?> <?php endwhile; ?>
1 条评论
评论已关闭
[...]在让Ai帮我写typecho主题,搜集了一些我可能需要用到的代码index输出header.php、footer.php左边是标题、发布时间、分类、标签、评论(数量)右边是带缩略图的文章列表,参考自定义某分类并输出缩略图(https://typechx.com/code/26.html)<?php $this->widget('Widget_Archive@index', 'pageS[...]