Linux 软件免费装
Banner图

Pinoydev Content Replacer for Posts

开发者 pinoydev
更新时间 2026年7月8日 17:08
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

database bulk edit post content find replace search replace

下载

1.0.0 1.0.1 1.0.2 1.0.3

详情介绍:

Pinoydev Content Replacer for Posts is a focused WordPress admin tool for finding and replacing text inside the post_content column of the wp_posts table. Unlike full-database search and replace plugins, this plugin intentionally limits its scope to post bodies only. That makes it useful when you need to update URLs, company names, shortcode attributes, or other text inside posts, pages, and custom post types without touching options, post meta, or other tables. Features Important Always back up your database before running a live replace. Use dry run first to verify your search string matches the intended content. Live runs automatically save a backup of each updated post so you can restore later from the plugin screen. This plugin does not modify serialized data in other tables. If you need a full-site migration tool, consider a broader database search/replace plugin instead.

安装:

  1. Upload the pinoydev-content-replacer-for-posts folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress Plugins screen.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to Tools → Content Replacer for Posts.

屏幕截图:

  • Progress bar, results summary, and before/after preview table.

升级注意事项:

1.0.2 Internal prefix rename with automatic backup table migration. 1.0.1 Adds an option to exclude comma-separated post IDs from search and replace runs. 1.0.0 Initial release.

常见问题:

Does this replace content in wp_postmeta or wp_options?

No. It only updates the post_content column in the wp_posts table.

Can I preview changes before updating the database?

Yes. Keep Dry run enabled to scan matching posts and show a preview without writing changes.

Are post revisions included?

No. Revisions are always excluded from search and replace.

Will this work on large sites?

Yes. The plugin processes posts in batches. Lower the batch size if your server times out.

Can I limit how many matching posts are updated?

Yes. Use the Limit results option to stop after a set number of matching posts.

Can I exclude specific posts from a run?

Yes. Enter comma-separated post IDs in the Exclude post IDs field.

Does the plugin create backups?

Yes. Live runs automatically save the original post_content for each updated post. Dry runs do not create backups.

Where can I get support?

Use the WordPress.org support forum for this plugin, or email support@pinoydev.com.

更新日志:

1.0.3 1.0.2 1.0.1 1.0.0