说明
该标签返回一个可生成标签云的HTML字符串。
用法
<?php wp_generate_tag_cloud( $tags, $args ); ?>
默认用法
<?php $args = array(
'smallest' => 8,
'largest' => 22,
'unit' => 'pt',
'number' => 0,
'format' => 'flat',
'separator' => '
',
'orderby' => 'name',
'order' => 'ASC',
'topic_count_text_callback' => 'default_topic_count_text',
'topic_count_scale_callback' => 'default_topic_count_scale',
'filter' => 1 ); ?>
参数
示例
注释
- 被wp_tag_cloud()调用
- 使用get_tags
历史记录
- 始见于WordPress 2.3.0版本
源文件
wp_generate_tag_cloud()位于wp-includes/category-template.php中。
分类:中文手册