Clouddy
by JacLas 1 (0 reviews)

Clouddy

Visual tag cloud, sized and colored by popularity, with many ordering modes. Add as a block, shortcode, or widget — fully stylable with CSS.

Clouddy ranks #54,123 among WordPress.org plugins with 1+ active installations, is #1,114 of 1,420 in the Taxonomy category, a 1/5 rating from 0 reviews, and was last updated Jun 23, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7 (Current: 7.1.2)
v0.5.4 Current Version v0.5.4
Updated 2 months ago Last Update on 23 Jun, 2026
Refreshed 8 hours ago Last Refreshed on
#1,114 of 1,420 in Taxonomy
View on WordPress.org
Rank
#54,123
No change
Active Installs
1+
No change
KW Avg Position
17
No change
Downloads
372
+3 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 10

Total Progress 30%
0+ 10+
53,177
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 7 more installs to reach 10+

Rank Changes

52,421 56,109 59,796 63,483 67,171 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
47,204 52,454 57,705 62,956 68,206 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #54,123
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about Clouddy

In Settings → Clouddy set the minimum and maximum text size and the unit (rem/em/px). Each tag's size is interpolated between those values based on the tag's popularity.
Yes. The default stylesheet only sets custom properties on the container; every value can be overridden with regular CSS, and the default stylesheet can be dequeued entirely.
Three ways, all rendering the same cloud from the global settings (Settings → Clouddy): Block — add the "Clouddy — Tag Cloud" block in the block editor. Shortcode — [clouddy] (accepts attributes, see below). Widget — the "Clouddy — Tag Cloud" classic widget (themes with widget areas).
Every attribute is optional and overrides the global setting for that single cloud, e.g. [clouddy mode="hybrid" number="40" order="name_asc"]: mode — which tags to include: popular, rare, random, hybrid. Default popular. number — total number of tags (integer, min 1). Default 30. order — display order: count_desc, count_asc, name_asc, name_desc, random, length_center, count_center, rare_center. Default count_desc. The *_center orders place the top-ranked tags in the middle (lens effect). rare_count — hybrid mode only: how many of the total are the rarest (integer, capped at number). Default 5. taxonomy — source taxonomy. Default post_tag. exclude — comma-separated term IDs to skip, e.g. exclude="12,34". min_size / max_size — smallest / largest text size (numbers). Defaults 0.8 / 2.0. unit — size unit: rem, em, px, pt. Default rem. color_a / color_b — hex colors of the rarest / most popular tags. Defaults #888888 / #222222. show_count — append the post count to each tag (true / false). Default false. aria_label — accessibility label for the cloud container. Default Tag cloud. ttl_minutes — cache lifetime in minutes. Default 720 (12 h).
Clouddy caches the set of tags it queries (using the WordPress Transients API) so the database
set is kept before it is rebuilt from the database — default 720 minutes (12 hours). It is only a safety net: the cache is also refreshed automatically whenever content changes (a post is saved or deleted, or tags are added, edited or removed). You rarely need to change it; lower it only if you want a tighter upper bound on how stale the cloud can be.
The order is computed in PHP when the page is rendered — Clouddy uses no JavaScript. If you use a full-page caching plugin or a CDN (for example LiteSpeed Cache, WP Super Cache, W3 Total Cache, or a host/CDN cache), the generated HTML — including that one random order — is stored and served to visitors, so the order only changes when that page cache is regenerated. This is expected for any server-rendered random content. To reshuffle on every view despite caching you would need client-side randomization (JavaScript), which Clouddy intentionally avoids. Either exclude that page from full-page caching, or accept that the order refreshes when the cache does.

Sign In / Register

You need to sign in or register to use this feature.