Ultimate Tag Cloud Widget
This plugin aims to be the most configurable tag cloud widget out there, able to suit all your weird tag cloud needs.
The facts
- Rating
- 4.6★ from 49
- Active installs
- 4k+
- Price
- Free
- Last updated
- 28 Nov 2017
- Added
- Oct 2010
- Requires WP
- 3.0
- Tested up to
- WP 3.9.40
- Downloads
- 246,460
Our analysis
AI-assistedThe Ultimate Tag Cloud Widget is a WordPress plugin that provides a highly configurable tag cloud for your site. You can select tags based on various taxonomies or post types, and it allows for custom rules on which posts to include when fetching tags. The plugin offers multiple ordering, styling, and selection strategies, with options for developers to use shortcodes and APIs.
This plugin is suitable for users who want to enhance their site's navigation and improve content discovery through tags. However, development has ceased, meaning no new features will be added, although basic functionality will be maintained for future WordPress versions.
Best for: This plugin suits WordPress users looking to implement a customizable tag cloud on their site.
What it does well
- ✓Highly configurable tag cloud options
- ✓Supports multiple authors and taxonomies
- ✓Custom rules for post inclusion
- ✓Shortcode and API available for developers
- ✓Multiple strategies for term selection
Where it falls short
- •Development has stopped, no new features will be added
- •Last updated in November 2017, may not be fully compatible with newer WordPress versions
Verdict
The Ultimate Tag Cloud Widget offers useful features for tag management, but its lack of ongoing development may limit its future usability.
From the developer
Rickard Andersson's own description of Ultimate Tag Cloud Widget, lightly tidied.
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
<?php do_utcw($args); ?>
…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:
<?php
$args = array( "title" => "Most awesome title ever" );
do_utcw( $args );
Tagged as
Alternatives
Other plugins for documentation and knowledge bases.
BetterDocs
87Documentation, FAQ & Knowledge Base plugin to create docs, FAQs, product FAQ, wikis & help center with...
A fully featured, easy-to-use documentation plugin with AI chat, search, FAQs, and quizzes. Build beautiful kn...
Use this service plugin to easily activate any of our products, open a support ticket and view documentation a...
Helpie FAQ
83Accordion , FAQ & Docs builder with Drag and Drop features. Helpie Accordion FAQ plugin works with Helpie...
WordPress polls plugin with multiple-choice, custom answers, cache compatibility, widgets, and shortcodes. Doc...