Post Hierarchy Nav

外掛說明

Post Hierarchy Nav is a lightweight Gutenberg block that renders clean, semantic navigation trees based on your existing post hierarchy. Perfect for documentation sites, knowledge bases, or any site using hierarchical content.

✨ Features

✅ Works with posts, pages, and any hierarchical custom post type
✅ Three display modes: All, Auto (current context), or Custom root
✅ Live preview via ServerSideRender — see changes instantly in the editor
✅ Optional child count badge (e.g., “Integrations 2”)
✅ Fully customizable CSS classes for root and active items
✅ Respects WordPress permissions and core data APIs

🎯 Use Cases

  • Create auto-expanding documentation menus
  • Build context-aware sidebars that highlight the current page’s branch
  • Replace hardcoded menus with dynamic, maintainable trees

🔐 Privacy & Performance

  • Zero tracking — no data collected, no external requests
  • Lightweight — only loads when the block is used
  • GDPR compliant by design

適用於區塊編輯器

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

  • Hierarchy Nav Displays a hierarchical navigation tree of posts or custom post types.

安裝方式

  1. Upload the post-hierarchy-nav folder to your /wp-content/plugins/ directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Add the Post Hierarchy Nav block to any post or page.
  4. Configure post type, mode, and styling in the block inspector.

常見問題集

Does it work with custom post types?

Yes! As long as your CPT is registered with 'hierarchical' => true and 'show_in_rest' => true.

How is the “Auto” mode determined?

It finds the top-level ancestor of the current page/post and renders its subtree.

Can I style the active item?

Yes! Use the “Active item CSS class” field in the Advanced panel (defaults to active).

Why require WordPress 6.3+?

The block uses modern Gutenberg APIs (core-data, EntityPicker, ServerSideRender) that are stable from WP 6.3 onward.

Where is the developer version hosted?

The developer version is available here.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

1.0.0

  • Initial release