<?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>Commenti a: WordPress: aggiungere un testo alla fine del feed RSS</title>
	<atom:link href="http://www.bigthink.it/wordpress-aggiungere-un-testo-alla-fine-del-feed-rss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigthink.it/wordpress-aggiungere-un-testo-alla-fine-del-feed-rss/</link>
	<description>Social Media Agency</description>
	<lastBuildDate>Tue, 07 Feb 2012 09:23:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Di: Francesco</title>
		<link>http://www.bigthink.it/wordpress-aggiungere-un-testo-alla-fine-del-feed-rss/comment-page-1/#comment-13864</link>
		<dc:creator>Francesco</dc:creator>
		<pubDate>Wed, 06 Oct 2010 15:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigthink.it/?p=620#comment-13864</guid>
		<description>Ciao, nei miei feed non compaiono immagini.
Devo agire in modo simile per inserire la prima immagine che trova nell&#039;articolo, ed affiancarla al riassunto di esso?
Un po&#039; come nei feed di questo sito insomma...

grazie!</description>
		<content:encoded><![CDATA[<p>Ciao, nei miei feed non compaiono immagini.<br />
Devo agire in modo simile per inserire la prima immagine che trova nell&#8217;articolo, ed affiancarla al riassunto di esso?<br />
Un po&#8217; come nei feed di questo sito insomma&#8230;</p>
<p>grazie!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: laCasaOrca</title>
		<link>http://www.bigthink.it/wordpress-aggiungere-un-testo-alla-fine-del-feed-rss/comment-page-1/#comment-5985</link>
		<dc:creator>laCasaOrca</dc:creator>
		<pubDate>Sat, 26 Sep 2009 15:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigthink.it/?p=620#comment-5985</guid>
		<description>PS: questo è il risultato:

http://lacasaorca.netsons.org/feed/</description>
		<content:encoded><![CDATA[<p>PS: questo è il risultato:</p>
<p><a href="http://lacasaorca.netsons.org/feed/" rel="nofollow">http://lacasaorca.netsons.org/feed/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: laCasaOrca</title>
		<link>http://www.bigthink.it/wordpress-aggiungere-un-testo-alla-fine-del-feed-rss/comment-page-1/#comment-5983</link>
		<dc:creator>laCasaOrca</dc:creator>
		<pubDate>Sat, 26 Sep 2009 15:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigthink.it/?p=620#comment-5983</guid>
		<description>ho risolto da solo in questo modo:

&lt;?php
function set_my_rss($content){
    global $post;
    if(is_feed()){
	$url = get_permalink();
	$my_string = &quot;Leggi il resto...&quot;;
        $content .= &quot;&lt;a href=&#039;$url&#039; rel=&quot;nofollow&quot;&gt;$my_string&lt;/a&gt;&quot;;
    }
    return $content;
}
add_filter(&#039;the_excerpt_rss&#039;, &#039;set_my_rss&#039;);
?&gt;</description>
		<content:encoded><![CDATA[<p>ho risolto da solo in questo modo:</p>
<p>&lt;?php<br />
function set_my_rss($content){<br />
    global $post;<br />
    if(is_feed()){<br />
	$url = get_permalink();<br />
	$my_string = &quot;Leggi il resto&#8230;&quot;;<br />
        $content .= &quot;<a href='$url' rel="nofollow">$my_string</a>&#8220;;<br />
    }<br />
    return $content;<br />
}<br />
add_filter(&#8216;the_excerpt_rss&#8217;, &#8216;set_my_rss&#8217;);<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: laCasaOrca</title>
		<link>http://www.bigthink.it/wordpress-aggiungere-un-testo-alla-fine-del-feed-rss/comment-page-1/#comment-5978</link>
		<dc:creator>laCasaOrca</dc:creator>
		<pubDate>Sat, 26 Sep 2009 14:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigthink.it/?p=620#comment-5978</guid>
		<description>ciao,
volevo chiederti come posso fare per mettere un link al post invece della scritta copyright.

Praticamente voglio aggiungere dopo &quot;[...]&quot; il link &quot;leggi il resto...&quot; con l&#039;url del permalink.

Grazie per la tua dritta comunque,
la Casa Orca</description>
		<content:encoded><![CDATA[<p>ciao,<br />
volevo chiederti come posso fare per mettere un link al post invece della scritta copyright.</p>
<p>Praticamente voglio aggiungere dopo &#8220;[...]&#8221; il link &#8220;leggi il resto&#8230;&#8221; con l&#8217;url del permalink.</p>
<p>Grazie per la tua dritta comunque,<br />
la Casa Orca</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Ghido</title>
		<link>http://www.bigthink.it/wordpress-aggiungere-un-testo-alla-fine-del-feed-rss/comment-page-1/#comment-5237</link>
		<dc:creator>Ghido</dc:creator>
		<pubDate>Mon, 31 Aug 2009 20:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigthink.it/?p=620#comment-5237</guid>
		<description>Me l&#039;avevi chiesto un po&#039; di tempo fa. Penso di averti risposto ora :D</description>
		<content:encoded><![CDATA[<p>Me l&#8217;avevi chiesto un po&#8217; di tempo fa. Penso di averti risposto ora <img src='http://www.bigthink.it/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Alberto Trussardi</title>
		<link>http://www.bigthink.it/wordpress-aggiungere-un-testo-alla-fine-del-feed-rss/comment-page-1/#comment-9798</link>
		<dc:creator>Alberto Trussardi</dc:creator>
		<pubDate>Thu, 27 Aug 2009 12:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigthink.it/?p=620#comment-9798</guid>
		<description>&lt;span class=&quot;topsy_trackback_comment&quot;&gt;&lt;span class=&quot;topsy_twitter_username&quot;&gt;&lt;span class=&quot;topsy_trackback_content&quot;&gt;WordPress: aggiungere un testo alla fine del feed RSS http://bit.ly/zpbn8&lt;/span&gt;&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p><span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span class="topsy_trackback_content">WordPress: aggiungere un testo alla fine del feed RSS <a href="http://bit.ly/zpbn8" rel="nofollow">http://bit.ly/zpbn8</a></span></span></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Stefan Des</title>
		<link>http://www.bigthink.it/wordpress-aggiungere-un-testo-alla-fine-del-feed-rss/comment-page-1/#comment-5131</link>
		<dc:creator>Stefan Des</dc:creator>
		<pubDate>Wed, 26 Aug 2009 19:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.bigthink.it/?p=620#comment-5131</guid>
		<description>L&#039;ennesima chicca Daniele,
complimenti...;)</description>
		<content:encoded><![CDATA[<p>L&#8217;ennesima chicca Daniele,<br />
complimenti&#8230;;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

