このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Find And Replace Text

説明

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.

スクリーンショット

  • Find & Replace button above the Editor.
  • Find what.
  • Replace with.
  • Confirm to replace.

インストール

  1. Go to the Add New plugins screen in your WordPress Dashboard
  2. Click the upload tab
  3. Browse for the plugin file (find-and-replace-text.zip) on your computer
  4. Click “Install Now” and then hit the activate button

FAQ

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.

評価

2021年9月17日
This makes some of our page update chores much easier, in a way that "database find and replace" plug-ins can't, especially thanks to its ability to find-and-replace within HTML tags. This plug-in is really worth keeping up to date! I'm using it with WP 5.8.1 (using the Classic Editor) with no problem. Hopefully, the code is simple enough that it will keep working for a long, long time.
2件のレビューをすべて表示

貢献者と開発者

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.