<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>futuremix &#187; UTW</title>
	<atom:link href="http://futuremix.org/tag/utw/feed" rel="self" type="application/rss+xml" />
	<link>http://futuremix.org</link>
	<description>津田ふみかの日記・言想風景改め未来模景。 Remix The Future.</description>
	<lastBuildDate>Fri, 05 Mar 2010 12:33:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress 拡張 UTW Theme Compatibility Thing のエラーを修正</title>
		<link>http://futuremix.org/2008/05/wordpress-utwrenderthing-error-line-561</link>
		<comments>http://futuremix.org/2008/05/wordpress-utwrenderthing-error-line-561#comments</comments>
		<pubDate>Thu, 29 May 2008 11:06:09 +0000</pubDate>
		<dc:creator>津田 ふみか</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[UTW]]></category>

		<guid isPermaLink="false">http://futuremix.org/?p=2070</guid>
		<description><![CDATA[
  WordPress が公式にタグ機能をサポートする前に、UTW を使っていた人も多いと思います。その後、WordPress が公式にタグをサポートしてからは、同じ関数名で利用できる UTW Theme Compat [...]]]></description>
			<content:encoded><![CDATA[<p>
  WordPress が公式にタグ機能をサポートする前に、<abbr title="Ultimate Tag Warrior">UTW</abbr> を使っていた人も多いと思います。その後、WordPress が公式にタグをサポートしてからは、同じ関数名で利用できる <a href="http://www.neato.co.nz/wordpress-things/utw-theme-compatibility-thing/" title="Christine from the Internet » UTW Theme Compatibility Thing">UTW Theme Compatibility Thing</a> (UTWRenderThing) というプラグインになりました。
</p>
<p>
  私も UTW を使っていた関係で、この UTWRenderThing を使っていたのですが、エラーログに次のような記録がかなり出ているることに気づきました。
</p>
<pre class="log">
PHP Warning:  Invalid argument supplied for foreach() in /wordpress_install_dir/wp-content/plugins/UTWRenderThing.php on line 561
</pre>
<p>
  タグを元に関連記事をリストアップしくれる UTW_ShowRelatedPostsForCurrentPost 関数を使ったときに、タグが1つも設定していない記事だと、foreach ループで回すための変更に配列が格納されずにエラーとなるようです。
</p>
<p>
  そこで、 UTWRenderThing.php の561行目の前に次のコードを入れて、配列かどうかをチェックするようにしました。
</p>
<pre class="code">
  $tagids = array();
  if (!is_array($tags)) return NULL; //←この行を追加
  foreach($tags as $tag) {
</pre>
<p>
  これでエラーログに該当のエラーは出なくなりました。</p>
]]></content:encoded>
			<wfw:commentRss>http://futuremix.org/2008/05/wordpress-utwrenderthing-error-line-561/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>私が使っている WordPress お薦めプラグイン10</title>
		<link>http://futuremix.org/2007/09/wordpress-plugins</link>
		<comments>http://futuremix.org/2007/09/wordpress-plugins#comments</comments>
		<pubDate>Tue, 25 Sep 2007 22:00:44 +0000</pubDate>
		<dc:creator>津田 ふみか</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[UTW]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/09/wordpress-plugins</guid>
		<description><![CDATA[
  このサイトで実際に使用している WordPress のお薦めプラグイン 10 個をご紹介します。WordPress ME 2.2.3 で動作しているものです。中には WordPress 2.3 で使えないものもある [...]]]></description>
			<content:encoded><![CDATA[<p>
  このサイトで実際に使用している WordPress のお薦めプラグイン 10 個をご紹介します。WordPress ME 2.2.3 で動作しているものです。中には WordPress 2.3 で使えないものもあるようですのでご注意下さい。
</p>
<h3><a href="http://akismet.com/">Akismet</a></h3>
<p>
  言わずと知れたデフォルトで入っているスパム対策プラグイン。ただ有効にしただけではダメで、<a href="http://wordpress.com/api-keys/">Askmet の API キー</a>が必要。無料で取得できる。Movable Type のときはスパムコメントとトラックバックに辟易させられていましたが、WordPress で Askmet を使うようになってからはほとんど悩まされなくなりました。たまに日本語のスパムを通してしまいますけど。
</p>
<h3><a href="http://wppluginsj.sourceforge.jp/akismet-multibyteview/">akismet-multibyteview</a></h3>
<p>
  Akismet では、問題ないコメントやトラックバックが間違ってスパムに分類されてしまうことがあるため、たまにチェックする必要がありますが、このプラグインを使うとマルチバイトが使われているコメントだけを表示できますので探しやすくなります。
</p>
<h3><a href="http://www.ilfilosofo.com/blog/wp-db-backup" title="Il Filosofo » WordPress Database Backup">WordPress Database Backup</a></h3>
<p>
  これはデフォルトで入っていたような気もしますが、最新版はメールでのバックアップも可能。ローカルにダンプしてもサーバごと潰れたら意味がないので、遠隔地のメールストレージ（たとえば Gmail）に定期的にバックアップするというのがおすすめです。
</p>
<h3><a href="http://cavemonkey50.com/code/full-feed/">Full Text Feed</a></h3>
<p>
  RSS フィードを lt;!&#45;&#45; more &#45;&#45;&gt; 移行も含めて全文配信できるようにしてくれる。詳しくは「<a href="http://futuremix.org/2007/06/wordpress-rss-html" title="WordPress 2.1 で RSS を全文配信（+HTML形式で配信）する方法">WordPress 2.1 で RSS を全文配信（+HTML形式で配信）する方法</a>」を参照。
</p>
<h3><a href="http://www.arnebrachhold.de/redir/sitemap-home/">Google Sitemaps</a></h3>
<p>
  Sitemaps Protocol に対応したプラグイン。Google や Yahoo にサイトマップ形式のファイルを提出してくれるので、クローラの巡回での取りこぼしが少なくなります。
</p>
<h3><a href="http://aoina.com/archives/18">被ブックマーク数表示＋ランキング生成プラグイン</a></h3>
<p>
  はてなブックマーク、del.icio.us、livedoor Clip、Yahoo ブックマークの被ブックマーク数の表示と、それらブックマーク数によるランキング表示をしてくれるプラグイン。PHP の short_open_tag を無効にしている人は <a href="http://futuremix.org/2007/08/sbm_popular_entry-short_open_tag" title="WordPress 被ブックマーク数表示プラグイン と PHP の short_open_tag">WordPress 被ブックマーク数表示プラグイン と PHP の short_open_tag</a>も参照のこと。
</p>
<h3><a href="http://www.neato.co.nz/archives/2007/06/30/ultimate-tag-warrior-fin-the-end/">Ultimate Tag Warrior</a></h3>
<p>
  WordPress にタグ機能を附加する最強のプラグイン。高機能ですがバグも多いです。タグをもとに関連リンクを表示する機能もついています。WordPress 2.3 移行ではタグ機能がつくためにこのプラグインは開発終了し、WordPress のタグデータを活用するプラグインが開発予定とのこと。<a href="http://futuremix.org/2007/09/wordpress-utw-final-bugs">Ultimate Tag Warrior Final とバグ修正</a>も参照してください。
</p>
<h3><a href="http://futuremix.org/2007/06/wordpress-ultimate-google-analytic">Ultimate Google Analytics</a></h3>
<p>
  Google Analytics を使うためのコードを各ページに自動で埋め込んでくれるプラグイン。
</p>
<h3><a href="http://futuremix.org/2007/04/goole-sitemaps-generator">Google Sitemaps Generator</a></h3>
<p>
  WordPress で Google Sitemaps の XML サイトマップを自動生成してくれるプラグイン。YST にも対応。
</p>
<h3><a href="http://futuremix.org/2007/07/search-regex-replace" title="正規表現検索できる全文検索・置換プラグイン">Search Regex</a></h3>
<p>
  管理画面から記事の正規表現検索できる全文検索・置換プラグインです。ちょっと不具合ありですが有用です。</p>
]]></content:encoded>
			<wfw:commentRss>http://futuremix.org/2007/09/wordpress-plugins/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ultimate Tag Warrior Final とバグ修正</title>
		<link>http://futuremix.org/2007/09/wordpress-utw-final-bugs</link>
		<comments>http://futuremix.org/2007/09/wordpress-utw-final-bugs#comments</comments>
		<pubDate>Sat, 01 Sep 2007 12:00:38 +0000</pubDate>
		<dc:creator>津田 ふみか</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[UTW]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/09/wordpress-utw-final-bugs</guid>
		<description><![CDATA[
  WordPress でタグ機能を実現する最強のプラグインとして名高い Ultimate Tag Warrior が、Final バージョンとなっていました（二ヶ月も前の話ですが）。Final になる理由としては、今 [...]]]></description>
			<content:encoded><![CDATA[<p>
  WordPress でタグ機能を実現する最強のプラグインとして名高い <a href="http://www.neato.co.nz/archives/2007/06/30/ultimate-tag-warrior-fin-the-end/" title="Neato » Blog Archive » Ultimate Tag Warrior: Fin. The End">Ultimate Tag Warrior</a> が、Final バージョンとなっていました（二ヶ月も前の話ですが）。Final になる理由としては、今後の WordPress がネイティブでタグ機能を装備するためです。
</p>
<p>
  しかし UTW の作者は WordPress のタグデータを利用して、UTW の機能を実現するプラグインの開発を表明しています。データの移行さえできちんとできれば、今後も UTW のデータや機能が使えなくなることはなさそうです。
</p>
<p>
  それにしても <a href="http://futuremix.org/2007/04/wordpress-utw-search-bug" title="Ultimate Tag Warrior で記事が検索対象にならないバグ">Ultimate Tag Warrior で記事が検索対象にならないバグ</a> や、<a href="http://futuremix.org/2007/04/utw-private-draft-bug" title="Ultimate Tag Warrior でプライベートな記事や草稿が表示されるバグ">Ultimate Tag Warrior でプライベートな記事や草稿が表示されるバグ</a> は相変わらず直っていませんでした。手作業で修正しましょう。
</p>
<p>
  また、<a href="http://aoina.com/archives/98" title="WordPress「UltimateTagWarrior」のバグについて | AOINA.COM">「UltimateTagWarrior」のバグについて | AOINA.COM</a> によると、http://example.com/?archive=tag という URL にアクセスすると、エラーが発生するという不具合があるそうです。こちらも修正しておきましょう。</p>
]]></content:encoded>
			<wfw:commentRss>http://futuremix.org/2007/09/wordpress-utw-final-bugs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>blog.5jp.net の内容を移行しました。+ 不具合に対処</title>
		<link>http://futuremix.org/2007/08/move-information</link>
		<comments>http://futuremix.org/2007/08/move-information#comments</comments>
		<pubDate>Fri, 17 Aug 2007 12:00:05 +0000</pubDate>
		<dc:creator>津田 ふみか</dc:creator>
				<category><![CDATA[おしらせ]]></category>
		<category><![CDATA[UTW]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/08/move-information</guid>
		<description><![CDATA[
  当サイト futuremix を始める前に約半年ほど続けてきた blog.5jp.net ですが、WordPress でのサイト構築実験という役目を終えましたので、こちらのサイトに記事を統合しました。記事もすべて移 [...]]]></description>
			<content:encoded><![CDATA[<p>
  当サイト futuremix を始める前に約半年ほど続けてきた <a href="http://blog.5jp.net/">blog.5jp.net</a> ですが、WordPress でのサイト構築実験という役目を終えましたので、こちらのサイトに記事を統合しました。記事もすべて移行しました。後日、旧 URL からリダイレクトする予定です。
</p>
<p>
  WordPress のエクスポート・インポート機能で移行は簡単、と思いましたが、サーバのメモリ不足のせいか、すんなりと移行できませんでした。何度かインポートを繰り返したら完了しました。一応、同じ記事を二度インポートしないようにはできているようですので、記事の重複はありませんでした。
</p>
<p>
  しかし、「人気記事」のデータが重複して表示されるようになりました。記事本文 (wp_posts テーブル) は重複しないが、メタデータ (wp_postmeta テーブル) は重複していました。人気記事の Bookmark Count は <a href="http://aoina.com/archives/18" title="AOINA.COM » [WP:Plugin] 被ブックマーク数表示＋ランキング生成プラグイン">AOINA.COM » [WP:Plugin] 被ブックマーク数表示＋ランキング生成プラグイン</a> を使わせていただいてますが、このデータが重複してしまったようです。
</p>
<p>
  そもそもドメインを移動したので、リダイレクトしたとしてもソーシャルブックマークのカウント数はリセットされます。つまりデータを移行する意味もありませんし、このデータはキャッシュなので消しても自動的に生成されるはずです。そこで、重複するデータは MySQL 上から消しました。
</p>
<p>
  また <abbr title="Ultimate Tag Warrior">UTW</abbr> のタグのデータは移行されませんでしたので、これからちまちま付け直すことになりそうです。というか、タグがカテゴリとして登録されていたりしますが、仕様なのでしょうか。結局記事のIDが変わっていることと、これを気にタグを見直したいので、手作業での対応を予定しています。
</p>
<p>
  一部リンク切れや画像の表示がされないなどの不具合がありましたらご了承ください。</p>
]]></content:encoded>
			<wfw:commentRss>http://futuremix.org/2007/08/move-information/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultimate Tag Warrior で簡単にタグ付けする inline tag-adder</title>
		<link>http://futuremix.org/2007/07/utw-inline-tag-adder</link>
		<comments>http://futuremix.org/2007/07/utw-inline-tag-adder#comments</comments>
		<pubDate>Sat, 21 Jul 2007 03:26:41 +0000</pubDate>
		<dc:creator>津田 ふみか</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[UTW]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/07/utw-inline-tag-adder</guid>
		<description><![CDATA[
  WordPress でタグを扱えるようにするプラグイン Ultimate Tag Warrior (UTW) は非常に強力です。しかしいちいち管理画面を開かないとタグ付けできないのでは面倒です。ちょうど MT から [...]]]></description>
			<content:encoded><![CDATA[<p>
  WordPress でタグを扱えるようにするプラグイン Ultimate Tag Warrior (UTW) は非常に強力です。しかしいちいち管理画面を開かないとタグ付けできないのでは面倒です。ちょうど MT からブログのデータを移行したので、900 以上のエントリーにタグをつけていきたいと思っていましたが、大変な作業です。
</p>
<p>しかし、UTW に備わっている inline tag-adder を使えば、個別記事（パーマリンク）や、アーカイブの画面から、記事をみながら簡単ににタグ付けができるようになります。AJAX を使っているので動作も軽快です。ただし、名前の通りタグの追加 (add) しかできず、修正や削除はできません。
</p>
<div class="screenshot">
<img src="http://futuremix.org/wp-content/uploads/2007/07/inline-tag-adder.png" alt="UTW の inline tag-adder" width="345" height="102" />
</div>
<p>
  有効にする方法ですが、該当のテンプレートファイル（通常であれば index.php ）の本文のあと（前でも良いですが）次の記述を追加します。
</p>
<pre class="code">
&lt;span id="tags-&lt;?php the_ID(); ?&gt;"&gt;&lt;?php UTW_ShowTagsForCurrentPost("simplelist") ?&gt;
&lt;/span&gt;&lt;?php UTW_AddTagToCurrentPost("simplelist") ?&gt;
</pre>
<p>一行目と二行目は入れ替わっても動作に問題ありません。お好みでどうぞ。すでにタグを表示するようにしてあれば、simplelist の部分を変更します。</p>
]]></content:encoded>
			<wfw:commentRss>http://futuremix.org/2007/07/utw-inline-tag-adder/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.2.1 で UTW のタグページが表示されない</title>
		<link>http://futuremix.org/2007/06/wordpress-utw-tag-404</link>
		<comments>http://futuremix.org/2007/06/wordpress-utw-tag-404#comments</comments>
		<pubDate>Sun, 24 Jun 2007 17:04:41 +0000</pubDate>
		<dc:creator>津田 ふみか</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[UTW]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/06/wordpress-utw-tag-404</guid>
		<description><![CDATA[
  WordPress 2.2.1 がリリースされたので ME 2.2.1 に入れ替えました。すると Ultimate Tag Warrior (UTW) のタグページが表示されない (404) になってしまいました。 [...]]]></description>
			<content:encoded><![CDATA[<p>
  WordPress 2.2.1 がリリースされたので ME 2.2.1 に入れ替えました。すると Ultimate Tag Warrior (UTW) のタグページが表示されない (404) になってしまいました。
</p>
<p>
  URL が /tag/tagname の形式だと表示されず、/index.php?tag=tagname の形式では表示されます。しかし、URL をいまさら変えるわけにもいきませんし。
</p>
<p>
  しかし、次の方法で解決しました。「各種設定」の「パーマリンク設定」を開き、「パーマリンク構造を更新」ボタンを押す。私の場合、これだけで解決しました。
</p>
<p>
  ほかにも、<a href="http://futuremix.org/2007/05/wordpress-thumbnail-attachment-size" title="WordPress のサムネイルサイズ変更">WordPress のサムネイルサイズ変更</a> のようにソースコードを直接書き換えている場合は対応が必要です。</p>
]]></content:encoded>
			<wfw:commentRss>http://futuremix.org/2007/06/wordpress-utw-tag-404/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultimate Tag Warrior で記事が検索対象にならないバグ</title>
		<link>http://futuremix.org/2007/04/wordpress-utw-search-bug</link>
		<comments>http://futuremix.org/2007/04/wordpress-utw-search-bug#comments</comments>
		<pubDate>Tue, 10 Apr 2007 15:06:41 +0000</pubDate>
		<dc:creator>津田 ふみか</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[UTW]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/04/wordpress-utw-search-bug</guid>
		<description><![CDATA[
  WordPress にタグ機能を附加する Ultimate Tag Warrior (UTW) ですが、タグが1つもついていない記事が検索機能の対象外となってしまうバグがありました。


  UTW を入れたとたん [...]]]></description>
			<content:encoded><![CDATA[<p>
  WordPress にタグ機能を附加する Ultimate Tag Warrior (UTW) ですが、タグが1つもついていない記事が検索機能の対象外となってしまうバグがありました。
</p>
<p>
  UTW を入れたとたんに記事検索で何も表示されなくなるという現象が発生していたため調べていたところ、<a href="http://www.konoie.net/archives/2007/02/19-778.php" title="木の葉の家 » 記事が検索に掛からない問題解決">木の葉の家さんの記事</a>で、同じ問題とその解決方法が記載されていました。
</p>
<blockquote cite="http://www.konoie.net/archives/2007/02/19-778.php" title="木の葉の家 » 記事が検索に掛からない問題解決">
<p>どうやらUTWを有効にしている状態では、UTWでタグ付けがされていない記事は検索結果に表示されないようなのです。</p>
<p>原因が分かったところでUTWのフォーラムを覗いてみると…答えが見つかりました。</p>
<p><a href="http://www.neato.co.nz/forum/comments.php?DiscussionID=1560&amp;page=1">my neato thing: Bugs: Post Search broken after Installing UW 3.14 (英語) </a></p>
<p>（中略）UTWプラグインに含まれているultimate-tag-warrior-actions.phpというファイルの一部(件の処理を呼び出す部分)をコメントアウトしてやればOKです。</p>
<pre class="code">
add_filter('posts_join', array('UltimateTagWarriorActions','ultimate_search_join'));
add_filter('posts_where', array('UltimateTagWarriorActions','ultimate_search_where'));</pre>
</blockquote>
<p>とりあえず、この通りにして解決しました。ほとんどの記事にタグを附加している場合は、この問題に気づきにくいですね。</p>
]]></content:encoded>
			<wfw:commentRss>http://futuremix.org/2007/04/wordpress-utw-search-bug/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultimate Tag Warrior でプライベートな記事や草稿が表示されるバグ</title>
		<link>http://futuremix.org/2007/04/utw-private-draft-bug</link>
		<comments>http://futuremix.org/2007/04/utw-private-draft-bug#comments</comments>
		<pubDate>Fri, 06 Apr 2007 07:07:42 +0000</pubDate>
		<dc:creator>津田 ふみか</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[UTW]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/04/utw-private-draft-bug</guid>
		<description><![CDATA[
  WordPress のタグを表示させる Ultimate Tag Warrior (UTW) プラグインのバージョン 3.14159265 （円周率ですね）には、プライベートに設定した記事や草稿（draft）がタグ [...]]]></description>
			<content:encoded><![CDATA[<p>
  WordPress のタグを表示させる Ultimate Tag Warrior (UTW) プラグインのバージョン 3.14159265 （円周率ですね）には、プライベートに設定した記事や草稿（draft）がタグの集計にカウントされてしまったり、関連記事に表示されてしまうという不具合があります。これは ultimate-tag-warrior-core.php ファイルの中の以下の関数が該当します。
</p>
<ul>
<li>function GetPostsForTag($tag)</li>
<li>function GetPostsForAnyTags($tags)</li>
<li>function GetPostsForTags($tags)</li>
<li>GetRelatedPosts</li>
<li>GetWeightedTags</li>
</ul>
<p>
  この中の SQL で、 <code>post_date_gmt &lt; '$now'</code> の次に <code>AND post_status = 'publish'</code> という条件を加えれば解決できます。</p>
]]></content:encoded>
			<wfw:commentRss>http://futuremix.org/2007/04/utw-private-draft-bug/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultimate Tag Warrior のタグページを Google Sitemaps に反映させるプラグイン</title>
		<link>http://futuremix.org/2007/04/wordpress-tag-google-sitemap</link>
		<comments>http://futuremix.org/2007/04/wordpress-tag-google-sitemap#comments</comments>
		<pubDate>Thu, 05 Apr 2007 15:53:53 +0000</pubDate>
		<dc:creator>津田 ふみか</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[UTW]]></category>

		<guid isPermaLink="false">http://futuremix.org/2007/04/wordpress-tag-google-sitemap</guid>
		<description><![CDATA[
  WordPress では必須プラグインともいえる Ultimate Tag Warrior (UTW) と、 Google Sitemap Generator。しかし UTW で生成したタグのページは、Google [...]]]></description>
			<content:encoded><![CDATA[<p>
  WordPress では必須プラグインともいえる Ultimate Tag Warrior (UTW) と、 <a href="http://futuremix.org/2007/04/goole-sitemaps-generator">Google Sitemap Generator</a>。しかし UTW で生成したタグのページは、Google Sitemap Generator で作成した Sitemap XML ファイルには反映されません。
</p>
<p>  <a href="http://www.dicontas.co.uk/blog/google-sitemap-utw-tag-wordpress-plugin/" title="WordPress Google Sitemap Generator - Ultimate Tag Warrior - Tags Addon Plugin · Email Monitoring + Email Filtering Blog · Email Monitoring">WordPress Google Sitemap Generator &#8211; Ultimate Tag Warrior &#8211; Tags Addon Plugin</a>は、UTW で生成されたタグごとのページを、サイトマップの <abbr title="eXtensible Markup Language">XML</abbr> ファイルに含めてくれます。</p>
<p>
  これにより今までは内部的にしか使われていなかったタグの情報を Google、Yahoo といった、<a href="http://sitemaps.org/protocol.html" title="sitemaps.org - Protocol">Sitemaps Protocol</a> に対応した検索ロボットが活用してくれるというわけです。もちろん、これでブログが自動的に上位表示されるということはないでしょうが、タグのページはサイト訪問者にも役立つ情報ですので、サイトマップに入っていたほうがよいですね。
</p>
<h3>インストール手順</h3>
<ol>
<li>まず WordPress 2.0 系列か 2.1 系列をインストール（これを書いている時点での最新版は 2.1.2）</li>
<li>UTW を入れる（同 3.14159265）</li>
<li><a href="http://www.arnebrachhold.de/2006/01/07/google-sitemap-generator-for-wordpress-3-beta" title="Google Sitemap Generator 3 Beta">Google Sitemap Generator 3 Beta</a>を入れる</li>
<li>連携プラグインをダウンロード（同 UTWgoogleSitemaps1_1.zip）</li>
<li>解凍して出てきた UTWgoogleSitemaps.php を  wp-content/plugins/ ディレクトリに入れる。</li>
<li>設定画面の「プラグイン」のページで「Google Sitemaps &#8211; UTW Tag Addon」を有効化</li>
<li>「各種設定」ページの「Sitemap」で、&#8221;rebuild the sitemap&#8221; を実行</li>
</ol>
<p>
  これでサイトマップの  XML ファイルにタグのページのリストが追加されているはずです。
</p>
<h3> /tag/tag_name 形式の URL に変更する</h3>
<p>
  UTW でのタグの表示形式は、初期状態では /index.php?tag=<var>tag_name</var>です。しかし、オプションで「Use url rewriting for local tag urls (/tag/tag instead of index.php?tag=tag)」を有効にしている場合、プラグインは対応していませんので、ちょっとした改造が必要です。UTWgoogleSitemaps.php の 18行目を次のように変更します。
</p>
<pre class="code prittyprint">
//$utw_tag = get_bloginfo('url') . '/index.php?tag=' . $utwtag-&gt;tag;
$utw_tag = get_bloginfo('url') . '/tag/' . $utwtag-&gt;tag;
</pre>
<p>
  これでもう一度サイトマップを構築すれば、/tag/<var>tag_name</var>という形式の URL でサイトマップに反映されています。</p>
]]></content:encoded>
			<wfw:commentRss>http://futuremix.org/2007/04/wordpress-tag-google-sitemap/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
