<?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>Andy Sylvester's Web &#187; WordPress</title>
	<atom:link href="http://andysylvester.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://andysylvester.com</link>
	<description>Software development, music, and the World Wide Web</description>
	<lastBuildDate>Mon, 14 Nov 2011 20:35:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<cloud domain='andysylvester.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Modifying file upload settings for WordPress</title>
		<link>http://andysylvester.com/2008/05/26/modifying-file-upload-settings-for-wordpress/</link>
		<comments>http://andysylvester.com/2008/05/26/modifying-file-upload-settings-for-wordpress/#comments</comments>
		<pubDate>Mon, 26 May 2008 06:13:08 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://andysylvester.com/2008/05/26/modifying-file-upload-settings-for-wordpress/</guid>
		<description><![CDATA[In a recent post, I wanted to upload a Stuffit file with a .sitx extension, but had a problem using the upload features in WordPress (error was &#8220;file type does not meet security guidelines&#8221;). After some searching, I found this article describing how to fix this problem (modifying wp-includes/functions.php to add &#8216;sitx&#8217; =&#62; &#8216;application/x-stuffit&#8217;). Once [...]]]></description>
			<content:encoded><![CDATA[<p>In a recent post, I wanted to upload a Stuffit file with a .sitx extension, but had a problem using the upload features in WordPress (error was &#8220;file type does not meet security guidelines&#8221;). After some searching, I found <a href="http://headfirstproductions.ca/blog/wordpress-file-type-upload-error-security-fix/">this article</a> describing how to fix this problem (modifying wp-includes/functions.php to add &#8216;sitx&#8217; =&gt; &#8216;application/x-stuffit&#8217;). Once I updated the file, I was able to upload the Stuffit file successfully.</p>
]]></content:encoded>
			<wfw:commentRss>http://andysylvester.com/2008/05/26/modifying-file-upload-settings-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing the archives link in the Copyblogger theme</title>
		<link>http://andysylvester.com/2007/08/11/fixing-the-archives-link-in-the-copyblogger-theme/</link>
		<comments>http://andysylvester.com/2007/08/11/fixing-the-archives-link-in-the-copyblogger-theme/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 18:32:36 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://andysylvester.com/2007/08/11/fixing-the-archives-link-in-the-copyblogger-theme/</guid>
		<description><![CDATA[After I installed the Copyblogger theme, I noticed that the &#8220;Archives&#8221; link in the header of the page did not display the archives for my site. I reviewed this article which talks about adding links to the header navigation area, but it did not have any information on my problem. After some searching, I found [...]]]></description>
			<content:encoded><![CDATA[<p>After I installed the <a href="http://www.pearsonified.com/theme/copyblogger/">Copyblogger</a> theme, I noticed that the &#8220;Archives&#8221; link in the header of the page did not display the archives for my site. I reviewed <a href="http://www.pearsonified.com/theme/copyblogger/header-navigation-links/">this article</a> which talks about adding links to the header navigation area, but it did not have any information on my problem. After some searching, I found a <a href="http://www.copyblogger.com/the-copyblogger-theme-for-wordpress/#comment-56233">comment</a> on the main Copyblogger site which had the details I needed:</p>
<ol>
<li>Create a <strong>page</strong></li>
<li>Enter whatever you want in the title, but do not enter any content</li>
<li>Select “Archives” from the Page Template dropdown menu on the right</li>
<li>Enter “archives” (without the quotes) in the Page Slug field, which is also on the right</li>
<li>Save/publish your page</li>
</ol>
<p>After following these steps, the archives link worked!</p>
]]></content:encoded>
			<wfw:commentRss>http://andysylvester.com/2007/08/11/fixing-the-archives-link-in-the-copyblogger-theme/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

