<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Qozan &#187; Wordpress</title>
	<atom:link href="http://www.qozan.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.qozan.com</link>
	<description>Tips and Tricks</description>
	<lastBuildDate>Sat, 07 Nov 2009 20:57:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to exclude categories on wordpress frontpage</title>
		<link>http://www.qozan.com/how-to-exclude-categories-on-wordpress-frontpage/</link>
		<comments>http://www.qozan.com/how-to-exclude-categories-on-wordpress-frontpage/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 08:45:34 +0000</pubDate>
		<dc:creator>Qozan</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.qozan.com/?p=99</guid>
		<description><![CDATA[You can say, why should i exclude a category on frontpage? There may be some reasons for you, for example; you can create a category for your del.icio.us or twitter account and automatically post your status to these categories and ,you may want to exclude them on frontpage. But i would rather do it for [...]]]></description>
			<content:encoded><![CDATA[<p>You can say, why should i exclude a category on frontpage? There may be some reasons for you, for example; you can create a category for your del.icio.us or twitter account and automatically post your status to these categories and ,you may want to exclude them on frontpage.</p>
<p>But i would rather do it for seo? How? I create a category and post articles that humans doulnt love but search engines would love to that category. And exclude that category on frontpage. This is simple:</p>
<p><code>if (have_posts()) {</code></p>
<p>and</p>
<p><code>while (have_posts()) {</code></p>
<p>Drop in the following code:</p>
<p><code>if (is_home()) {<br />
        query_posts('cat=-xxx');<br />
  }</code><br />
xxx is the category number. To exclude more than one category, it is just a matter of listing each category ID in <code>query_posts()</code>, thus:</p>
<p><code>query_posts('cat=-12,-14,-22');</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qozan.com/how-to-exclude-categories-on-wordpress-frontpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
