Wareko Header Auto Accordion

外掛說明

This plugin adds automatic accordion functionality to headings in WordPress content.

It provides collapsible sections for H2 and H3 headings, enabling a clear hierarchical reading experience for long-form content.

The plugin is designed to work with both classic and block-based themes, including Gutenberg editor content.

No external libraries are required.

Features

  • Accordion behavior for H2 headings (primary sections)
  • Nested toggle behavior for H3 headings within H2 sections
  • H4 headings are preserved as part of the content structure (non-interactive)
  • Works with Gutenberg block editor
  • Works with classic editor
  • Compatible with most WordPress themes
  • Lightweight vanilla JavaScript implementation
  • No external dependencies

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin from the WordPress admin dashboard
  3. Add H2 and H3 headings in your posts or pages

常見問題集

Does this plugin work with Gutenberg?

Yes, it works with both Gutenberg (block editor) and classic editor.

Does it require jQuery or any external library?

No. It is implemented using pure JavaScript.

Will it work with any theme?

It is designed to work with most WordPress themes, including block themes and classic themes.

Do H4 headings have accordion behavior?

No. H4 headings are not interactive and remain part of the content hierarchy.

使用者評論

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

參與者及開發者

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

參與者

將〈Wareko Header Auto Accordion〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

3.0.0

  • Changed file names, etc. No functional changes.

2.0.0

  • Initial public release
  • Added H2 accordion functionality
  • Added H3 nested toggle functionality
  • Improved compatibility with Gutenberg and block themes
  • No external dependencies