Screenshots
Installation
Installation is easy.
- Upload the plugin files to the
/wp-content/plugins/ignore-code
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- There are no settings at this time but you can modify the source code to make it support more shortcodes.
FAQ
- Installation Instructions
-
Installation is easy.
- Upload the plugin files to the
/wp-content/plugins/ignore-code
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- There are no settings at this time but you can modify the source code to make it support more shortcodes.
- Upload the plugin files to the
- Does this work with other plugins that call tiny_mce_before_init
-
I tested it along side TinyMCE Advanced and they both seemed to work. However calling this in functions.php
section of your theme may override the plugin’s functions. - It’s not working on long pieces of code
-
This is the first version so it may not work with extremely large sections of code.
- My code is still coming out wrong after I update the post
-
Ignore Code only stops code from being modified on the client side in the visual editor. It does not do anything
on the server side. For that you need to do something like remove_filter(‘the_content’, ‘wpautop’); - My code is not showing up in the visual editor anymore
-
That’s the down side of this plugin, it causes the visual editor to ignore the code entirely so it won’t be
represented as anything on there. - My CSS is still getting mangled
-
You can use this plugin in conjunction with Preserved HTML Editor Markup Plus to work with even more code. However
read that plugin’s documentation closely as installing it can modify the way your website looks. - It killed my website!
-
Because this is the first version, it is highly recommended you have FTP and database access to your website in case
you need to uninstall this plugin manually if it crashed your website. This precaution is a good one to take for
every plugin.
Reviews
Contributors & Developers
“Ignore Code” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Ignore Code” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial version with readme.