<?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>RSS 全文配信しようぜ！ へのコメント</title>
	<atom:link href="http://sakuratan.biz/archives/959/feed" rel="self" type="application/rss+xml" />
	<link>http://sakuratan.biz/archives/959</link>
	<description>モロモロ工事中です</description>
	<lastBuildDate>Mon, 06 Apr 2026 14:36:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>braidz fuzzy monkey より</title>
		<link>http://sakuratan.biz/archives/959/comment-page-1#comment-22180</link>
		<dc:creator>braidz fuzzy monkey</dc:creator>
		<pubDate>Sat, 25 Oct 2014 06:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://sakuratan.biz/?p=959#comment-22180</guid>
		<description>I really like looking through an article that can make men and women think.
Also, thanks for allowing for me to comment!</description>
		<content:encoded><![CDATA[<p>I really like looking through an article that can make men and women think.<br />
Also, thanks for allowing for me to comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>さくら より</title>
		<link>http://sakuratan.biz/archives/959/comment-page-1#comment-1993</link>
		<dc:creator>さくら</dc:creator>
		<pubDate>Mon, 29 Jun 2009 18:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://sakuratan.biz/?p=959#comment-1993</guid>
		<description>とりえあず上のパッチ、さくらんところで試してみた限りじゃ、全文表示時も抜粋表示時もちゃんと表示されてたけど。

つーか日本語だと、抜粋表示自体、プラグイン入れるか改造するかしないとちゃんと表示されないんじゃなかったっけ？
こっちは抜粋表示用にパッチとかしてないんで、その辺との関係で問題が起こってると思われ。</description>
		<content:encoded><![CDATA[<p>とりえあず上のパッチ、さくらんところで試してみた限りじゃ、全文表示時も抜粋表示時もちゃんと表示されてたけど。</p>
<p>つーか日本語だと、抜粋表示自体、プラグイン入れるか改造するかしないとちゃんと表示されないんじゃなかったっけ？<br />
こっちは抜粋表示用にパッチとかしてないんで、その辺との関係で問題が起こってると思われ。</p>
]]></content:encoded>
	</item>
	<item>
		<title>シロウト より</title>
		<link>http://sakuratan.biz/archives/959/comment-page-1#comment-1991</link>
		<dc:creator>シロウト</dc:creator>
		<pubDate>Mon, 29 Jun 2009 12:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://sakuratan.biz/?p=959#comment-1991</guid>
		<description>あ、すみません。。テーマフォルダにfunctions.phpってファイル作ってるんです。

参照：http://bali.to/archives/27

ソースは

&lt;?php  
function insertAds($content) {  
    $content = $content.&#039;&lt;hr /&gt;
&lt;a href=&quot;URL&quot;&gt;広告&lt;/a&gt;&lt;hr /&gt;&#039;;  
    return $content;  
}  
add_filter(&#039;the_excerpt_rss&#039;, &#039;insertAds&#039;);  
add_filter(&#039;the_content_rss&#039;, &#039;insertAds&#039;);  
?&gt;

として、Feedに含ませてます。プラグインの方がいいかな？＿</description>
		<content:encoded><![CDATA[<p>あ、すみません。。テーマフォルダにfunctions.phpってファイル作ってるんです。</p>
<p>参照：http://bali.to/archives/27</p>
<p>ソースは</p>
<p>&lt;?php<br />
function insertAds($content) {<br />
    $content = $content.&#8217;&lt;hr /&gt;<br />
&lt;a href=&#8221;URL&#8221;&gt;広告&lt;/a&gt;&lt;hr /&gt;&#8217;;<br />
    return $content;<br />
}<br />
add_filter(&#8216;the_excerpt_rss&#8217;, &#8216;insertAds&#8217;);<br />
add_filter(&#8216;the_content_rss&#8217;, &#8216;insertAds&#8217;);<br />
?&gt;</p>
<p>として、Feedに含ませてます。プラグインの方がいいかな？＿</p>
]]></content:encoded>
	</item>
	<item>
		<title>さくら より</title>
		<link>http://sakuratan.biz/archives/959/comment-page-1#comment-1990</link>
		<dc:creator>さくら</dc:creator>
		<pubDate>Mon, 29 Jun 2009 11:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://sakuratan.biz/?p=959#comment-1990</guid>
		<description>functions.php？rss-functions.php じゃなくて？
どっちにしろパッチあてて運用してるんだったら、どこをどう直してるのか教えてくれないと何とも言えません。

とりあえず RSS Footer とかでできそうだけど、どうかしら？
http://wordpress.org/extend/plugins/rss-footer/</description>
		<content:encoded><![CDATA[<p>functions.php？rss-functions.php じゃなくて？<br />
どっちにしろパッチあてて運用してるんだったら、どこをどう直してるのか教えてくれないと何とも言えません。</p>
<p>とりあえず RSS Footer とかでできそうだけど、どうかしら？<br />
<a href="http://wordpress.org/extend/plugins/rss-footer/" rel="nofollow">http://wordpress.org/extend/plugins/rss-footer/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>シロウト より</title>
		<link>http://sakuratan.biz/archives/959/comment-page-1#comment-1989</link>
		<dc:creator>シロウト</dc:creator>
		<pubDate>Sun, 28 Jun 2009 08:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://sakuratan.biz/?p=959#comment-1989</guid>
		<description>こにちは。

＞ブログの内容を気に入ってもらえて、
＞フィードリーダーにフィードを登録してくださった方
僕も同意見なんですけど、さっき抜粋に変えました。というのはWPでfunctions.phpを
使ってRSSに広告載せてるんですけど、全文だと表示されないんですよ。。。
テスト的な施行なんですけど、もしお分かりなら全文配信にしても広告出す方法教えてください！</description>
		<content:encoded><![CDATA[<p>こにちは。</p>
<p>＞ブログの内容を気に入ってもらえて、<br />
＞フィードリーダーにフィードを登録してくださった方<br />
僕も同意見なんですけど、さっき抜粋に変えました。というのはWPでfunctions.phpを<br />
使ってRSSに広告載せてるんですけど、全文だと表示されないんですよ。。。<br />
テスト的な施行なんですけど、もしお分かりなら全文配信にしても広告出す方法教えてください！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
