Title: Circle Tag Cloud
Author: Edel Hearts / Yabe
Published: <strong>ಡಿಸೆಂಬರ್ 23, 2025</strong>
Last modified: ಜನವರಿ 2, 2026

---

ಪ್ಲಗಿನ್‌ಗಳನ್ನು ಹುಡುಕಿ

![](https://ps.w.org/circle-tag-cloud/assets/icon-256x256.png?rev=3426540)

# Circle Tag Cloud

 ‍[Edel Hearts / Yabe](https://profiles.wordpress.org/edelhearts/) ಮೂಲಕ

[ಡೌನ್ಲೋಡ್](https://downloads.wordpress.org/plugin/circle-tag-cloud.1.0.3.zip)

 * [ವಿವರಗಳು](https://kn.wordpress.org/plugins/circle-tag-cloud/#description)
 * [‍ವಿಮರ್ಶೆಗಳು‍](https://kn.wordpress.org/plugins/circle-tag-cloud/#reviews)
 *  [ಸ್ಥಾಪನೆ](https://kn.wordpress.org/plugins/circle-tag-cloud/#installation)
 * [ಅಭಿವೃದ್ಧಿ](https://kn.wordpress.org/plugins/circle-tag-cloud/#developers)

 [ಬೆಂಬಲ](https://wordpress.org/support/plugin/circle-tag-cloud/)

## ವಿವರಣೆ

Circle Tag Cloud is a lightweight and customizable plugin that displays your tags(
or any taxonomy) in a visually striking, packed layout. Unlike traditional tag clouds,
it uses a smart JavaScript packing algorithm to arrange terms tightly within a circle
or rectangle without overlapping.

It is designed with performance and accessibility in mind, featuring a built-in 
caching system (Transient API) and keyboard navigation support.

**Key Features:**

 * **Smart Packing:** Automatically arranges tags in a dense Circle or Rectangle
   shape.
 * **Color Palettes:** Choose from preset palettes (Warm, Cool, Vivid, Monochrome,
   Metallic Mix) or define your own **Custom Colors**.
 * **Smart Contrast:** Automatically adjusts text color (black or white) based on
   the background color for optimal readability.
 * **Text Outline:** Adds a “Glow” effect outline to text for better visibility 
   on any color.
 * **Motion Effect:** Optional subtle floating animation (respects “prefers-reduced-
   motion” settings).
 * **High Performance:** Uses Transient API caching to minimize database queries.
 * **Accessibility Ready:** Full keyboard navigation support with tooltips that 
   appear on focus.
 * **Easy Configuration:** Manage everything from a dedicated settings page or override
   via shortcode attributes.

**Usage:**

Simply add the shortcode `[circle_tag_cloud]` to any post, page, or widget.

You can also specify attributes directly in the shortcode:
 [circle_tag_cloud taxonomy
=”category” max=”30″ shape=”circle” palette=”metallic”]

## ಸ್ಥಾಪನೆ

 1. Upload the `circle-tag-cloud` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to **Settings > Circle Tag Cloud** to configure the default options.
 4. Use the shortcode `[circle_tag_cloud]` in your content.

## FAQ

### Can I use this with custom taxonomies?

Yes. You can select any public taxonomy (like Post Tags, Categories, or WooCommerce
Product Tags) from the settings page.

### How do I change the colors?

Go to the settings page and select a preset “Color Palette”. If you choose “Custom(
User Defined)”, you can enter your own comma-separated HEX color codes.

### The tag cloud is not updating after I added new tags.

The plugin uses caching to improve performance (default 1 hour). To see changes 
immediately, go to the settings page and click the “Clear Cache” button.

## ‍ವಿಮರ್ಶೆಗಳು‍

ಈ ಪ್ಲಗಿನ್‌ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.

## ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್‌ಗಳು

“Circle Tag Cloud” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್‌ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್‌ಗೆ ಕೊಡುಗೆ
ನೀಡಿದ್ದಾರೆ.

ಕೊಡುಗೆದಾರರು

 *   [ Edel Hearts / Yabe ](https://profiles.wordpress.org/edelhearts/)

“Circle Tag Cloud” has been translated into 1 locale. ಅವರ ಕೊಡುಗೆಗಳಿಗಾಗಿ [ಅನುವಾದಕರು](https://translate.wordpress.org/projects/wp-plugins/circle-tag-cloud/contributors)
ಅವರಿಗೆ ಧನ್ಯವಾದಗಳು.

[“Circle Tag Cloud” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.](https://translate.wordpress.org/projects/wp-plugins/circle-tag-cloud)

### ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?

[ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ](https://plugins.trac.wordpress.org/browser/circle-tag-cloud/),
[SVN ರೆಪೊಸಿಟರಿ](https://plugins.svn.wordpress.org/circle-tag-cloud/) ಪರಿಶೀಲಿಸಿ, 
ಅಥವಾ [ಅಭಿವೃದ್ಧಿ ಲಾಗ್](https://plugins.trac.wordpress.org/log/circle-tag-cloud/) 
ಗೆ [RSS](https://plugins.trac.wordpress.org/log/circle-tag-cloud/?limit=100&mode=stop_on_copy&format=rss)
ಚಂದಾದಾರರಾಗಿ.

## Changelog

#### 1.0.2

 * Added “Metallic Mix” color palette.
 * Added “Custom Colors” option for user-defined palettes.
 * Added “Text Outline” (Glow effect) feature.
 * Added “Clear Cache” button in the admin settings.
 * Improved text contrast calculation (auto black/white text).

#### 1.0.1

 * Implemented Transient API for better performance.
 * Added accessibility support (keyboard focus tooltips).
 * Fixed animation loop issue on window resize.
 * Changed tooltip rendering to avoid overflow issues.

#### 1.0.0

 * Initial release.

## ಮೆಟಾ

 *  Version **1.0.3**
 *  ಕೊನೆಯದಾಗಿ ನವೀಕರಿಸಿದ್ದು **8 ತಿಂಗಳುಗಳು ರ ಮುನ್ನ**
 *  ಸಕ್ರಿಯ ಸ್ಥಾಪನೆಗಳು **50+**
 *  ವರ್ಡ್ಪ್ರೆಸ್ ಆವೃತ್ತಿ ** 5.8 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  **6.9.7** ವರೆಗೆ ಪರೀಕ್ಷಿಸಲಾಗಿದೆ
 *  PHP ಆವೃತ್ತಿ ** 7.4 ಅಥವಾ ಹೆಚ್ಚಿನದು **
 *  ಭಾಷೆಗಳು
 * [English (US)](https://wordpress.org/plugins/circle-tag-cloud/) ಮತ್ತು [Japanese](https://ja.wordpress.org/plugins/circle-tag-cloud/).
 *  [ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ](https://translate.wordpress.org/projects/wp-plugins/circle-tag-cloud)
 * ಟ್ಯಾಗ್‌ಗಳು
 * [circle](https://kn.wordpress.org/plugins/tags/circle/)[design](https://kn.wordpress.org/plugins/tags/design/)
   [tag cloud](https://kn.wordpress.org/plugins/tags/tag-cloud/)[tags](https://kn.wordpress.org/plugins/tags/tags/)
   [taxonomy](https://kn.wordpress.org/plugins/tags/taxonomy/)
 *  [ಸುಧಾರಿತ ನೋಟ](https://kn.wordpress.org/plugins/circle-tag-cloud/advanced/)

## ರೇಟಿಂಗ್‌ಗಳು

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/circle-tag-cloud/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/circle-tag-cloud/reviews/)

## ಕೊಡುಗೆದಾರರು

 *   [ Edel Hearts / Yabe ](https://profiles.wordpress.org/edelhearts/)

## ಬೆಂಬಲ

ಹೇಳಲು ಏನಾದರೂ ಸಿಕ್ಕಿದೆಯೇ? ಸಹಾಯ ಬೇಕೇ?

 [ಬೆಂಬಲ ವೇದಿಕೆಯನ್ನು ವೀಕ್ಷಿಸಿ](https://wordpress.org/support/plugin/circle-tag-cloud/)