Description
A standard WordPress page comes with only one block editor and positioning your content reveals to be difficult without Html coding.
With Block Editor wordpress plugin, you will be able to slice the page into multiple blocks and position your website content in specific locations in the page without having to write any Html code in the editable block.
Further Reading
For more info, please visit the links below:
Screenshots
Installation
- Download and upload the plugin files in the /wp-content/plugins/ directory of your wordpress website
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Edit the template file of the page where you want to add an editable region.
- Place ‘
<?php be_add_editable_block("name_of_region") ?>
‘ where you would like the content to appear. The name of the region should be unique per page. - Open your website at the page where you just added an editable region or refresh it if already opened. This action make sure the region is registered in the admin dashboard.
- Edit the page through the admin dashboard. Above the edition area, there should be at least one tab for the main region “Main Content”, plus the other additional regions that have been created as explained above.
- Click on the tab where you want to add some new content.
- Add the content.
- Save and update the page.
- Go back to your website. You should be able to see your additional content.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Block Editor by Businessbox.com.au” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Block Editor by Businessbox.com.au” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.3
- Changed the way content is stored, ie, as in textual mode
- Shortcode functions are now applied on the content of each block / region
0.2
- Fixed bug: content of editable regions were deleted after two consecutive updates on text mode
0.1
- Initial beta release