wordpressの引っ越し

mysql> select option_name from wp_options where option_value like 'http://%';
+------------------+
| option_name      |
+------------------+
| siteurl          |
| home             |
| ping_sites       |
| ap_rssUrl        |
+------------------+
4 rows in set (0.00 sec)

wordpress サイトの URL が変わったら、 wp_options table (wp_は接頭辞) の中の siteurl、home だけでなく、ap_rssUrl も変えないといけない。