Description
The ShowCaseGlut plugin allows you to create and manage Tabs and Accordions on your WordPress website easily.
With this plugin, you can create custom post types for Tabs and Accordions and display them anywhere on your site using shortcodes.
Tabs and Accordions are two essential UI elements that enhance your site’s interactivity, allowing users to view content in a compact and stylish way.
Key Features:
- Custom Post Types for Tabs & Accordions: Easily create and manage content for Tabs and Accordions from the WordPress admin.
- Shortcodes for Displaying Content: Use shortcodes to display specific Tabs or Accordions on any page or post.
- Flexible Shortcode Parameters: Display content by providing comma-separated post IDs in the shortcode.
- Gutenberg Support: Full compatibility with the WordPress block editor (Gutenberg).
- Simple and Easy to Use: The plugin is designed to be simple, requiring no extra configurations or coding.
Features
-
Custom Post Types:
- Tabs (
ShowcaseGlut Tab
): Manage your Tabs content from the WordPress admin. - Accordions (
ShowcaseGlut Accordion
): Manage your Accordion content in a similar way.
- Tabs (
-
Shortcodes:
[showcaseglut type="tab" ids="1,2,3"]
β Displays specific tabs by IDs.[showcaseglut type="accordion" ids="4,5,6"]
β Displays specific accordions by IDs.
-
Customizable Output:
- For Tabs: Displays tab links and content in a tabbed layout.
- For Accordions: Displays accordion items with collapsible content.
-
Gutenberg Support: Full compatibility with the new WordPress block editor for easy integration within your pages or posts.
How It Works
Tabs:
- Create a new post under the βShowcaseGlut Tabsβ section in the WordPress admin.
- Add content in the editor, such as titles and descriptions.
- Use the shortcode
[showcaseglut type="tab" ids="1,2,3"]
to display specific tabs by their IDs on any page or post. - This will generate tabbed navigation with content corresponding to each tab, allowing users to click between different sections.
Accordions:
- Similarly, create new posts under the βShowcaseGlut Accordionsβ section.
- Add titles and content in the editor for each accordion item.
- Use the shortcode
[showcaseglut type="accordion" ids="4,5,6"]
to display specific accordion items on a page. - The accordion will be displayed with expandable sections, where users can click to reveal content.
Example Usage:
- Tab shortcode:
[showcaseglut type="tab" ids="1,2,3"]
- This will display the tabs with the IDs
1
,2
, and3
.
- This will display the tabs with the IDs
- Accordion shortcode:
[showcaseglut type="accordion" ids="4,5,6"]
- This will display the accordion items with the IDs
4
,5
, and6
.
- This will display the accordion items with the IDs
Installation
- Upload the showcaseglut folder to the
/wp-content/plugins/
directory. - Activate the plugin through the βPluginsβ menu in WordPress.
- Start creating custom posts for Tabs and Accordions from the WordPress admin menu.
- Use the provided shortcode to display Tabs and Accordions anywhere on your website.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“ShowCaseGlut” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “ShowCaseGlut” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial Release. Plugin with custom post types for Tabs and Accordions, and shortcodes to display them.