<?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>特定のカテゴリの最新記事一覧-その1 へのコメント</title>
	<atom:link href="http://www.hereticanthem.com/wordpress/115/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hereticanthem.com/wordpress/115/</link>
	<description>Web、PC、ガジェットに関するおもしろい情報を発信</description>
	<lastBuildDate>Fri, 26 Feb 2010 09:27:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>ぱそずき　:D+&#60; &#187; Blog Archive &#187; [WordPress] 特定のページで指定のカテゴリーからタイトルを表示 より</title>
		<link>http://www.hereticanthem.com/wordpress/115/comment-page-1/#comment-1280</link>
		<dc:creator>ぱそずき　:D+&#60; &#187; Blog Archive &#187; [WordPress] 特定のページで指定のカテゴリーからタイトルを表示</dc:creator>
		<pubDate>Wed, 01 Nov 2006 06:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.hereticanthem.com/wordpress/115/#comment-1280</guid>
		<description>[...] hereticanthem co.　さんのサイトで　「特定のカテゴリの最新記事一覧-その1」　というタイトルで　カテゴリーを指定してそのカテゴリーの記事のタイトルを表示させるコードが紹介されています。　これに手を加えさせていただき、サイドバー上に。指定したカテゴリー名と同じ名前のページが開かれた時にその記事のタイトルを表示させてみます。もちろん、前もってそのカテゴリー名と同一のページを作っておく必要があります。 [...]</description>
		<content:encoded><![CDATA[<p>[...] hereticanthem co.　さんのサイトで　「特定のカテゴリの最新記事一覧-その1」　というタイトルで　カテゴリーを指定してそのカテゴリーの記事のタイトルを表示させるコードが紹介されています。　これに手を加えさせていただき、サイドバー上に。指定したカテゴリー名と同じ名前のページが開かれた時にその記事のタイトルを表示させてみます。もちろん、前もってそのカテゴリー名と同一のページを作っておく必要があります。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>hereticanthem co.,ltd. &#187; 特定のカテゴリの最新記事一覧-その2 より</title>
		<link>http://www.hereticanthem.com/wordpress/115/comment-page-1/#comment-148</link>
		<dc:creator>hereticanthem co.,ltd. &#187; 特定のカテゴリの最新記事一覧-その2</dc:creator>
		<pubDate>Wed, 26 Jul 2006 15:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.hereticanthem.com/wordpress/115/#comment-148</guid>
		<description>[...] 以前こちらの記事で指定カテゴリの最新記事一覧表示方法を載せましたが、どうやらquery postは一度使ってしまうと初期化がメンドウなよう。。。 うちのサイトでもいろいろと不具合が出ていました。 そこでget_postsを使い別の方法を…  $posts&#160;=&#160;get_posts(&#039;numberposts=10&amp;category=1&#039;); &#160;foreach($posts&#160;as&#160;$post)&#160;: &#160;setup_postdata($post); &#160;?&gt; &#160;&#160;&#160;&#160;&lt;h3&gt;&lt;a&#160;href=&quot;&lt;?php&#160;the_permalink();&#160;?&gt;&quot;&#160;id=&quot;post-&lt;&#160;?php&#160;the_ID();&#160;?&gt;&quot;&gt;&lt;&#160;?php&#160;the_title();&#160;?&gt;&lt;/a&gt;&lt;/h3&gt; &lt;&#160;?php&#160;endforeach;&#160;?&gt; 上記だと、カテゴリID1の記事タイトルを最新から10件表示、それぞれ＜ｈ３＞で囲まれます。 ちょうどこのサイトの右サイドバー下部分はこれで表示されています。 他にも応用がききそうです。 Wptags.com-get_posts    &#160;  Tags:No Tags [...]</description>
		<content:encoded><![CDATA[<p>[...] 以前こちらの記事で指定カテゴリの最新記事一覧表示方法を載せましたが、どうやらquery postは一度使ってしまうと初期化がメンドウなよう。。。 うちのサイトでもいろいろと不具合が出ていました。 そこでget_postsを使い別の方法を…  $posts&nbsp;=&nbsp;get_posts(&#8216;numberposts=10&amp;category=1&#8242;); &nbsp;foreach($posts&nbsp;as&nbsp;$post)&nbsp;: &nbsp;setup_postdata($post); &nbsp;?&gt; &nbsp;&nbsp;&nbsp;&nbsp;&lt;h3&gt;&lt;a&nbsp;href=&quot;&lt;?php&nbsp;the_permalink();&nbsp;?&gt;&quot;&nbsp;id=&quot;post-&lt;&nbsp;?php&nbsp;the_ID();&nbsp;?&gt;&quot;&gt;&lt;&nbsp;?php&nbsp;the_title();&nbsp;?&gt;&lt;/a&gt;&lt;/h3&gt; &lt;&nbsp;?php&nbsp;endforeach;&nbsp;?&gt; 上記だと、カテゴリID1の記事タイトルを最新から10件表示、それぞれ＜ｈ３＞で囲まれます。 ちょうどこのサイトの右サイドバー下部分はこれで表示されています。 他にも応用がききそうです。 Wptags.com-get_posts    &nbsp;  Tags:No Tags [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
