![]() |
|
|||||||
| Blog(博客)/Wiki(维客)/RSS/Cms Blog(博客)/、Wiki(维客)、RSS、Cms等WEB 2.0相关技术讨论专区。 |
|
|
Thread Tools | Display Modes |
|
#2
IP: 218.85.132.244
|
|||
|
|||
|
修改include文件中的widgets.php中的
Code:
function wp_widget_tag_cloud($args) {
extract($args);
$options = get_option('widget_tag_cloud');
$title = empty($options['title']) ? __('Tags') : $options['title'];
echo $before_widget;
echo $before_title . $title . $after_title;
wp_tag_cloud();
echo $after_widget;
Code:
function wp_widget_tag_cloud($args) {
extract($args);
$options = get_option('widget_tag_cloud');
$title = empty($options['title']) ? __('Tags') : $options['title'];
echo $before_widget;
echo $before_title . $title . $after_title;
wp_tag_cloud('smallest=8&largest=8'); echo $after_widget;
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tag字号 怎么修改? | trademan | Blog(博客)/Wiki(维客)/RSS/Cms | 0 | 2008-02-04 09:38 AM |
| wordpress page中怎么调用tag | trademan | Blog(博客)/Wiki(维客)/RSS/Cms | 0 | 2008-02-04 09:09 AM |
| 虛擬主機安裝wpmu的教學(與一般wp安裝法有點不同) | smiling | Blog(博客)/Wiki(维客)/RSS/Cms | 0 | 2007-10-18 09:36 AM |