Enables the previous "classic" editor and the old-style Edit Post screen with TinyMCE, Meta Boxes, etc. Supports all…
About Preserved HTML Editor Markup Plus
This plugin allows users to preserve their HTML markup in the TinyMCE editor, while still being able to work in the WYSIWYG Visual tab. It also supports HTML5 Block Anchor tags, which is not currently supported in WordPress through any other plugins. When installing, make sure to follow the instructions carefully to avoid any issues with existing content.Changelog
1.5.3
- WP 4.3 compatibility.
1.5.2
- Fixes for a few issues, including handling newlines in HTML, handling comments, handling secure sites, and handling IE10 javascript errors.
1.5.1
- New TinyMCE version updates
1.4
- Removed ‘show_ui’ filter for fix custom post type buttons.
1.3
- Added support for inline JavaScript and CSS, as long as the wptexturize and convert_chars filters are disabled. (Thanks to ViennaMex for pointed out the problem.)
- Added cache-buster for this plugin’s JavaScript includes to prevent upgrade issues seen in version 1.2 (Thanks to dreamdancerdesign, peterdub & abbyj for troubleshooting support.)
- Special thanks to dreamdancerdesign for providing a live testing server – above and beyond.
1.2
- Added support for user-specified newline behavior per post type
- Added support for multi-line html comments (Thanks cwlee_klagroup!)
- Fixed a bug found in TinyMCE related to Format drop down
- Added tools to convert existing site content programmatically by post type.
1.1
- Refactored for support of < php5.3 by replacing function references with static function array refs
1.0
- Initial creation of plugin