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
- Host: GitHub
- URL: https://github.com/hellofromtonya/collapsiblecontent
- Owner: hellofromtonya
- License: other
- Created: 2017-01-03T21:50:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T01:35:07.000Z (about 9 years ago)
- Last Synced: 2025-03-05T20:36:29.122Z (over 1 year ago)
- Language: PHP
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.