WP Manifestindependent plugin directory
manifest / content / collapsiblecontent

Collapsible Conent

Collapsible Content WordPress plugin

by iamnickdavis · github.com/nickdavis/collapsiblecontent · 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/nickdavis/collapsiblecontent/archive/refs/heads/master.zip

Readme

Collapsible Content Plugin

Collapsible Content is a WordPress plugin that shows and hides content.

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:nickdavis/CollapsibleContent.git.
  3. Login to 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. Then type npm install to install all of the node_modules for Gulp.
  3. Type composer install to install the Composer PHP pacakges.

Read the full README on GitHub →