Description
WP HTML Block help you to create HTML Block so that you can insert it to any place like page, post, custom post type, widget etc via shortcode.
As per your need, you can modify the output so that you can decide if title, description or image displays and also an alignments. WP HTML Block provides you a really simple way to add third pary code like PayPal donation buttons, iFrames etc. You will get separate shortcode for each HTML Block you create.
3 easy steps:
- Create HTML block
- Copy shortcode
- Paste where ever you want to display
Installation
- Unzip the wp-html-block.zip file.
- Upload ‘wp-html-block’ folder to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to the HTML Block menu and add new Block.
- Copy shortcode and paste where ever you want to disply.
FAQ
No FAQ yet.
Reviews
Contributors and Developers
“WP HTML Block” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WP HTML Block” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Change Log
1.0.1
- Fixed: Discription field is showing on all post types.
- Modify: README.md file – description
- Added: readme.txt file
- Added: Screenshots of a plugin
- Added: Support for shortcode in widget area
- Added: Support for full size image in Block settings
1.0.0
- First release.