WordPressプラグイン
2009.06.20 § 0 comment
導入したプラグインメモ
All in One SEO Pack
» Optimize your blog for search engines by just installing this plugin
WP-Cumulus
» WP-Cumulus allows you to display your site’s tags, categories
»<?php wp_cumulus_insert(); ?>
Google XML Sitemaps
» This plugin will create a Google sitemaps compliant XML-Sitemap.
Twitter updater w/ TinyURL
» A tool for updating your Twitter account with your Wordpress posts.
WP to Twitter
» A tool for updating your Twitter account with your Wordpress posts.
WPtouch
» WPtouch automatically transforms your WordPress blog into a web-application experience when viewed from an iPhone.
WordPress Database Backup 日本語版
» WP-DB-Backup allows you easily to backup your core WordPress database tables. You may also backup other tables in the same database.
WP FollowMe plugin
» WP FollowMe is a wordpress plugin that allows you to add a twitter “Follow me” badge on your wordpress blog.
WordPress2.7へ移行
2009.06.16 § 2 comments

WordPress
Movable Type4.25からWordPress2.7へ移行しました。
googleで検索しても古いバージョンの情報しかありませんでしたが、
以下のサイトの通りにすると完璧に移行することができました。ありがとうございました!
MovableTypeからWordPressへの完全移行方法 | Movable Type | 『Weblogy』
以下その他設定
■画像URLの変更
wp-content/uploads/に画像を格納するために
Movable Typeで「エクスポート」したデータ内にある画像URLを上記ディレクトリに一括置換
■RSSのURLが変更になるため.htaccessに以下を追加
Redirect 301 /atom.xml http://www.ken-g.com/feed
Redirect 301 /rss.xml http://www.ken-g.com/feed
Redirect 301 /index.xml http://www.ken-g.com/feed
■MovableTypeのパーマリンクを移行
/blog/archives/200906/naomi_watts_joseph_montezinos.html
↓
/blog/archives/%year%%monthnum%/%postname%.html