Описание
Find And Replace Text plugin allows you to install a find & replace button to your WordPress Editor.
It supports batch finding and replacing string when you edit your posts either in TinyMCE visual or text mode.
Please note the plugin in TinyMCE visual mode also find and replace string in raw file. Which means that you should make sure there are not HTML tag to find and replace.
For example, if you find and replace «href» to «something else» in Visual mode. The plugin also change every «href» to «something else» if the HTML codes have links with «href» even you can not see the «href» string on the visual mode screen.
So please make sure that you are not replacing HTML tags in Visual mode. Or you can start from Text mode.
Remember saving your post before your find and replace anything. So even you make something mess you can always get revisions back.
Скриншоты
Установка
- Go to the Add New plugins screen in your WordPress Dashboard
- Click the upload tab
- Browse for the plugin file (find-and-replace-text.zip) on your computer
- Click «Install Now» and then hit the activate button
Часто задаваемые вопросы
- Where can I get help?
-
Find And Replace Text plugin is supported via the wordpress.org support forum. Or you can go to Find And Replace Text page.
- What if I replaced wrong strings for my whole post?
-
Don’t worry. You can always press Ctrl-Z in TinyMCE visual mode to undo your replacement.
Отзывы
Участники и разработчики
«Find And Replace Text» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
Участники«Find And Replace Text» переведён на 2 языка. Благодарим переводчиков за их работу.
Перевести «Find And Replace Text» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
2.0
- Support both visual and text mode. Rewrite code with JQuery. Add media button.
1.0
- Support text mode. add button to quick tag.