TagCloud will convert any ordered or unordered list to a tagcloud.
The font-size and color depend on the list elements value property or, if no value is set, the elements index.
Documentation and examples are in the download.
前言 官方文档:hexo-tag-cloud 效果参考(需要科学上网):我的个人博客 在搭建博客的过程中无意间看到某个大佬的博客有很炫酷的动态标签云,瞬间心动了,于是决定自己也安装一个。tag-cloud插件比较特殊,根据官方文档,它需要将一段代码替换原本的标签云。而标签云的代码位置可能会根据主题、模板引擎、插件安装方式的不同而有较大差异。 虽然Fluid不算冷门的主题,但是看了若干技术博客,并没
http://www.devirtuoso.com/2009/08/how-to-create-a-3d-tag-cloud-in-jquery/
愿景 偱证 九阳豆浆机 5238 研究生卖猪肉 笼斗 爱心储蓄
首先,在主题文件夹下建立一个新custom 文件,也就是自定义页面文件,命名为:tpl_tags.php 插入以下代码 /** * _Tag Cloud_ * * @package custom * */ ?> $db = Typecho_Db::get(); $options = Typecho_Widget::widget('Widget_Options'); $tags= $db->fetc
wp_tag_cloud() 函数的作用是用来标签云的,可以根据每个标签所关联的文章次数来定义字体大小、标签排序等属性。从 2.8 版本开始,添加了 分类法(taxonomy)参数,这就意味着,除了 标签(tags)以外,还可以将 分类(Categories) 或其他 自定义分类法(Custom Taxonomies)作为“云”显示。 用法 默认用法 'smallest' => 8, 'large
同添加category list一样,网络上有很多方法,这里列举一种。首先到https://github.com/robbyedwards/octopress-tag-pages和https://github.com/robbyedwards/octopress-tag-cloudclone这两个项目的代码。这两个项目分别用于产生tag page和tag cloud。 针对这两个插件,需要手工复制