<?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>D-Kidd.com &#187; Wordpress</title>
	<atom:link href="http://d-kidd.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://d-kidd.com</link>
	<description>Don's little workshop</description>
	<lastBuildDate>Sun, 06 Nov 2011 02:30:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress: The uploaded file could not be moved to Error</title>
		<link>http://d-kidd.com/wordpress/wordpress-the-uploaded-file-could-not-be-moved-to-error/</link>
		<comments>http://d-kidd.com/wordpress/wordpress-the-uploaded-file-could-not-be-moved-to-error/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 02:30:11 +0000</pubDate>
		<dc:creator>DKidd</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Tricks]]></category>

		<guid isPermaLink="false">http://d-kidd.com/?p=195</guid>
		<description><![CDATA[When I last did a 5-Minute install of WordPress, everything worked great, except when I tried to upload of a new theme, I got the annoying and somewhat non-descriptive error.  After tirelessly searching the Internet I came across several articles, and a solution to my problem. Change your permissions - WordPress.org Taking what I learned in the [...]]]></description>
			<content:encoded><![CDATA[<p>When I last did a 5-Minute install of WordPress, everything worked great, except when I tried to upload of a new theme, I got the annoying and somewhat non-descriptive error.  After tirelessly searching the Internet I came across several articles, and a solution to my problem.<span id="more-195"></span></p>
<h4 style="padding-left: 30px;">Change your permissions - <a title="Changing file Permissions" href="http://codex.wordpress.org/Changing_File_Permissions" target="_blank">WordPress.org</a></h4>
<p style="padding-left: 30px;">Taking what I learned in the above article and several other, I boiled it down to a few commands, if you have shell access (if you don&#8217;t you really should).</p>
<p style="padding-left: 60px;">cd into where ever your wordpress is located.<br />
<code>chmod -R 644 *</code></p>
<ol>
<ul>
<ul>
<li>The wordpress article says that no file needs more then 644 and you could probably even do a 640, but I just stuck with 644.</li>
</ul>
</ul>
</ol>
<p style="padding-left: 60px;"><code>find . -type d -exec chmod 755 {} \;</code></p>
<ol>
<ul>
<ul>
<li>This changes the permissions on all the directories to be 755</li>
</ul>
</ul>
</ol>
<p style="padding-left: 60px;"><code>chmod 600 wp-config.php </code></p>
<ol>
<ul>
<ul>
<li>And this makes the wp-config.php file only useable by the webserver, no one else can read or write it</li>
</ul>
</ul>
</ol>
<h4 style="padding-left: 30px;">Make Sure you default folder is set correctly</h4>
<p style="padding-left: 60px;">Go to <code>Settings</code> &gt; <code>Miscellaneous</code> and check that the default folder for uploading is set to <code>/wp-content/uploads/</code>. There are times when the folder is not properly defined.</p>
<h4 style="padding-left: 30px;">Check htaccess</h4>
<p style="padding-left: 60px;">Something that most articles didn&#8217;t talk about was look in you htaccess file.  An article at <a title="The uploaded file could not be moved" href="http://www.bloggingtip.net/the-uploaded-file-could-not-be-moved-to-the-solution/" target="_blank">bloggingtip.net</a>, was talking about adding a few lines to your .htaccess file.  This got me thinking that I don&#8217;t remember seeing an .htaccess file out there in my wordpress directory.</p>
<p style="padding-left: 60px;">After verifying that I really did not have a .htaccess for this directory, I created a .htaccess and added the following lines to that file.<code><br />
# BEGIN WordPress<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
# END WordPress</code></p>
<p style="padding-left: 60px;">Once I added that file and added these few lines that should have been created as I installed wordpress, but for some reason, it wasn&#8217;t so if you run into this problem in one of your wordpress sites, make sure you have a .htaccess file in your wordpress directory to make sure that everything works as you might expect it to.</p>
<p style="padding-left: 60px;">
]]></content:encoded>
			<wfw:commentRss>http://d-kidd.com/wordpress/wordpress-the-uploaded-file-could-not-be-moved-to-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful WordPress Plugins</title>
		<link>http://d-kidd.com/wordpress/useful-wordpress-plugins/</link>
		<comments>http://d-kidd.com/wordpress/useful-wordpress-plugins/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 02:10:45 +0000</pubDate>
		<dc:creator>DKidd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://d-kidd.com/?p=192</guid>
		<description><![CDATA[I wanted to share some of my favorite wordpress plugins I have found, to help make my life easier&#8230; FeedWordPress - This is probably one of my favorite plugins right now.  I have several sites that I just aggregate content onto.  So its kind of a mashup of sites.  To use this plugin I flag content [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to share some of my favorite wordpress plugins I have found, to help make my life easier&#8230;</p>
<ul>
<li><a href="http://feedwordpress.radgeek.com/">FeedWordPress</a> - This is probably one of my favorite plugins right now.  I have several sites that I just aggregate content onto.  So its kind of a mashup of sites.  To use this plugin I flag content in Delicious, and then depending on the tags that I give the article, will depend on the category it will end up in on my site.  I also use this for sites that I just know that I want to include all of their stories on my site.  Using <a href="http://feedwordpress.radgeek.com/">FeedWordPress</a> I can just subscribe to their RSS feed, and whenever they post an article, I get it on my site.  Great tool to help keep the content on my site fresh, and a way to keep my readers informed of information they would have to go else where to find..</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://d-kidd.com/wordpress/useful-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete Users with No Roles</title>
		<link>http://d-kidd.com/development/delete-users-with-no-roles/</link>
		<comments>http://d-kidd.com/development/delete-users-with-no-roles/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 15:29:19 +0000</pubDate>
		<dc:creator>DKidd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://d-kidd.com/?p=68</guid>
		<description><![CDATA[I am working on a plugin for WordPress that will allow me to delete the users that get created by spammers and such.  You can tell they are spam accounts because they have no roles associated with them.  If they were created the proper way they would have a role associated with their account.  So [...]]]></description>
			<content:encoded><![CDATA[<p>I am working on a plugin for WordPress that will allow me to delete the users that get created by spammers and such.  You can tell they are spam accounts because they have no roles associated with them.  If they were created the proper way they would have a role associated with their account.  So I will play with the creation of a plugin to delete those users.</p>
]]></content:encoded>
			<wfw:commentRss>http://d-kidd.com/development/delete-users-with-no-roles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word Press 2.9 Beta</title>
		<link>http://d-kidd.com/wordpress/word-press-2-9-beta/</link>
		<comments>http://d-kidd.com/wordpress/word-press-2-9-beta/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 19:50:14 +0000</pubDate>
		<dc:creator>DKidd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://d-kidd.com/?p=39</guid>
		<description><![CDATA[I just upgraded the site to the Beta version for wordpress version 2.9 so let me know if you have any problems.  It seems as tho things are a little faster, but let me know what you think.  If you notice any problems, or see anything that looks a little strange, let me know, so [...]]]></description>
			<content:encoded><![CDATA[<p>I just upgraded the site to the Beta version for wordpress version 2.9 so let me know if you have any problems.  It seems as tho things are a little faster, but let me know what you think.  If you notice any problems, or see anything that looks a little strange, let me know, so I can be sure to report the problem.</p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://d-kidd.com/wordpress/word-press-2-9-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Worm running around attacking WordPress Sites Everywhere</title>
		<link>http://d-kidd.com/development/worm-running-around-attacking-wordpress-sites-everywhere/</link>
		<comments>http://d-kidd.com/development/worm-running-around-attacking-wordpress-sites-everywhere/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 22:21:36 +0000</pubDate>
		<dc:creator>DKidd</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://d-kidd.com/?p=35</guid>
		<description><![CDATA[So I was doing some reading today and noticed that there is a worm out attacking wordpress sites.  It appears that Version 2.8.4 is not vulnerable, so was the version before but I would go around and check your WordPress if you are using wordpress and make sure that you are atleast 2.8.3 but I [...]]]></description>
			<content:encoded><![CDATA[<p style="font-size: 13px; line-height: 19px;">So I was doing some reading today and noticed that there is a worm out attacking wordpress sites.  It appears that Version 2.8.4 is not vulnerable, so was the version before but I would go around and check your WordPress if you are using wordpress and make sure that you are atleast 2.8.3 but I think 2.8.4 would be even better.  And check your friends sites too make sure they have upgraded&#8230;</p>
<p style="font-size: 13px; line-height: 19px;">This <a href="http://wordpress.org/development/2009/09/keep-wordpress-secure/" target="_blank">article</a> explains this problem more, and will give you more information in you are interested.</p>
<p style="font-size: 13px; line-height: 19px;">
]]></content:encoded>
			<wfw:commentRss>http://d-kidd.com/development/worm-running-around-attacking-wordpress-sites-everywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

