<?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/category/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 install WordPress Mu on a shared hosting</title>
		<link>http://www.qozan.com/how-to-install-wordpress-mu-on-a-shared-hosting/</link>
		<comments>http://www.qozan.com/how-to-install-wordpress-mu-on-a-shared-hosting/#comments</comments>
		<pubDate>Sat, 23 May 2009 17:16:49 +0000</pubDate>
		<dc:creator>Qozan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[hostgator]]></category>
		<category><![CDATA[s]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://www.qozan.com/?p=142</guid>
		<description><![CDATA[I wanted to install wordpress mu on one of my local site. Giving people to express themselves might be a good idea. And I knew that there was wordpress mu for such sites. I had experience with wordpress but I had never installed wordpress mu before. Ant it wasn&#8217;t that easy. When I first tried [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to install wordpress mu on one of my local site. Giving people to express themselves might be a good idea. And I knew that there was wordpress mu for such sites. I had experience with wordpress but I had never installed wordpress mu before. Ant it wasn&#8217;t that easy.</p>
<p>When I first tried installing it, I uploaded files to my server, on a subdomain of an add on domain, I entered to site and I saw the install page but nothing happened when i clicked on &#8220;create a config page&#8221; link. I searched for a solution and found that this resourced from the wordpress installed on the main directory.</p>
<p>I renamed the wp-config.php to something else and tried again. It was ok, I could install wordpress mu. But whats that? When I tried to login, I got this error: &#8220;Warning! VHOST must be &#8216;yes&#8217; or &#8216;no&#8217; in wp-config.php&#8221; I checked the wp-config.php and saw that it VHOST was set to Yes, but it was giving the same error.</p>
<p>I talked this to good guys from hostgator. And we realized that It was resourced from the uppercase y in &#8220;Yes&#8221;. It must be written with lowercase letters.</p>
<p>It is ok now. I am trying wordpress mu on my shared hosting from hostgator.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qozan.com/how-to-install-wordpress-mu-on-a-shared-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
