<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>個別記事を属するカテゴリーと同じデザインにする へのコメント</title>
	<atom:link href="http://www.is-p.cc/wordpress/design/single-design/29/feed" rel="self" type="application/rss+xml" />
	<link>http://www.is-p.cc/wordpress/design/single-design/29</link>
	<description>WordPress 2.6</description>
	<lastBuildDate>Tue, 31 Aug 2010 08:07:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>ＩＳプランニング より</title>
		<link>http://www.is-p.cc/wordpress/design/single-design/29/comment-page-1#comment-78</link>
		<dc:creator>ＩＳプランニング</dc:creator>
		<pubDate>Tue, 06 Jan 2009 06:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.is-p.cc/blog/index.php/wordpress/%e5%80%8b%e5%88%a5%e8%a8%98%e4%ba%8b%e3%82%92%e5%b1%9e%e3%81%99%e3%82%8b%e3%82%ab%e3%83%86%e3%82%b4%e3%83%aa%e3%83%bc%e3%81%a8%e5%90%8c%e3%81%98%e3%83%87%e3%82%b6%e3%82%a4%e3%83%b3%e3%81%ab%e3%81%99/29#comment-78</guid>
		<description>＞カイカイ様
お役に立てて何よりです。
仕事の片手間で気付いた事やハマった事などを書いているので更新頻度は遅いのですが、私と同じようにちょっとした事で悩んでいる方の役に立っていただけると嬉しいです。

今後とも宜しくお願い致します。</description>
		<content:encoded><![CDATA[<p>＞カイカイ様<br />
お役に立てて何よりです。<br />
仕事の片手間で気付いた事やハマった事などを書いているので更新頻度は遅いのですが、私と同じようにちょっとした事で悩んでいる方の役に立っていただけると嬉しいです。</p>
<p>今後とも宜しくお願い致します。</p>
]]></content:encoded>
	</item>
	<item>
		<title>カイカイ より</title>
		<link>http://www.is-p.cc/wordpress/design/single-design/29/comment-page-1#comment-77</link>
		<dc:creator>カイカイ</dc:creator>
		<pubDate>Tue, 06 Jan 2009 06:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.is-p.cc/blog/index.php/wordpress/%e5%80%8b%e5%88%a5%e8%a8%98%e4%ba%8b%e3%82%92%e5%b1%9e%e3%81%99%e3%82%8b%e3%82%ab%e3%83%86%e3%82%b4%e3%83%aa%e3%83%bc%e3%81%a8%e5%90%8c%e3%81%98%e3%83%87%e3%82%b6%e3%82%a4%e3%83%b3%e3%81%ab%e3%81%99/29#comment-77</guid>
		<description>早々にご回答いただき、誠にありがとうございました！！

おかげで希望通りのサイトができそうです！！
今後も参考にさせていただきますので、何卒よろし
くお願い致します。</description>
		<content:encoded><![CDATA[<p>早々にご回答いただき、誠にありがとうございました！！</p>
<p>おかげで希望通りのサイトができそうです！！<br />
今後も参考にさせていただきますので、何卒よろし<br />
くお願い致します。</p>
]]></content:encoded>
	</item>
	<item>
		<title>ＩＳプランニング より</title>
		<link>http://www.is-p.cc/wordpress/design/single-design/29/comment-page-1#comment-76</link>
		<dc:creator>ＩＳプランニング</dc:creator>
		<pubDate>Tue, 06 Jan 2009 04:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.is-p.cc/blog/index.php/wordpress/%e5%80%8b%e5%88%a5%e8%a8%98%e4%ba%8b%e3%82%92%e5%b1%9e%e3%81%99%e3%82%8b%e3%82%ab%e3%83%86%e3%82%b4%e3%83%aa%e3%83%bc%e3%81%a8%e5%90%8c%e3%81%98%e3%83%87%e3%82%b6%e3%82%a4%e3%83%b3%e3%81%ab%e3%81%99/29#comment-76</guid>
		<description>＞カイカイ様
コメントありがとうございます。
ご質問の内容ですが、それで良いと思います。

&lt;code&gt;
if(in_category(&#039;6&#039;)) {
    include(TEMPLATEPATH . &#039;/single-6.php&#039;);
} elseif(in_category(&#039;9&#039;)) {
    include(TEMPLATEPATH . &#039;/single-9.php&#039;);
} else {
    include(TEMPLATEPATH . &#039;/single-base.php&#039;);
}
&lt;/code&gt;

こんな感じになります。</description>
		<content:encoded><![CDATA[<p>＞カイカイ様<br />
コメントありがとうございます。<br />
ご質問の内容ですが、それで良いと思います。</p>
<p><code><br />
if(in_category('6')) {<br />
    include(TEMPLATEPATH . '/single-6.php');<br />
} elseif(in_category('9')) {<br />
    include(TEMPLATEPATH . '/single-9.php');<br />
} else {<br />
    include(TEMPLATEPATH . '/single-base.php');<br />
}<br />
</code></p>
<p>こんな感じになります。</p>
]]></content:encoded>
	</item>
	<item>
		<title>カイカイ より</title>
		<link>http://www.is-p.cc/wordpress/design/single-design/29/comment-page-1#comment-75</link>
		<dc:creator>カイカイ</dc:creator>
		<pubDate>Tue, 06 Jan 2009 03:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.is-p.cc/blog/index.php/wordpress/%e5%80%8b%e5%88%a5%e8%a8%98%e4%ba%8b%e3%82%92%e5%b1%9e%e3%81%99%e3%82%8b%e3%82%ab%e3%83%86%e3%82%b4%e3%83%aa%e3%83%bc%e3%81%a8%e5%90%8c%e3%81%98%e3%83%87%e3%82%b6%e3%82%a4%e3%83%b3%e3%81%ab%e3%81%99/29#comment-75</guid>
		<description>いつも参考にさせていただいております。
初心者ゆえの質問になりますが、上記single.phpの
ソースですが、もし複数カテゴリがあり、複数の
個別ページを設定する場合は、同じような記述を
繰り返し記入すれば大丈夫でしょうか。

お恥ずかしい質問ですがご返答いただけると幸い
です。何卒よろしくお願い致します。</description>
		<content:encoded><![CDATA[<p>いつも参考にさせていただいております。<br />
初心者ゆえの質問になりますが、上記single.phpの<br />
ソースですが、もし複数カテゴリがあり、複数の<br />
個別ページを設定する場合は、同じような記述を<br />
繰り返し記入すれば大丈夫でしょうか。</p>
<p>お恥ずかしい質問ですがご返答いただけると幸い<br />
です。何卒よろしくお願い致します。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
