Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 745 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 745 Bytes

rl-collapsible-section

Adds the [rl_collapsible_section] shortcode to WordPress.

Installation

  1. Use the GitHub Updater plugin to install. Or extract manually into the wp-content/wp-plugins directory.
  2. That's it!

Usage

[rl_collapsible_section][/rl_collapsible_section] shortcode

Example usage: [rl_collapsible_section title="Collapsible section" title-tag="h1" collapsed="yes"]Collapsible section content[/rl_collapsible_section]

Outputs the collapsible content. Parameters are optional, defaults shown.

[rl_collapsible_section_toggle_button] shortcode

Example usage: [rl_collapsible_section_toggle_button]

Outputs an expand/collapse all button.