An open API service indexing awesome lists of open source software.

https://github.com/hellofromtonya/collapsiblecontent

Collapsible Content WordPress plugin
https://github.com/hellofromtonya/collapsiblecontent

Last synced: 2 months ago
JSON representation

Collapsible Content WordPress plugin

Awesome Lists containing this project

README

          

# Collapsible Content Plugin

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 again to close and hide it.

## Features

This plugin includes the following features:

- QA Shortcode, `[qa]`
- Teaser Shortcode, `[teaser]`
- Font icon visual indicator
- jQuery sliding animation

## Installation

To install this plugin, you can download it by clicking on the GitHub download button or clone the repository.

1. Navigate to the `wp-content/plugins` folder of your project
2. Then type in terminal: `git clone git@github.com:hellofromtonya/CollapsibleContent.git`.
3. Log into your WordPress website
4. Go to Plugins and activate Collapsible Content plugin

## Continue Development
If you want to continue development, you will need to have Composer, Gulp, Node.js, and npm installed on your machine.

1. Navigate to the `wp-content/plugins/collapsible-content` folder.
2. Type `npm install` to install all of the `node_modules` for Gulp.
3. Type `composer install` to install the Composer PHP packages.