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

Change WP URL

説明

We do a lot of WordPress installs for clients when we set up new websites for them. One hassle we always go through is setting up the development site as a sub-domain or as a complete other domain, and then having to move it to the new domain. Since WordPress uses absolute URLs in posts, links, etc., editing by hand is definitely not an option. We also couldn’t find a really good solution, so I wrote a plugin that will go through all of your posts, pages, options and guids and update your old domain to your new domain!

スクリーンショット

  • Change WP URL ready to be used.

インストール

  1. Upload the folder change-wp-url to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Backup your database. (Either get a plugin to do this, or do it with phpMyAdmin)
  4. Use this BEFORE you move your install to the new location: this should be the last thing you do before moving
  5. Enter your new URL WITH NO TRAILING SLASH and click “Update”
  6. Once you run this, the “old” WordPress URL will stop working, so move all of your files and database to the new location (if necessary), go to your “new” URL and re-login
  7. Go to your Settings->General tab, and update the Blog Address, if necessary (only if your blog url is different from base url)
  8. Deactivate and delete this plugin

FAQ

There sure are a lot of warnings on here. How dangerous is this?

Well, we’ve used it tons of times with no problems. Just take a backup beforehand just in case. Note that if you have a lot of other plugins, this will not update any domains in them.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Change WP URL はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Change WP URL” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0

  • Initial release