typecho 全部标签列表 - 按时间排序 调用

全部标签列表,按照MID排序:

<?php $this->widget('Widget_Metas_Tag_Cloud')
                ->to($taglist); ?><?php while($taglist->next()): ?>
<li><a href="<?php $taglist->permalink(); ?>" title="<?php $taglist->name(); ?>"><?php $taglist->name(); ?></a></li>
<?php endwhile; ?>

 

此代码,是按照tag的创建时间排序

相关文章

发表新评论