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