修改主题文件
修改前注意先备份一下
文件位置:/usr/themes/Sunny/parts/sidebar.php
约14行后面增加如下代码
<!-- 标签云 -->
<section class="cat_block">
<div class="little_card_title">Tags</div>
<ul class="cat_categorymenu">
<?php $this->widget('Widget_Metas_Tag_Cloud', array('sort' => 'count', 'ignoreZeroCount' => true, 'desc' => true, 'limit' => 20))->to($taglist); ?>
<?php while ($taglist->next()): ?>
<a href="<?php $taglist->permalink(); ?>"><?php $taglist->name(); ?><span style="font-size: x-small; color: var(--B);"><?php $taglist->count(); ?></span></a>
<?php endwhile; ?>
</ul>
</section>
<!-- 标签云结束-->
👍
💖
💯
💦
😄
🪙
博主
掌印 @许大阳👍
💖
💯
💦
😄
🪙
博主
掌印👍
💖
💯
💦
😄
🪙
👍
💖
💯
💦
😄
🪙