<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Modifying the search results page.</title>
		<link>http://www.kriesi.at/support/topic/modifying-the-search-results-page</link>
		<description>Support Forum - Topic: Modifying the search results page.</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 01:19:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/modifying-the-search-results-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Modifying the search results page."</title>
			<link>http://www.kriesi.at/support/topic/modifying-the-search-results-page#post-28253</link>
			<pubDate>Fri, 30 Sep 2011 05:57:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28253@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsanders212 on "Modifying the search results page."</title>
			<link>http://www.kriesi.at/support/topic/modifying-the-search-results-page#post-28227</link>
			<pubDate>Thu, 29 Sep 2011 20:25:32 +0000</pubDate>
			<dc:creator>dsanders212</dc:creator>
			<guid isPermaLink="false">28227@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;/fail... how did I miss that.&#60;br /&#62;
Dude, thanks so much. I've been beating my head against the wall for days looking at each framework file line by line. &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Modifying the search results page."</title>
			<link>http://www.kriesi.at/support/topic/modifying-the-search-results-page#post-28214</link>
			<pubDate>Thu, 29 Sep 2011 19:55:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28214@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok - the seo plugin changes the read more link output. You can change the output here: &#60;a href=&#34;http://spwebservices.com/wp-admin/admin.php?page=su-misc#su-more-links&#34; rel=&#34;nofollow&#34;&#62;http://spwebservices.com/wp-admin/admin.php?page=su-misc#su-more-links&#60;/a&#62; or deactivate the &#34;More Link Customizer&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsanders212 on "Modifying the search results page."</title>
			<link>http://www.kriesi.at/support/topic/modifying-the-search-results-page#post-28209</link>
			<pubDate>Thu, 29 Sep 2011 18:52:09 +0000</pubDate>
			<dc:creator>dsanders212</dc:creator>
			<guid isPermaLink="false">28209@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Done
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Modifying the search results page."</title>
			<link>http://www.kriesi.at/support/topic/modifying-the-search-results-page#post-28184</link>
			<pubDate>Thu, 29 Sep 2011 16:30:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28184@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please create me an admin account and send me the login data to: &#60;a href=&#34;mailto:kriesi2000-dude@yahoo.com&#34;&#62;kriesi2000-dude@yahoo.com&#60;/a&#62; - I'll look into it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsanders212 on "Modifying the search results page."</title>
			<link>http://www.kriesi.at/support/topic/modifying-the-search-results-page#post-28183</link>
			<pubDate>Thu, 29 Sep 2011 16:17:15 +0000</pubDate>
			<dc:creator>dsanders212</dc:creator>
			<guid isPermaLink="false">28183@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I should have stated that I've tried that prior to posting, my apologies.&#60;/p&#62;
&#60;p&#62;I went ahead and tried it again, per your advice, then rebuilt the index. I receive the same result set with the more tag still displaying the title.&#60;br /&#62;
I will leave the search.php in this state if you would like to re-review it or come up with another idea.&#60;/p&#62;
&#60;p&#62;As always, thanks for your timely response, Dude.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Modifying the search results page."</title>
			<link>http://www.kriesi.at/support/topic/modifying-the-search-results-page#post-28155</link>
			<pubDate>Thu, 29 Sep 2011 05:54:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28155@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
what happens if you use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;the_content();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;instead of:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;the_content(__(&#38;#39;Read more »&#38;#39;,&#38;#39;cleancut&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;- do you get formatting errors? Don't forget to reindex everything with &#60;a href=&#34;http://inoplugs.com/relevanssi&#34;&#62;Relevanssi&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsanders212 on "Modifying the search results page."</title>
			<link>http://www.kriesi.at/support/topic/modifying-the-search-results-page#post-28126</link>
			<pubDate>Wed, 28 Sep 2011 20:39:56 +0000</pubDate>
			<dc:creator>dsanders212</dc:creator>
			<guid isPermaLink="false">28126@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Edited first post, as I've solved one of my issues.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dsanders212 on "Modifying the search results page."</title>
			<link>http://www.kriesi.at/support/topic/modifying-the-search-results-page#post-28124</link>
			<pubDate>Wed, 28 Sep 2011 20:09:40 +0000</pubDate>
			<dc:creator>dsanders212</dc:creator>
			<guid isPermaLink="false">28124@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi again fellas, I have another question about modifying the theme a little bit more, this time with the search results page.&#60;/p&#62;
&#60;p&#62;After reading through the forums I opted to install the &#60;a href=&#34;http://inoplugs.com/relevanssi&#34;&#62;Relevanssi&#60;/a&#62; search plugin; this allowed me to disable the slideshow posts that were popping up in my search results. Dude, thanks for that post on another thread. :) I've also removed the edit line as well as the comment block from the search results.&#60;/p&#62;
&#60;p&#62;So now I only have one thing I need to modify that I can't seem to wrap my head around.&#60;/p&#62;
&#60;p&#62;I would like to remove the title text that is found in the 'Read more' buttons found on posts and pages returned on the search results page. I don't quite understand why it continues to post the title text the_content() function is using the default 'Read more &#38;amp;raquo' text string. When I attempt to rewrite this line with just the basic the_content() function it breaks the content return. What do I need to modify the result set 'Read more' buttons text? &#60;/p&#62;
&#60;p&#62;You can see an example of a search result: &#60;a href=&#34;http://spwebservices.com/?s=web+design&#34; rel=&#34;nofollow&#34;&#62;http://spwebservices.com/?s=web+design&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Again, I appreciate all the help. :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
