Loving Coding & Visual Design
WP里面tag cloud的中文显示问题
Wordpress2推出的tag cloud功能确实不错,不过最热门的tag显示字体大的太过难看。
修改办法:编辑PHP源文件:wp-includes/category-template.php
找到function: wp_generate_tag_cloud里面的这么一项:
修改为:
其中的0.3是为了缩小最大的TAG尺寸,大家可以根据自己喜好设定比例。
修改办法:编辑PHP源文件:wp-includes/category-template.php
找到function: wp_generate_tag_cloud里面的这么一项:
( $smallest + ( ( $count - $min_count ) * $font_step ) )
修改为:
( $smallest + ( ( $count - $min_count ) * $font_step ) * 0.3 )
其中的0.3是为了缩小最大的TAG尺寸,大家可以根据自己喜好设定比例。
最 近 文 章
- 在中国银行托收支票居然要户口薄 - Tue, 10 Jun 2008 13:12:40 +0000
- session_start(): Failed to initialize storage module - Thu, 05 Jun 2008 01:06:57 +0000
- 由facebook走向开源想到的 - Wed, 28 May 2008 08:35:10 +0000
- Windows 7的新界面 - Wed, 28 May 2008 07:44:27 +0000
- 给Google Translate的一点建议 - Fri, 23 May 2008 05:23:55 +0000
- Yahoo! Domains涨价! - Mon, 05 May 2008 14:22:26 +0000
- setInterval的问题 - Mon, 05 May 2008 09:27:03 +0000
- 给WordPress加上自动链接辨认[Auto-Link]功能 - Tue, 29 Apr 2008 02:28:40 +0000
- YUM介绍 - Fri, 25 Apr 2008 15:51:02 +0000
- Mysql Error: No database selected - Tue, 22 Apr 2008 04:46:25 +0000