Dreamy Tags

外掛說明

A specialized tag cloud generator designed for blogs, archives, and taxonomy-based layouts. Dreamy Tags allows you to filter displayed tags by category, exclude organizational tags, and control minimum usage thresholds for cleaner, more meaningful tag clouds.

Development

Source code and build tools are maintained publicly on GitHub: https://github.com/lewismoten/dreamy-tags
Build instructions are documented in the repository README.

Developer Notes

Developers may adjust the maximum number of posts scanned by the block
using the dreamy_tags_max_posts filter.

Default: 2000

Example:
add_filter( ‘dreamy_tags_max_posts’, function () {
return 10000;
});

License

This plugin is licensed under the GPLv2 or later.

All artwork and icons included with this plugin were created by the author and are licensed under the same GPL license as the plugin.

螢幕擷圖

  • Block editor settings for Dreamy Tags.
  • Example of a filtered tag cloud output.

安裝方式

You can install Dreamy Tags directly from the WordPress Plugin Directory.

  1. Upload the dreamy-tags folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Use Dreamy Tags in one of the following ways:
    • Add the “Dreamy Tags” widget via Appearance > Widgets or the Site Editor.
    • Insert the “Dreamy Tags” block in the block editor.
    • Use the [dreamy_tags] shortcode.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Dreamy Tags〉的開發相關工作。

參與者

將〈Dreamy Tags〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.76

  • Use one generic function name

1.0.74

  • Addressed plugin reviewer feedback.
  • Improved block editor compatibility with upcoming WordPress versions.
  • Updated the block icon from PNG to SVG for better scaling and clarity.
  • Cleaned up asset handling and plugin packaging.
  • Consolidated unique prefixes and standardized enqueue usage.
  • Removed conflicting widget headers to avoid installation issues.

1.0.50

  • Add explicit license disclosure for bundled artwork
  • Minimum occurrences defaults to 2
  • Add block preview image
  • Toggle to include child categories
  • Converted Unicode in files to ASCII
  • Append change log via build script
  • Add minimum tag threshold
  • Show tag size relative to subset of posts matching
  • Tags and filters can be searched by name in block editor settings
  • Functional filtering and exclusion logic