Skip to content

Skyree/owc-section-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Section Page Plugin for Wordpress

Section Page is a simple plugin allowing you to insert dropdown sections in your wordpress pages and posts.
No more pages as long as Longcat.

You can also check the Wordpress repo

Version

1.0.2

Prerequisite

The plugin loads wordpress jQuery.

Installation

Save the plugin into your wordpress plugin folder and activate it in the admin.

Options

  • HTML tag for section title : Can be h1 h2 (by default) h3 h4 span strong em p
  • HTML classes for section : Additional html classes for each sections (optionnal)
  • HTML classes for section title : Addtional html classes for each sections title (optionnal)
  • HTML clases for section title wrapper : Addition html classes for each section title container (optionnal)
  • HTML classes for section content : Additional html classes for each sections content (optionnal)
  • Use a char before section title : Add or not html chars at the left of each sections title
  • Char when section is closed : Char when a section is closed (default : &#9658 )
  • Char when section is open : Char when a section is open (default : &#9660 )
  • Use animation : Smooth or instant droodown
  • Custom css : Enter your custom css code here (optionnal)

Usage

The plugin add a "Add dropdown section" button to your tinymce editor.
Select your block of text and click the button to wrap the text into a section shortcode.

[section=Title of my section]
Your content
...
[endsection]

This will be automatically replaced by a dropdown section based on the plugin settings.

##Screenshots Section Page options page
ScreenShot

TinyMCE button and shortcode generated
ScreenShot

How your page looks after
ScreenShot

Customization

If you are using wordpress on your ftp, customize your sections css using the classes options.

About

Section Page : A simple Wordpress plugin for cut your post into dropdown sections

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages