Описание
WordPress applies default text formatting that replaces characters such as ‘-‘, ‘—‘, quotes, … to pretty HTML characters. This plugin was created to revert that back. This is especially useful for tech-oriented blogs that need the original input because they may contain commands that need to be executed.
Установка
- upload the directory «undo_wordpress_default_formatting» to your wp-content/plugins directory
- activate the plugin from your WordPress ‘Plugins’ menu
Часто задаваемые вопросы
- The characters get replaced to something else than my original, why is that?
-
WordPress changes a few characters to the same HTML entity character. I can not guess what the original character was, so I’m using a ‘best effort’ way of converting the HTML character back to the original one. Sometimes, it’ll be wrong.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Undo WordPress Default Formatting» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Undo WordPress Default Formatting» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.0
- First version of the Plugin, stable