<?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>Comments on: Excluding certain pages or posts in built-in WordPress search results</title>
	<atom:link href="http://codeleet.hub.ph/how-to-exclude-certain-pages-or-posts-in-built-in-wordpress-search-results/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeleet.hub.ph/how-to-exclude-certain-pages-or-posts-in-built-in-wordpress-search-results/</link>
	<description></description>
	<lastBuildDate>Tue, 10 Aug 2010 09:04:59 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hi Karl</title>
		<link>http://codeleet.hub.ph/how-to-exclude-certain-pages-or-posts-in-built-in-wordpress-search-results/#comment-13596</link>
		<dc:creator>Hi Karl</dc:creator>
		<pubDate>Fri, 11 Jun 2010 10:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://codeleet.hub.ph/?p=38#comment-13596</guid>
		<description>Thanks for sharing this.. It helps me control related posts to my page :).. Am a newbie in wordpress stuffs this bit worth a big thing for me..</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this.. It helps me control related posts to my page <img src='http://codeleet.hub.ph/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .. Am a newbie in wordpress stuffs this bit worth a big thing for me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greten</title>
		<link>http://codeleet.hub.ph/how-to-exclude-certain-pages-or-posts-in-built-in-wordpress-search-results/#comment-1402</link>
		<dc:creator>Greten</dc:creator>
		<pubDate>Mon, 20 Jul 2009 06:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://codeleet.hub.ph/?p=38#comment-1402</guid>
		<description>Karl,

Thanks for noticing. Now, I just found a new way to exclude pages and certain posts to WordPress. I&#039;ll write it now and will be published within this week.</description>
		<content:encoded><![CDATA[<p>Karl,</p>
<p>Thanks for noticing. Now, I just found a new way to exclude pages and certain posts to WordPress. I&#8217;ll write it now and will be published within this week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greten</title>
		<link>http://codeleet.hub.ph/how-to-exclude-certain-pages-or-posts-in-built-in-wordpress-search-results/#comment-1399</link>
		<dc:creator>Greten</dc:creator>
		<pubDate>Mon, 20 Jul 2009 03:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://codeleet.hub.ph/?p=38#comment-1399</guid>
		<description>Hi Karl,

I think this is an effect of how the loop works, similar to the way when the search results is supposed to display 10 results per page, but one of the results was blocked from appearing using this technique. The search results will display only 9 instead of getting the first from the next page.

I first thought that&#039;s ok. I never foresaw this possibility. Now I need to do some revisions of the codes above. I&#039;ll leave this post as is and write a new post about your concern.</description>
		<content:encoded><![CDATA[<p>Hi Karl,</p>
<p>I think this is an effect of how the loop works, similar to the way when the search results is supposed to display 10 results per page, but one of the results was blocked from appearing using this technique. The search results will display only 9 instead of getting the first from the next page.</p>
<p>I first thought that&#8217;s ok. I never foresaw this possibility. Now I need to do some revisions of the codes above. I&#8217;ll leave this post as is and write a new post about your concern.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Macklin</title>
		<link>http://codeleet.hub.ph/how-to-exclude-certain-pages-or-posts-in-built-in-wordpress-search-results/#comment-1209</link>
		<dc:creator>Karl Macklin</dc:creator>
		<pubDate>Fri, 10 Jul 2009 20:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://codeleet.hub.ph/?p=38#comment-1209</guid>
		<description>Pretty good solution, but the problem arises when your search results are ONLY pages.

What happens then is that your default &quot;no search results found&quot; message wont get displayed, since the loop runs (although continues out immediately) rather than failing the conditions, which is required to get the prefered &quot;no results&quot; message.</description>
		<content:encoded><![CDATA[<p>Pretty good solution, but the problem arises when your search results are ONLY pages.</p>
<p>What happens then is that your default &#8220;no search results found&#8221; message wont get displayed, since the loop runs (although continues out immediately) rather than failing the conditions, which is required to get the prefered &#8220;no results&#8221; message.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greten</title>
		<link>http://codeleet.hub.ph/how-to-exclude-certain-pages-or-posts-in-built-in-wordpress-search-results/#comment-1137</link>
		<dc:creator>Greten</dc:creator>
		<pubDate>Wed, 08 Jul 2009 18:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://codeleet.hub.ph/?p=38#comment-1137</guid>
		<description>Hi Tracey

Can I see the exact codes that you used?

It&#039;s possible that along the way, one of the quotes changed to curly quotes. Php codes don&#039;t work with curly quotes.</description>
		<content:encoded><![CDATA[<p>Hi Tracey</p>
<p>Can I see the exact codes that you used?</p>
<p>It&#8217;s possible that along the way, one of the quotes changed to curly quotes. Php codes don&#8217;t work with curly quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracey Grady</title>
		<link>http://codeleet.hub.ph/how-to-exclude-certain-pages-or-posts-in-built-in-wordpress-search-results/#comment-952</link>
		<dc:creator>Tracey Grady</dc:creator>
		<pubDate>Tue, 30 Jun 2009 11:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://codeleet.hub.ph/?p=38#comment-952</guid>
		<description>I like the idea of this. However, when I tried to implement it, I got parse errors.</description>
		<content:encoded><![CDATA[<p>I like the idea of this. However, when I tried to implement it, I got parse errors.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
