這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Custom Accordion

外掛說明

The Custom Accordion plugin allows you to easily create accordions in your WordPress posts, pages, and widget areas. Simply use the [ca-accordion] and [ca-accordion-item title=”Your Title Here”]

<

p>Your Content Here

<

p>[/ca-accordion-item][/ca-accordion] shortcodes to create accordions.

Arbitrary section

The Custom Accordion plugin is optimized for performance by conditionally loading its assets. This helps prevent unnecessary HTTP requests on pages where the accordion functionality is not needed. The plugin now supports accordion shortcodes in ‘text’ widgets, making it even more versatile.

Advanced Customization

For developers looking to further customize the accordions, the plugin provides CSS classes that can be easily targeted for custom styles. You can add your custom CSS in your theme’s stylesheet to change the look and feel of the accordion to match your site’s design.

Troubleshooting

If you encounter any issues with the display of accordions on your site, first ensure that there are no JavaScript conflicts with other plugins by disabling other plugins one by one to identify any conflicts.

Future Enhancements

Future updates may include new features such as:
– Multiple accordion styles to choose from.
– Integration with the WordPress Customizer for adjusting styles.

Feedback and Support

For feedback, support, and suggestions, please visit the support forums on the WordPress plugin directory page or the GitHub repository page.

Remember, if you enjoy using the Custom Accordion plugin and find it useful, rate it and leave a review on the WordPress plugin directory page. Your feedback is appreciated and it helps to improve the plugin!

Sample Shortcode Usage

[ca-accordion]
[ca-accordion-item title=”Section 1″]

<

p>This is the first section of the accordion.

<

p>
[/ca-accordion-item]
[ca-accordion-item title=”Section 2″]

<

p>This is the second section of the accordion.

<

p>
[/ca-accordion-item]
[/ca-accordion]

螢幕擷圖

  • Screenshot 1.
  • Screenshot 2.

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/custom-accordion directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the [ca-accordion] and [ca-accordion-item title=”Your Title Here”]

<

p>Your Content Here

<

p>[/ca-accordion-item][/ca-accordion] shortcodes to create accordions.

常見問題集

Can I use HTML inside the accordion content?

Yes, HTML can be used within the content of each accordion item.

Is there a limit to the number of accordion items I can add?

No, you can add as many accordion items as you want.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

1.3.0

  • Added GPL-2.0+ license declaration in the plugin header.
  • Added a check to prevent direct file access to the plugin.
  • Changed prefixes of functions, shortcodes, and CSS classes to “ca_” for uniqueness and to avoid conflicts.
  • Updated shortcode names to use the “ca-” prefix.
  • Updated CSS selectors to match the new class names with the “ca-” prefix.

1.2.0

  • Added support for accordion shortcodes in ‘text’ widgets.
  • Optimized code to conditionally load assets only when accordion shortcodes are present in posts, pages, or widgets.
  • Refactored code for better readability and maintainability.

1.1.1

  • Fixed stable tag mismatch issue.
  • Ensured consistent versioning across all plugin files.

1.1.0

  • Performance improvement: Conditionally load styles and scripts only on pages with accordions.
  • Security fix: Escaped title attribute in shortcode output to prevent XSS attacks.
  • Other minor bug fixes and improvements.

1.0

  • Initial release.