<?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>Collision du rythme Weblog &#187; tag</title>
	<atom:link href="http://www.collisiondurythme.com/tag/tag/feed" rel="self" type="application/rss+xml" />
	<link>http://www.collisiondurythme.com</link>
	<description>Collision du rythme Weblog { 67% Design has been completed }</description>
	<lastBuildDate>Fri, 09 Jul 2010 04:49:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress 同日の日付が表記されない場合</title>
		<link>http://www.collisiondurythme.com/wordpress-%e5%90%8c%e6%97%a5%e3%81%ae%e6%97%a5%e4%bb%98%e3%81%8c%e8%a1%a8%e8%a8%98%e3%81%95%e3%82%8c%e3%81%aa%e3%81%84%e5%a0%b4%e5%90%88</link>
		<comments>http://www.collisiondurythme.com/wordpress-%e5%90%8c%e6%97%a5%e3%81%ae%e6%97%a5%e4%bb%98%e3%81%8c%e8%a1%a8%e8%a8%98%e3%81%95%e3%82%8c%e3%81%aa%e3%81%84%e5%a0%b4%e5%90%88#comments</comments>
		<pubDate>Thu, 17 Sep 2009 00:25:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.collisiondurythme.com/wordpress-%e5%90%8c%e6%97%a5%e3%81%ae%e6%97%a5%e4%bb%98%e3%81%8c%e8%a1%a8%e8%a8%98%e3%81%95%e3%82%8c%e3%81%aa%e3%81%84%e5%a0%b4%e5%90%88</guid>
		<description><![CDATA[Wordpress2.8へようやくアップグレード。と同時に同日の日付が表示されないことに気づく。Wordpress Tagで&#60;?php the_date();&#160;?&#62;のタグを使っている場合、同じ日付が表記されず空欄のまま [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpress2.8へようやくアップグレード。と同時に同日の日付が表示されないことに気づく。Wordpress Tagで<strong>&lt;?php the_date();&nbsp;?&gt;</strong>のタグを使っている場合、同じ日付が表記されず空欄のままになってしまう。9/15/09で記事を二つ以上、書くと9/15/09の二つ目以降の日付が表記されない。</p>
<ul>
<li>9/14/09</li>
<li>9/15/09</li>
<li>(＊空欄）</li>
<li>(＊空欄）</li>
<li>9/16/09</li>
</ul>
<p>なので該当箇所のtemplate上の<strong>&lt;?php the_date();&nbsp;?&gt;</strong>を</p>
<pre><code>&lt;?php the_time('m/d/y'); ?&gt;</code></pre>
<p>と変更する。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.collisiondurythme.com/wordpress-%e5%90%8c%e6%97%a5%e3%81%ae%e6%97%a5%e4%bb%98%e3%81%8c%e8%a1%a8%e8%a8%98%e3%81%95%e3%82%8c%e3%81%aa%e3%81%84%e5%a0%b4%e5%90%88/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Calendar機能のバグ</title>
		<link>http://www.collisiondurythme.com/wordpress-get-the-calendar-bug</link>
		<comments>http://www.collisiondurythme.com/wordpress-get-the-calendar-bug#comments</comments>
		<pubDate>Sun, 08 Mar 2009 23:36:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.collisiondurythme.com/?p=867</guid>
		<description><![CDATA[Wordpressのバグなのかどうか分からないが，Wordpressのタグ&#60;?php get_calendar(); ?&#62;とdata.phpのページを併用すると，カレンダーが表示されても，前月，翌月のナビゲーションの機能が動作し [...]]]></description>
			<content:encoded><![CDATA[<p>Wordpressのバグなのかどうか分からないが，<a title="Wordpress Tag: Get the Calendar" href="http://codex.wordpress.org/Template_Tags/get_calendar">Wordpressのタグ&lt;?php get_calendar(); ?&gt;</a>とdata.phpのページを併用すると，カレンダーが表示されても，前月，翌月のナビゲーションの機能が動作しない。Wordpressのバージョンかタグコードの問題かといろいろ思案したが，<span style="text-decoration: line-through;">其の場合の対処にはカレンダーを動作させるにはdata.phpページを削除するしかないようだ</span>。ひとつはそれでカレンダーが上手く機能するようになったけど，もう一つべつのところではdata.phpを消しても上手く機能しない。今のところ理由は分かりません。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.collisiondurythme.com/wordpress-get-the-calendar-bug/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress テンプレートタグ　Next post link</title>
		<link>http://www.collisiondurythme.com/wordpress-nextpostlink</link>
		<comments>http://www.collisiondurythme.com/wordpress-nextpostlink#comments</comments>
		<pubDate>Thu, 18 Dec 2008 09:12:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.collisiondurythme.com/wordpress-%e3%83%86%e3%83%b3%e3%83%97%e3%83%ac%e3%83%bc%e3%83%88%e3%82%bf%e3%82%b0%e3%80%80next-post-link</guid>
		<description><![CDATA[Next post linkタグは個別記事で日付順で他の記事への、あるいはカテゴリーページなどでの次のページへのパーマリンクを表示するのに使う。もっぱらこのタグを見るのはhome.php, Index.phpのページで次ページへのパーマネントリンクを表示させる場合だろう。]]></description>
			<content:encoded><![CDATA[<p><span class="push">N</span>ext post linkタグは個別記事で日付順で他の記事への、あるいはカテゴリーページなどでの次のページへのパーマリンクを表示するのに使う。もっぱらこのタグを見るのはhome.php, Index.phpのページで次ページへのパーマネントリンクを表示させる場合だろう。Next post linkあるいはPrevious post linkで<strong>日付順にリンクを張る</strong>場合、参考タグは</p>
<pre><code>&lt;?php previous_post_link('%link', '&laquo; Previous post', False); ?&gt;
&lt;?php next_post_link('%link', 'Next post &raquo;', False); ?&gt;
</code></pre>
<p>この場合、Falseで同一カテゴリーの中からの記事ではなく、日付順ごとにリンクを張る。反対にタグページやカテゴリーページで<strong>同一のカテゴリーから日付順に記事にリンクを張る</strong>場合、Falseではなく、Trueで表示させる。</p>
<pre><code>&lt;?php previous_post_link('%link', '&laquo; Previous post', True); ?&gt;
&lt;?php next_post_link('%link', 'Next post &raquo;', True); ?&gt;
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.collisiondurythme.com/wordpress-nextpostlink/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
