WP Manifestindependent plugin directory
manifest / content / collapsible-content

Collapsible Content

Collapsible Content Wordpress Plugin series on KnowTheCode.io

by sbarry50 · github.com/sbarry50/collapsible-content · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/sbarry50/collapsible-content/archive/refs/heads/master.zip

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

Requirements

The following must be installed on local machine:

  • Composer
  • Gulp
  • Node.js
  • npm

Installation

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

  1. Navigate to wp-content/plugins folder of the project.
  2. Type in terminal: git clone git@github.com/sbarry50/collapsible-content.git.
  3. Activate the Collapsible Content plugin in your WordPress admin panel.
  4. In terminal, navigate to the wp-content/plugins/collapsible-content folder.
  5. Type npm install to install of the node-modules for Gulp.
  6. Type composer install to install the Composer PHP packages.

Read the full README on GitHub →