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
1.0.2
The plugin loads wordpress jQuery.
Save the plugin into your wordpress plugin folder and activate it in the admin.
- 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 :
►
) - Char when section is open : Char when a section is open (default :
▼
) - Use animation : Smooth or instant droodown
- Custom css : Enter your custom css code here (optionnal)
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
TinyMCE button and shortcode generated
If you are using wordpress on your ftp, customize your sections css using the classes options.