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 个区块.

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

安装

  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订阅开发日志

更新日志

3.0.2

  • Fix dummy custom style affecting all blocks
  • Update import of deps

3.0.1

  • Remove useless directories
  • Tested up to WP 6.9

3.0.0

  • Add Mermaid library for pretty mindmaps
  • Improved block editor
    • Add range control for max lelvel property
    • Add selector for root category

2.2.2

  • Fix broken callback for [mindcat] shortcode
  • Fix Undefined array key “max_level”
  • Fix Undefined array key “count”
  • Fix Undefined array key “hide_empty”

2.2.1

  • Use first post_type in show publication context

2.2.0

  • Add option “show posts” in mindcat/list block
  • Add “H2”, “H3” and “H4” as possible heading levels in mindcat/list block
  • Update dependencies
  • Dev: move bump-version to required-dev in composer.json

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