Have ever encountered the need to add new sections to your page content without needing to add divs to your content, editing your theme files or using widget.
Blocky allows you to add new section to the content of your posts and pages without needing to know any web coding.
Blocky brings in WYSIWYG editor, allowing you to add more content the same way you would with your main post content.
Simply add classes to your content section and use your stylesheet to do the rest.
Blocky also grabs the current setting for WYSIWYG editors, meaning that your Blocky editors are consistent with the content editors even if you are using plugin such as TinyMCE Advanced that extends the capabilities of the editor..
For more advanced uses, use the get additional content to return Blocky 's additional content as array with each section containing array with both the class and the content.
Unfortunately the way WYSIWYG editor is activated for new sections it doesn't support the editor or uploader for new sections.
I have found that users find it easier if all the content for page or post is confined to the editor for that page or post, not split across multiple pages...
Blocky also includes function, which returns the additional content sections as array, so you can use your additional content sections in more advanced uses such as in sidebar, with nested tags, use the input as data-attribute or to add additional filters to your additional content...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more