<?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>The Success Space &#187; Wordpress How-to</title>
	<atom:link href="http://thesuccessspace.com/category/wordpress/wordpress-how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesuccessspace.com</link>
	<description>Cool Wordpress themes and plugins, social media, affiliate marketing, and more!</description>
	<lastBuildDate>Sat, 15 Aug 2009 02:04:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Transfer Your Wordpress Blog Between Web Hosts</title>
		<link>http://thesuccessspace.com/2008/02/29/transfer-your-wordpress-blog-between-web-hosts/</link>
		<comments>http://thesuccessspace.com/2008/02/29/transfer-your-wordpress-blog-between-web-hosts/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 06:26:39 +0000</pubDate>
		<dc:creator>The Success Space</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress How-to]]></category>
		<category><![CDATA[export wordpress]]></category>
		<category><![CDATA[import wordpress]]></category>
		<category><![CDATA[transfer between webhost]]></category>

		<guid isPermaLink="false">http://thesuccessspace.com/2008/02/29/transfer-your-wordpress-blog-between-web-hosts/</guid>
		<description><![CDATA[I had the bright idea to transfer this here Wordpress blog from one Web hosting provider to another that I also use. I was not sure how to go about this so I did a lot of research and decided it sounded easy enough to do. Ready to make my move, I did all the preparation and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://thesuccessspace.com/wp-content/uploads/2008/02/import-wordpress.gif" alt="Import your wordpress blog" />I had the bright idea to transfer this here Wordpress blog from one Web hosting provider to another that I also use. I was not sure how to go about this so I did a lot of research and decided it sounded easy enough to do. Ready to make my move, I did all the preparation and started my Wordpress blog transfer to a new Web hosting provider. It was not a smooth transition but I got the job done. Here&#8217;s what happened:<span id="more-90"></span><br />
<br clear="all" /></p>
<ul>
<li><strong>Download the uploads folder (wp-content/uploads) to my computer harddrive.</strong> The uploads folder contains all the images that you uploaded to individual posts. Without this folder, your blog articles will be missing all their images. Use an FTP program to grab the folder and files.</li>
<li><strong>Download the Themes and Plugins folders. </strong>You&#8217;ll need the latest version of your theme in case you modified it. Take note of what&#8217;s in the sidebars if you use widgets. You will have to rebuild the sidebar widgets on the other side. To accomplish this, I grabbed the source of the blog to ensure I had the latest sidebar information ready to pop into a widget. Don&#8217;t forget your plugins! If you have customized certain options in the plugins, be sure to write down what you did or take screen shots. Else you will be scratching your head about it later.</li>
<li><strong>Export the blog and save to my computer harddrive.</strong> Be sure to export the most updated information from your blog. In the Wordpress Admin panel, select Manage &gt; Export. Wordpress Export will create an XML file that you save to your computer. This Wordpress eXtended RSS or WXR file will contain your posts, comments, custom fields, categories, and tags (tags are a HUGE problem!)</li>
<li><strong>Set up the domain on the new Web host provider and install Wordpress.</strong> Here is where some of my problems began. Once I installed Wordpress, I was unable to access the Admin panel because behind the scenes, Wordpress is looking for successspace.com, when at that moment, I have not yet transferred the DNS so I want it to look for an IP address only. I was not able to do accomplish this. So, I did what any good techie would do, I took a leap of faith! Read on.</li>
<li><strong>Transfer the DNS for the domain to the new Web host provider.</strong> I sat in front of my computer and kept reloading the page waiting for that magic moment when the DNS pointed to the new Web host. Not fun.</li>
<li><strong>Transfer the uploads, Themes, and Plugins folder to the new server. </strong>While waiting for the DNS to propagate, I uploaded, via FTP, these folders to their proper location on the new Web server.</li>
<li><strong>Import the Wordpress WXR file.</strong> Ahh&#8230;almost there! In the Wordpress Admin panel, select Manage &gt; Import, then select Wordpress from the bottom of the list. Once the DNS propagated, the domain kept flip flopping back and forth between the two Web host providers &#8211; that was fun. I was able to import the Wordpress WXR file to the new Wordpress blog but got the dreaded error message: &#8220;the upload file cannot be moved to &lt;long path name&gt;. This continued to happen so I did some quick research and discovered many people had this same problem. No one person seemed to have a clear solution so I tried a few things and finally, after changing the permissions  of the uploads folder parent, the file successfully imported.</li>
</ul>
<p>It didn&#8217;t end there. I had to select the Wordpress theme, enable the sidebar widgets and ensure that the correct content was showing on my blog, activate the plugins and setup any custom options, and then tweak!</p>
<p>All in all, it was not a horrible experience but not the best. A lot of what I read made it sound like snap, crackle, pop and you are done! Not so! It take a lot of organization, time, and patience to transfer a Wordpress blog using this Export/Import method.</p>
<p><img src="http://thesuccessspace.com/wp-content/uploads/2008/02/bad-tags.png" alt="Wordpress tags" />Now the best part. After everything settled down, I  randoming looked at some posts from inside the Wordpress Admin panel to make sure everything looked right. And what do you think I found? My tags, that I so carefully created for each post had turned into numbers. As you can see in the image to the left, that says it all. This example previously had four tags. Now it has four numbers. Now I have to go through every post and delete the numbers and add the tags.</p>
<p>I did a little research and found that this is an issue that many people have experienced.</p>
<p>Lessons learned. Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesuccessspace.com/2008/02/29/transfer-your-wordpress-blog-between-web-hosts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Image and File Attachments in Wordpress</title>
		<link>http://thesuccessspace.com/2007/12/02/using-image-and-file-attachments-in-wordpress/</link>
		<comments>http://thesuccessspace.com/2007/12/02/using-image-and-file-attachments-in-wordpress/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 06:20:15 +0000</pubDate>
		<dc:creator>The Success Space</dc:creator>
				<category><![CDATA[Wordpress How-to]]></category>
		<category><![CDATA[file attachments]]></category>
		<category><![CDATA[images in wordpress]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://thesuccessspace.com/2007/12/02/using-image-and-file-attachments-in-wordpress/</guid>
		<description><![CDATA[Here is a good tutorial on image and file attachments. People have a lot of trouble figuring out how to use this feature so I inluded the link to the tutorial here.
Here is what the tutorial covers:
In WordPress 2.0, media management has been improved. You can manage your existing files, and upload new ones without [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thesuccessspace.com/wp-content/uploads/2007/12/wp.gif" title="Wordpress Logo"><img border="0" vspace="8" src="http://thesuccessspace.com/wp-content/uploads/2007/12/wp.thumbnail.gif" hspace="8" alt="Wordpress Logo" /></a>Here is a good tutorial on image and file attachments. People have a lot of trouble figuring out how to use this feature so I inluded the link to the tutorial here.</p>
<p>Here is what the tutorial covers:</p>
<p>In WordPress 2.0, media management has been improved. You can manage your existing files, and upload new ones without moving from Write page.</p>
<p>This is a guide to using Image and File Attachments, about which there is some confusion as to functionality in WordPress 2.0. It is intended to answer the following questions:</p>
<ol>
<li>How do image and file attachments work?</li>
<li>How do I use the feature?</li>
<li>What is the <tt>attachment.php</tt> template page all about?</li>
</ol>
<p><a href="http://codex.wordpress.org/Using_Image_and_File_Attachments">Go to the Wordpress attachment tutorial.</a></p>
<p>You can also find more step-by-step here:</p>
<p><a target="_blank" href="http://faq.wordpress.com/2006/07/16/how-do-i-upload-pictures/">How do I upload pictures to Wordpress?</a></p>
<p>If you are looking for lots of great Wordpress Blog setup tips and tricks, check out these <a target="_top" href="http://maxwell9.realblog.hop.clickbank.net/">amazing Wordpress How-to Videos</a>. You can learn to Easily Set Up A Real WordPress Blog By Following Clear Step by Step Instructions&#8230;No Technical Skills Required!</p>
<p><a target="_top" href="http://maxwell9.realblog.hop.clickbank.net/">Click Here</a> to learn the easy way to get your blog up and running with this amazing step by step video!</p>
]]></content:encoded>
			<wfw:commentRss>http://thesuccessspace.com/2007/12/02/using-image-and-file-attachments-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
