This plugin creates Bootstrap accordion form custom posts.
As of April 2026, Custom Posts Accordion is a WordPress Accordion plugin with 10 active installations and a 0/5 rating0. It has been downloaded 1.6K+ times in total. Requires WordPress 4.9.8+ and PHP false+. Available on WordPress.org since 2016. Last updated 6 years ago — may have compatibility concerns. Top alternative: Easy Accordion – Responsive Accordion….
This plugin creates a basic accordion from custom posts.
Fully compatible with WPML, just translate your posts and use shortcodes as explained below.
The plugin currently does not support Woocommerce.
Example from WP Codex – for testing, copy and paste code below to theme functions.php
add_action( 'init', 'create_post_type' );
function create_post_type() {
register_post_type( 'Accordion',
array(
'labels' => array(
'name' => __( 'Accordions' ),
'singular_name' => __( 'Accordion' )
),
'public' => true,
'has_archive' => true,
)
);
}
| WordPress | 4.9.8+ requiredTested up to 5.3.21 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.