Forums
(@zerosignal)
14 years, 3 months ago
You’ll have to edit your config file in order to keep it from processing html entities.
Edit the file /wp-content/plugins/fckeditor-for-wordpress-plugin/ckeditor/config.js
and add these lines:
config.entities = false; config.entities_greek = false; config.entities_latin = false;
If you haven’t figured it out yet, here’s how.