typecho教程:全部标签列表 – 按时间排序
全部标签列表 – 按时间排序
2013-03-26
全部标签列表,按照MID排序:
<?php $this->widget('Widget_Metas_Tag_Cloud') ->to($taglist); ?><?php while($taglist->next()): ?> <li><a href="<?php%20$taglist->permalink();%20?>" title="<?php $taglist->name(); ?>"><?php $taglist->name(); ?></a></li> <?php endwhile; ?>
此代码,是按照tag的创建时间排序