前言介紹
- 這款 WordPress 外掛「Ultimate Tag Cloud Widget」是 2010-10-10 上架。
- 目前有 5000 個安裝啟用數。
- 上一次更新是 2017-11-28,距離現在已有 2714 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.0 以上版本才可以安裝。
- 有 49 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
exz |
外掛標籤
tags | widget | tag cloud | configurable |
內容簡介
這是高度可配置的標籤雲外掛,其主要功能包括:
整體、單個作者或多個作者 per cloud
選擇要顯示標籤的分類或文章類型
從抓取標籤時要包含哪些文章的規則
包含/排除功能
大量排序、著色和樣式選項
多種選擇條款的策略選項,可創建自己的。內建的條款選擇策略包括最常用、隨機、最近新增、來自當前文章列表等等。
為開發人員提供的快速結構和 API
此外掛的開發已停止。我會確保基本功能能在 WordPress 的最新版本上運行,但不會新增功能或變更。
代碼可在 GitHub 上取得,如果需要新的功能,歡迎您提交拉取要求。
快速連結:
短碼資訊:https://wordpress.org/plugins/ultimate-tag-cloud-widget/other_notes/#Theme-integration-/-Shortcode
短碼配置選項:https://github.com/rickard2/utcw/blob/master/CONFIG.md
顯示部分配置選項的 Playground:https://0x539.se/wordpress/tag-cloud-playground/
自訂選擇策略文件:https://github.com/rickard2/utcw/blob/master/STRATEGY.md
回饋
此外掛正在進行積極開發,我的目標是儘可能協助遇到問題或提出建議的每個使用者。如果您發現漏洞或有功能請求,請使用GitHub Issues。如果需要支援,請使用 WordPress 論壇。
我的聯絡方式如下:
rickard (a) 0x539.se(電子郵件、Hangouts 等)
twitter.com/rickard2
如果您使用此外掛並且喜歡它,請考慮捐贈。
主題整合/短碼
即使您不使用標准的 WordPress widget,也可以在自己的主題中通過以下方式整合小工具。只需按照說明安裝和載入插件,然後使用以下函數:
其中,$args 是一個包含您想要設置的選項的key => value對應鍵值配對的數組。例如,如果您想要更改小工具的標題:
$args = array( "title" => "最棒的標題" );
do_utcw( $args );
要使用多個配置選項,只需使用逗號分隔它們:
$args = array( "title" => "最棒的標題", "max" => 10 );
do_utcw( $args );
如果您無法更改自己的主題,您也可以在文章或頁面中使用短碼[utcw]。您可以使用key="value"的格式將任何設置傳遞給短碼,例如,如果您想要更改小工具的標題:
[utcw title="最棒的標題"]
插件還使用了一些過濾器,讓您能夠修改輸出。這些在 GitHub 上的過濾器文檔中有說明。
原文外掛簡介
This is the highly configurable tag cloud widget, the main features for this plugin is:
All, single author or multiple authors per cloud
Select which taxonomies or post types to show tags for
Rules for which posts to include when fetching tags
Inclusion/exclusion functions
A bunch of ordering, coloring and styling options
Multiple strategies for selecting terms with the option to create your own. Built in strategies for most popular, random, recently added, from current list of posts
Short code and API for developers
The development of this plugin has stopped. I will make sure that the basic features still work with upcoming WordPress versions, but no new features or changes will be made.
The code is available on github and if you’re in need of new features, you’re welcome to submit a pull request for it.
Quick links:
Short code information: https://wordpress.org/plugins/ultimate-tag-cloud-widget/other_notes/#Theme-integration-/-Shortcode
Short code configuration options: https://github.com/rickard2/utcw/blob/master/CONFIG.md
Playground which shows some configuration options: https://0x539.se/wordpress/tag-cloud-playground/
Custom selection strategy documentation: https://github.com/rickard2/utcw/blob/master/STRATEGY.md
Feedback
This plugin is under active development and my goal is to try to help everyone who have issues or suggestions for this plugin. If you find bugs or have feature requests please use GitHub issues, if you need support please use the WordPress forums.
My contact information is
rickard (a) 0x539.se (email, hangouts, you name it)
twitter.com/rickard2
If you use this plugin and like it, please consider leaving a donation.
Theme integration / Shortcode
You can integrate the widget within your own theme even if you’re not using standard WordPress widgets. Just install and load the plugin as described and use the function
…with $args being a array of key => value pairs for the options you would like to set. For example if you’d like to change the title of the widget:
"Most awesome title ever" );
do_utcw( $args );
To use multiple configuration options just separate them with a comma:
"Most awesome title ever", "max" => 10 );
do_utcw( $args );
If you’re not able to change your theme you can also use the shortcode [utcw] anywhere in your posts or pages. You can pass any of the settings along with the shortcode in the format of key="value", for instance if you’d like to change the widget title:
[utcw title="Most awesome title ever"]
The plugin also uses a couple of filters for you to be able to alter the output. These are documented in the filters documentation at GitHub.
As of version 2.6 you can create custom selection strategies, more information can be found in the strategy documentation at GitHub
Configuration
All the configuration options can be found in the configuration documentation at GitHub.
Breaking changes in version 2.0
Tags lists with named tags will not work in version 2.0, only tags lists with IDs.
The configuration option for text case has been renamed from case to text_transform
The styles for links aren’t marked as !important in the CSS longer, this might change the cloud presentation in some cases
The shortcode and theme integration function call no longer accepts the widget arguments before_widget, after_widget, before_title and after_title
Thanks
The power of the open source community is being able to help out and submitting patches when bugs are found. I would like to thank the following contributors for submitting patches and helping out with the development:
Andreas Bogavcic
Fabian Reck
With your help this list will hopefully grow in the future 😉
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Ultimate Tag Cloud Widget」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.1 | 1.2 | 1.3 | 2.0 | 2.1 | 2.2 | 2.3 | 2.4 | 2.5 | 2.6 | 2.7 | 1.3.1 | 1.3.2 | 1.3.3 | 1.3.4 | 1.3.5 | 1.3.6 | 1.3.7 | 1.3.8 | 1.3.9 | 2.0.1 | 2.2.1 | 2.2.2 | 2.2.3 | 2.3.1 | 2.6.1 | 2.7.1 | 2.7.2 | trunk | 1.3.10 | 1.3.11 | 1.3.12 | 1.3.13 | 1.3.14 | 1.3.15 | 1.3.16 | 1.3.17 | 2.0-beta1 | 2.0-beta2 | 2.1-beta1 | 2.2-beta1 | 2.2-beta2 | 2.3-beta1 | 2.3-beta2 | 2.3-beta3 | 2.3-beta4 | 2.4-beta1 | 2.4-beta2 | 2.5-beta1 | 2.6-beta1 | 2.7-beta1 |
延伸相關外掛(你可能也想知道)
Widgets for Google Reviews 》onal version of our review software, you can:, , , Display unlimited Google Reviews, Customize widget design and behavior, Respond to reviews direc...。
Blocksy Companion 》Blocksy Companion 是一個外掛,將 Blocksy 主題轉化為強大的瑞士軍刀工具。, 只有在安裝並啟用 Blocksy 主題時,它才會運行並添加增強功能。, 最小需求, , W...。
Black Studio TinyMCE Widget 》此外掛添加了一個新的 Visual Editor 小工具類型,讓您能夠在側邊欄中輕鬆地插入豐富的文字和媒體對象。使用 Black Studio TinyMCE Widget 時,您將能夠使用W...。
Widget Importer & Exporter 》Widget Importer & Exporter 是一個有用的外掛,可將小工具從一個WordPress站點移動到另一個站點,備份小工具,並供主題開發人員為用戶提供範例小工具。...。
Orbit Fox by ThemeIsle 》透過Orbit Fox,您可以使用各種模組擴充您的主題功能,例如社交媒體分享按鈕和圖示、自訂選單圖示、頁首和頁尾腳本、一鍵導入頁面模板、頁面建構器附加元件和...。
Recent Posts Widget With Thumbnails 》列出最新的文章標題、縮略圖、摘要、作者、類別、日期等等!, 雖然此外掛僅建立在小工具區域,但使用者報告說它在 Elementor 和 Oxygen 上運作順暢。但它是否...。
WordPress Popular Posts 》WordPress Popular Posts 是一個高度可定製的小工具,可以顯示您最受歡迎的文章。, 主要特點, , 多小工具功能 – 您可以在您的博客上擁有多個 WordPress...。
Widget Logic 》此外掛可在每個小工具中新增一個名為 "Widget logic" 的額外控制欄,讓您控制這個小工具會出現在哪些頁面上。文字欄位允許您使用 WP 的Conditional Tags或任...。
Social Media Share Buttons & Social Sharing Icons 》在你的免費測試網站上試試看:點擊此處 => https://tastewp.com/plugins/ultimate-social-media-icons, (這個技巧適用於所有外掛 – 只需在外掛的 WP 存儲庫 ...。
Fixed Widget and Sticky Elements for WordPress 》使用 Fixed Widget 外掛可以創建黏貼式的小部件、區塊和其他元素,當用戶向上或向下滾動頁面時,它們會保持在可見的屏幕區域內。, 相較於非固定小工具,黏貼...。
PHP Code Widget 》普通的文字小工具允許您插入任意文字和/或 HTML 代碼。這個外掛程式也允許這樣做,但還會解析文本小工具中的任何 PHP 代碼並執行它。, 這可以讓您更輕鬆地遷...。
Image Widget 》Image Widget 是一個簡單的外掛程式,利用 WordPress 原生媒體管理員,為您的網站新增圖片小工具。, 需要新增幻燈片、燈箱或隨機圖像嗎?, 請查看 Image Widg...。
Custom Sidebars – Dynamic Sidebar Classic Widget Area Manager 》使用 Custom Sidebars,一個靈活的小工具管理器,在您的網站上管理和替換側邊欄和其他小工具區。, 製作自訂側邊欄配置,能夠選擇在您網站的每個頁面或文章上...。
Recent Posts Widget Extended 》外掛描述, 此外掛可以啟用自定義、靈活且進階的最新文章功能,您可以透過簡碼或小工具來顯示它。您可以顯示具有縮略圖、摘要和發佈日期的最新文章清單,並且...。
Widget Shortcode 》這個短碼需要小工具的ID,但不需要猜測,外掛會為你生成代碼。如果你想要覆蓋小工具的標題,你可以使用 "title" 參數:, [widget id=”text-1″...。