
內容簡介
Simple category list 的主要功能包括:
自動在前端顯示分類列表。
支援自訂文章類型的分類。
動態短碼可隨處使用。
完全免費的外掛程式。
支援父子分類列表(分類和子分類)。
使用者友善。
在編輯器上使用:
[category_list custom_taxonomy=TAXONOMY NAME HERE]
在頁面模板上使用此短碼:
<?php echo do_shortcode("[category_list custom_taxonomy=TAXONOMY NAME HERE]"); ?>
設定
設定 > 分類列表
1) 前往設定區域
2) 點擊分類列表
3) 設定有效的分類法名稱
4) 排除分類的選項(選用)
4) 輸入標題(選用)
5) 在模板檔或編輯器上使用短碼
外掛標籤
開發者團隊
原文外掛簡介
Simple Category List is built for production sites: multiple presets, a clear admin UI, transient-backed term queries, and optional per-shortcode overrides.
Good for: WooCommerce product categories and tags, blog categories, custom post types, any public taxonomy (e.g. product_cat, category, custom taxonomies), hierarchical or flat term lists, and theme builders that support shortcodes.
WordPress.org allows only five plugin tags; related terms above help people find this page in search.
Features
Multiple lists — each row has a numeric id, a URL slug, and JSON settings (taxonomy, exclude list, default title, design).
Shortcodes — [category_list id="2"], [category_list preset="my-slug"], or [category_list] (first list). Other attributes override saved defaults.
Front-end design — heading level, colors, spacing, list markers via CSS custom properties on the wrapper.
Top-level admin menu “Category lists” (dashicon) with All lists and Add new.
Migration — legacy nzp_scl_config / nzp_option_name data is migrated when possible.
Bootstrap files
Root index.php — WordPress plugin header, constants, register_activation_hook, and require of includes/bootstrap.php.
includes/bootstrap.php — PSR-style autoload, text domain, Plugin bootstrap. Not loadable on its own (guards require WordPress + NZP_CATEGORY_LIST_LOADED).
Support
💬 Need Help?
If you have any issues, we’re here for you.
🔹 WordPress Support Forum: https://wordpress.org/support/plugin/categorylist/
🔹 Direct Support: https://www.linkedin.com/in/nziniwal/
💖 Support This Plugin
If you find this plugin useful, consider supporting development:
👉 Donate here: https://www.paypal.com/ncp/payment/5PPDH7K9MZSNG
Your support helps us improve and add new features!
