<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support User Favorites: Salvatore</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support User Favorites: Salvatore</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 10:05:37 +0000</pubDate>

<item>
<title>WordpressChina on "Can we have RSS on the Search Results?"</title>
<link>http://wordpress.org/support/topic/90099#post-457105</link>
<pubDate>Wed, 11 Oct 2006 10:44:00 +0000</pubDate>
<dc:creator>WordpressChina</dc:creator>
<guid isPermaLink="false">457105@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Beautiful. I liked Wordpress before, but now its gracefulness is becoming more apparent.
&#60;/p&#62;</description>
</item>
<item>
<title>Kafkaesqui on "Can we have RSS on the Search Results?"</title>
<link>http://wordpress.org/support/topic/90099#post-457033</link>
<pubDate>Wed, 11 Oct 2006 06:55:58 +0000</pubDate>
<dc:creator>Kafkaesqui</dc:creator>
<guid isPermaLink="false">457033@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#34;&#60;em&#62;...are there certain tags we can use to create an automatic RSS link on our search results page that can link people to that?&#60;/em&#62;&#34;&#60;/p&#62;
&#60;p&#62;There is no template tag per se which does this, but we can construct one:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;rss2_url&#38;#39;); echo &#38;#39;?s=&#38;#39; .  stripslashes(stripslashes($s)); ?&#38;gt;&#38;quot;&#38;gt;RSS feed for search results&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;For a site *not* using custom permalinks:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;rss2_url&#38;#39;); echo &#38;#39;&#38;amp;amp;s=&#38;#39; .  stripslashes(stripslashes($s)); ?&#38;gt;&#38;quot;&#38;gt;RSS feed for search results&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The &#60;code&#62;bloginfo(&#38;#39;rss2_url&#38;#39;)&#60;/code&#62; portion is &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/bloginfo&#34;&#62;described here&#60;/a&#62;. The &#60;code&#62;echo&#60;/code&#62; statement appends the search string ($s) to the feed's url (the nested stripslashes() are there to clean out potential PHP escape sequences from the search string).&#60;/p&#62;
&#60;p&#62;You can surround this with an &#60;code&#62;if( is_search() )&#60;/code&#62; conditional to make sure it only displays on search results (i.e. you're adding it to the sidebar). More on conditional tags here:&#60;/p&#62;
&#60;p&#62; &#60;a href=&#34;http://codex.wordpress.org/Conditional_tags&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Conditional_tags&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>WordpressChina on "Can we have RSS on the Search Results?"</title>
<link>http://wordpress.org/support/topic/90099#post-456961</link>
<pubDate>Wed, 11 Oct 2006 03:14:00 +0000</pubDate>
<dc:creator>WordpressChina</dc:creator>
<guid isPermaLink="false">456961@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Very cool! I didn't know that existed as a native feature. I can't find info on it in the codex--are there certain tags we can use to create an automatic RSS link on our search results page that can link people to that?&#60;/p&#62;
&#60;p&#62;Wow, I'm really amazed, and pleased :-)
&#60;/p&#62;</description>
</item>
<item>
<title>Kafkaesqui on "Can we have RSS on the Search Results?"</title>
<link>http://wordpress.org/support/topic/90099#post-456757</link>
<pubDate>Tue, 10 Oct 2006 19:01:59 +0000</pubDate>
<dc:creator>Kafkaesqui</dc:creator>
<guid isPermaLink="false">456757@http://wordpress.org/support/</guid>
<description>&#60;p&#62;It already exists in WordPress. For example, here's a search result for 'wordpress' from my blog:&#60;/p&#62;
&#60;p&#62; &#60;a href=&#34;http://guff.szub.net/feed/rss2/?s=wordpress&#34; rel=&#34;nofollow&#34;&#62;http://guff.szub.net/feed/rss2/?s=wordpress&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>WordpressChina on "Can we have RSS on the Search Results?"</title>
<link>http://wordpress.org/support/topic/90099#post-456463</link>
<pubDate>Tue, 10 Oct 2006 09:27:45 +0000</pubDate>
<dc:creator>WordpressChina</dc:creator>
<guid isPermaLink="false">456463@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I think it would be very cool to have RSS feeds from my blog's search results. Wordpress already has a wide range of RSS feeds: posts, comments, categories. But is there a plugin that will generate on-the-fly RSS feeds from search results?&#60;/p&#62;
&#60;p&#62;Tks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
