Title: MindCat
Author: NOUS Open Usefull &amp; Simple
Published: <strong>28 ມັງກອນ 2014</strong>
Last modified: 23 ກຸມພາ 2026

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/mindcat/assets/banner-772x250.png?rev=3489194)

![](https://ps.w.org/mindcat/assets/icon.svg?rev=3029243)

# MindCat

 ໂດຍ [NOUS Open Usefull & Simple](https://profiles.wordpress.org/agencenous/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/mindcat.3.0.2.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/mindcat/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/mindcat/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/mindcat/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/mindcat/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/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

## ການຣີວິວ

![](https://secure.gravatar.com/avatar/d5773c169212df6b0a3a2a9cb1497b4df394cea778ccf55e6fe988ed1f3c5798?
s=60&d=retro&r=g)

### 󠀁[compatibilité ?](https://wordpress.org/support/topic/compatibilite-2/)󠁿

 [sourixx](https://profiles.wordpress.org/sourixx/) 26 ກໍລະກົດ 2017

incertaine

 [ ອ່ານການຣີວິວທັງໝົດ 4 ລາຍການ ](https://wordpress.org/support/plugin/mindcat/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“MindCat” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະ
ນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ NOUS Open Usefull & Simple ](https://profiles.wordpress.org/agencenous/)
 *   [ Bastien Ho ](https://profiles.wordpress.org/bastho/)
 *   [ aureliefoucher ](https://profiles.wordpress.org/aureliefoucher/)

“MindCat” ໄດ້ຖືກແປເປັນ 3 ພາສາທ້ອງຖິ່ນ. ຂໍຂອບໃຈ [ທີມງານຜູ້ແປ](https://translate.wordpress.org/projects/wp-plugins/mindcat/contributors)
ສຳລັບການປະກອບສ່ວນຂອງເຂົາເຈົ້າ.

[ແປ “MindCat” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/mindcat)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/mindcat/), ກວດເບິ່ງ [ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/mindcat/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/mindcat/) ຜ່ານ
[RSS](https://plugins.trac.wordpress.org/log/mindcat/?limit=100&mode=stop_on_copy&format=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

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **3.0.2**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **1 ເດືອນ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **100+**
 *  ເວີຊັນ WordPress ** 5.9 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **6.9.4**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/mindcat/), [French (France)](https://fr.wordpress.org/plugins/mindcat/),
   [Telugu](https://te.wordpress.org/plugins/mindcat/), ແລະ [Ukrainian](https://uk.wordpress.org/plugins/mindcat/).
 *  [ແປເປັນພາສາຂອງເຈົ້າ](https://translate.wordpress.org/projects/wp-plugins/mindcat)
 * ແທັກ
 * [categories](https://lo.wordpress.org/plugins/tags/categories/)[category](https://lo.wordpress.org/plugins/tags/category/)
   [mindmap](https://lo.wordpress.org/plugins/tags/mindmap/)[widget](https://lo.wordpress.org/plugins/tags/widget/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/mindcat/advanced/)

## ການໃຫ້ຄະແນນ

 4.3 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 2 ລາຍການ     ](https://wordpress.org/support/plugin/mindcat/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/mindcat/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/mindcat/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/mindcat/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/mindcat/reviews/?filter=1)

[ເພີ່ມຄຳຄິດເຫັນຂອງຂ້ອຍ](https://wordpress.org/support/plugin/mindcat/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/mindcat/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ NOUS Open Usefull & Simple ](https://profiles.wordpress.org/agencenous/)
 *   [ Bastien Ho ](https://profiles.wordpress.org/bastho/)
 *   [ aureliefoucher ](https://profiles.wordpress.org/aureliefoucher/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/mindcat/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](https://apps.avecnous.eu/produit/cat-heuristique/?mtm_campaign=wp-plugin&mtm_kwd=mindcat&mtm_medium=wp-repo&mtm_source=donate)