- Tags标签云
- {dede:tag row=’45’ getall=’1′ sort=’hot’}
<a href='https://www.liuzhongwei.com/a/dedejq/[field:link/]' title="[field:tag /]([field:total /])"
>
[field:tag /]
{/dede:tag}
2 | 在/include/common.func.php 中加入如下函数。
function getTagStyle()
{
$minFontSize=8; //最小字体大小,可根据需要自行更改
$maxFontSize=18; //最大字体大小,可根据需要自行更改
return ‘font-size:’.($minFontSize+lcg_value()*
(abs($maxFontSize-$minFontSize))).’px;color:#’.
dechex(rand(0,255)).dechex(rand(0,196))
.dechex(rand(0,255));
}
这样漂亮的彩色标签就做好了,效果如下(这里去掉了字体随机大小的效果):