
內容簡介
總結: Dreamy Tags 是一款專為部落格、存檔和以分類為基礎的外觀設計的專用標籤雲產生器。它讓您可以按類別篩選顯示的標籤,排除組織性標籤,並控制最小使用門檻,以獲得更乾淨、更有意義的標籤雲。
1. 這個外掛的源代碼和構建工具在 GitHub 上公開維護: https://github.com/lewismoten/dreamy-tags
2. 構建說明記錄在存儲庫的 README 文件中。
3. 開發者注意事項:
- 開發者可以通過使用 dreamy_tags_max_posts 過濾器調整區塊掃描的帖子最大數量。
- 默認值: 2000
- 範例:
```php
add_filter( ‘dreamy_tags_max_posts’, function () {
return 10000;
});
```
4. 授權:
- 這個外掛使用 GPLv2 或更新的版本許可。
- 此外掛包含的所有藝術作品和圖示均由作者創建,並根據相同的 GPL 許可許可。
外掛標籤
開發者團隊
原文外掛簡介
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.
