<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>GreenEye Wire &#187; Wordpress</title>
	<atom:link href="http://www.greeneyewire.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.greeneyewire.com</link>
	<description>Heather's happy little blog</description>
	<lastBuildDate>Wed, 17 Mar 2010 14:11:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &#xA9; 2010 GreenEye Wire </copyright>
		<managingEditor>Heather@GreenEyeWire.com ()</managingEditor>
		<webMaster>Heather@GreenEyeWire.com ()</webMaster>
		<category>posts</category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Heather's happy little blog</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>Heather@GreenEyeWire.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.greeneyewire.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.greeneyewire.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>GreenEye Wire</title>
			<link>http://www.greeneyewire.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Wordpress:  How to Alphabetize posts</title>
		<link>http://www.greeneyewire.com/wordpress/wordpress-how-to-alphabetize-posts/</link>
		<comments>http://www.greeneyewire.com/wordpress/wordpress-how-to-alphabetize-posts/#comments</comments>
		<pubDate>Thu, 08 Jun 2006 23:57:25 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.greeneyewire.com/wordpress/wordpress-how-to-alphabetize-posts/</guid>
		<description><![CDATA[I looked for this forever before I happened to stumble across it.  It is a cool little tutorial on how to alphabetize posts:
http://codex.wordpress.org/Alphabetizing_Posts
Here&#8217;s something else I learned about wordpress:  all parts of the query to the database are named to a function.  So, if you&#8217;re struggling to do something, like show ONLY the category name [...]]]></description>
			<content:encoded><![CDATA[<p>I looked for this forever before I happened to stumble across it.  It is a cool little tutorial on how to alphabetize posts:</p>
<p>http://codex.wordpress.org/Alphabetizing_Posts</p>
<p>Here&#8217;s something else I learned about wordpress:  all parts of the query to the database are named to a function.  So, if you&#8217;re struggling to do something, like show ONLY the category name at the top of all category pages, you need to know that the function of the category pages is:  single_cat_title().</p>
<p>The other handy thing to know is that the naming schemes for the functions are not consistant, so you&#8217;ll probably need to search through the docs.  It ain&#8217;t something you can just figure out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.greeneyewire.com/wordpress/wordpress-how-to-alphabetize-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress:  404 Error On All Pages.</title>
		<link>http://www.greeneyewire.com/foo/wordpress-404-error-on-all-pages/</link>
		<comments>http://www.greeneyewire.com/foo/wordpress-404-error-on-all-pages/#comments</comments>
		<pubDate>Mon, 20 Mar 2006 20:49:34 +0000</pubDate>
		<dc:creator>Heather</dc:creator>
				<category><![CDATA[Foo]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.greeneyewire.com/foo/wordpress-404-error-on-all-pages/</guid>
		<description><![CDATA[It took me forever to figure out this issue.  No matter what I did, I kept getting a 404 error on all of the &#8220;Pages&#8221; I  made in Wordtracker.  The pages were in the database, and were even showing up in my left hand navigation under the category of &#8220;Pages&#8221;, but when [...]]]></description>
			<content:encoded><![CDATA[<p>It took me forever to figure out this issue.  No matter what I did, I kept getting a 404 error on all of the &#8220;Pages&#8221; I  made in Wordtracker.  The pages were in the database, and were even showing up in my left hand navigation under the category of &#8220;Pages&#8221;, but when I clicked to see the page, I got a 404.  </p>
<p>I went round and round checking everything.  The database, the rights on every file, everything.  It wasn&#8217;t until I messed with the .htaccess file that I found the issue.  (And yes, that was the *last* thing I tried.  Wouldn&#8217;t you know&#8230;)</p>
<p>The solution, is rather simple.  The culprit was my .htaccess file.  Each &#8220;page&#8221; that is made has it&#8217;s own entry in the .htaccess file, and since my .htaccess wasn&#8217;t directly writable by wordpress, I&#8217;d get an error after I made each page.  Unless I uploaded a new .htaccess file from the Options > Permalinks admin page.</p>
<p>So, in order for this *not* to happen in the future, you can either make your .htaccess file writable by changing your file options to 666 in your FTP program or via a terminal window, or you can reload a new .htaccess file after you get all your static pages made.</p>
<p>Now ya know. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.greeneyewire.com/foo/wordpress-404-error-on-all-pages/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
