這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

MindCat

外掛說明

A panel of tools for taxonomy display.

Displays categories and subcategories as a mindmap, list of cards or list of terms.

Morehover, categories & tags can can be enrechied with colors and images.

適用於區塊編輯器

這個外掛提供 2 個可供 Gutenberg/區塊編輯器使用的區塊。

  • Mindmap of taxonomies A mindmap of terms of a taxonomy
  • List of taxonomy terms List of categories

安裝方式

  1. Upload mindcat to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress admin
  3. Start to use blocks or [mindcat] shortcode

Shortcode usage :

[mindcat cat='' size=50 title='' hide_empty=0 count=0 max_level=0]
  • cat: category id or slug
  • size: range used to display distance between items
  • title: for the root node
  • hide_empty: show or hide empty categories
  • count: show or hide posts count
  • max_level: limits or not toe a defined level of sub-categories

常見問題集

Can I select a primary category as mindmap root ?

Yes, you can choose any category, all sub-categories will be children of your mindmap

使用者評論

閱讀全部 4 則使用者評論

參與者及開發者

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

參與者

〈MindCat〉外掛目前已有 3 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

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

對開發相關資訊感興趣?

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

變更記錄

2.1.1

  • Add square display mode (currently only functional for mindcat images)

2.1.0

Improvements:

  • Add setting for the default mindcat image
  • Add medium & large media size support in List block
  • Add “none” display mode in List block

Fixes:

  • Fix missing default image
  • Fix image distortion for brand

2.0.0

  • Add block support for mindmap
  • Add new block: Mindcat List of terms
  • Add possibility to select primary and secondary images on terms, with possibility to use a custom meta
  • Security: escape all output
  • Fix: PHP 8.0 compatibility
  • Fix some warnings and notices

1.1.3

  • use minified CSS/JS
  • only load JS if needed

1.1.2

  • more WP 4.3 compliant

1.1.1

release date: aug. 14 2015

  • WP 4.3 compliant
  • Code cleanup

1.1.0

  • add: shortcode [mindcat]
  • add: Parameters count, hide_empty, max_level
  • fix: Optimize code

1.0.0

  • Initial release