Collapsible Content is a WordPress plugin that shows and hides hidden content. Practical examples include Q As, FAQs, hints, marketing teasers, and more. Click the icon to open and reveal the content. Click the icon again to close and hide the content.
This plugin includes the following featueres:
- QA Shortcode,
[qa]
- Teaser Shortcode,
[teaser]
- Font icon visual indicator
- jQuery sliding animation
To install this plugin you can download it by clicking on the GitHub Download button, or clone the repository.
- Navigate to the wp-content/plugins folder of your project.
- Type in terminal:
git clone git@github.com:webjen/CollapsibleContent.git
- Log into your WordPress website
- Go to plugins and activate the Collapsible Content Plugin.
If you want to continue development, you will need to have Composer, Gulp, Node.js and npm installed on your machine.
- Navigate to the
wp-content/plugins/collapsible-content
folder. - Then type
npm install
to install all of thenode modules
for Gulp. - Type
composer install
to install the Composer PHP packages.