<?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>Social Media Sonar Blog&#187; wordpress</title>
	<atom:link href="http://socialmediasonar.com/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://socialmediasonar.com</link>
	<description>Online Marketing and Social Media Strategies</description>
	<lastBuildDate>Tue, 29 Nov 2011 04:29:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Move WordPress Site to a New Host</title>
		<link>http://socialmediasonar.com/move-wordpress-site-to-a-new-host</link>
		<comments>http://socialmediasonar.com/move-wordpress-site-to-a-new-host#comments</comments>
		<pubDate>Mon, 10 Oct 2011 12:51:02 +0000</pubDate>
		<dc:creator>Sean Nelson</dc:creator>
				<category><![CDATA[Tips/Questions]]></category>
		<category><![CDATA[move wordpress site]]></category>
		<category><![CDATA[new host]]></category>
		<category><![CDATA[transfer wordpress site]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://socialmediasonar.com/?p=3306</guid>
		<description><![CDATA[Step by step instructions on how to move a Wordpress site to a new host.  Includes instructions and photos.]]></description>
			<content:encoded><![CDATA[<p>This has been an interesting summer and beginning to the fall.  After being with the same Web Host since 1999 I decided that I no longer had confidence in the hosts up time.  After doing some research I decided to move to Host Gator.  That was the easy part.</p>
<p>The hard part was going through the process of moving a number of WordPress and Joomla sites to the new host.  If you&#8217;ve decided to move hosts but are unsure how to transfer your site its not that difficult.  Hopefully this step by step guide to moving a WordPress site to a new host will help.</p>
<p><strong>Step 1:  Download your files via FTP from you existing site.</strong>  We will upload these files to your domain account on your new server.</p>
<p><img src="http://socialmediasonar.com/wp-content/uploads/2011/10/ftp-files.png" alt="ftp files Move Wordpress Site to a New Host" title="ftp-files" width="593" height="359" class="aligncenter size-full wp-image-3307" /></p>
<p><strong>Step 2:  Export WordPress Database from phpMyAdmin</strong></p>
<p>In the backend of your host (CPANEL) click on phpMyAdmin and click on the DATABASE Tab.  You will see the databases you have on the left side.  Click on your WordPress database.</p>
<p><img src="http://socialmediasonar.com/wp-content/uploads/2011/10/database-tab.jpg" alt="database tab Move Wordpress Site to a New Host" title="database-tab" width="532" height="364" class="aligncenter size-full wp-image-3308" /></p>
<p>After clicking on your database name you will see the database tables.  Click on the EXPORT Tab.</p>
<p><img src="http://socialmediasonar.com/wp-content/uploads/2011/10/database-files.jpg" alt="database files Move Wordpress Site to a New Host" title="database-files" width="835" height="303" class="aligncenter size-full wp-image-3309" /></p>
<p>After clicking the EXPORT Tab you will see a simple interface.  You should be able to export the file with the existing settings.  Click the GO button to begin your download and save the files to your computer.</p>
<p><img src="http://socialmediasonar.com/wp-content/uploads/2011/10/export-database.jpg" alt="export database Move Wordpress Site to a New Host" title="export-database" width="716" height="415" class="aligncenter size-full wp-image-3310" /></p>
<p><strong>Step 3:  Import your Database to Your New Host.</strong> (You should have created your domain account before doing database upload).</p>
<p>Log in to your backend (CPANEL) and Create a new Database by clicking on MySQL Databases.  </p>
<p><img src="http://socialmediasonar.com/wp-content/uploads/2011/10/MySQL-databases.jpg" alt="MySQL databases Move Wordpress Site to a New Host" title="MySQL-databases" width="610" height="132" class="aligncenter size-full wp-image-3311" /></p>
<p>After creating your database you need to add a user to your database.  Add a username and password, then click the CREATE USER button.</p>
<p><img src="http://socialmediasonar.com/wp-content/uploads/2011/10/add-username.jpg" alt="add username Move Wordpress Site to a New Host" title="add-username" width="449" height="252" class="aligncenter size-full wp-image-3314" /></p>
<p>Now that you have created a username you need to add it to the database.  Be sure to grant all privileges to the user.</p>
<p><img src="http://socialmediasonar.com/wp-content/uploads/2011/10/add-user-to-database.jpg" alt="add user to database Move Wordpress Site to a New Host" title="add-user-to-database" width="408" height="138" class="aligncenter size-full wp-image-3315" /></p>
<p>Now go into phpMyAdmin and click on the database you created.  Then click on the IMPORT Tab.  Once on the IMPORT page click the Choose File button and select the database you previously downloaded.  Once again you should be able to use the existing setting.  Click the GO button to import your database.</p>
<p><img src="http://socialmediasonar.com/wp-content/uploads/2011/10/import-database.jpg" alt="import database Move Wordpress Site to a New Host" title="import-database" width="656" height="557" class="aligncenter size-full wp-image-3316" /></p>
<p>Once your database is finished uploading we need to make some additional changes to the database in the OPTIONS table.  Click on the STRUCTURE Tab and you will see a list of database tables to the left.  Click on the Options table.</p>
<p><img src="http://socialmediasonar.com/wp-content/uploads/2011/10/database-options.jpg" alt="database options Move Wordpress Site to a New Host" title="database-options" width="519" height="346" class="aligncenter size-full wp-image-3317" /></p>
<p>The first option we wan to edit is SiteURL which should be the first option.  Click the edit button and change the URL to your new http:// address.</p>
<p><img src="http://socialmediasonar.com/wp-content/uploads/2011/10/siteurl.jpg" alt="siteurl Move Wordpress Site to a New Host" title="siteurl" width="831" height="55" class="aligncenter size-full wp-image-3318" /></p>
<p>The second option we want to update is on page two, the Home option.  Click the edit button and change the value to your home page url.</p>
<p><img src="http://socialmediasonar.com/wp-content/uploads/2011/10/home-option.jpg" alt="home option Move Wordpress Site to a New Host" title="home-option" width="793" height="36" class="aligncenter size-full wp-image-3319" /></p>
<p>The final option to update is on the second page as well, Upload Path.  Once again click on the edit button and input the url where you upload files to your wordpress installation. (In the sites I have moved I have not had to change this value.</p>
<p><img src="http://socialmediasonar.com/wp-content/uploads/2011/10/upload-path.jpg" alt="upload path Move Wordpress Site to a New Host" title="upload-path" width="858" height="28" class="aligncenter size-full wp-image-3320" /></p>
<p><strong>Step 4:  Upload Site Files Via FTP</strong> (Files you downloaded in Step 1)</p>
<p><strong>Step 5:  Update wp-config.php File</strong></p>
<p>Your wp-config.php file currently has the information from your previous database.  We need to update the Database Name, the Username, the Password, and you may need to update the Local Host name.  </p>
<p><img src="http://socialmediasonar.com/wp-content/uploads/2011/10/update-wp-config.jpg" alt="update wp config Move Wordpress Site to a New Host" title="update-wp-config" width="514" height="378" class="aligncenter size-full wp-image-3323" /></p>
<p>Once you have made the changes upload the file via FTP.</p>
<p>That&#8217;s it.  Your site should now be up and running on your new host.</p>
]]></content:encoded>
			<wfw:commentRss>http://socialmediasonar.com/move-wordpress-site-to-a-new-host/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Social Media Process in a Picture</title>
		<link>http://socialmediasonar.com/social-media-process-in-a-picture</link>
		<comments>http://socialmediasonar.com/social-media-process-in-a-picture#comments</comments>
		<pubDate>Tue, 01 Sep 2009 17:42:07 +0000</pubDate>
		<dc:creator>Sean Nelson</dc:creator>
				<category><![CDATA[Social Media/Networking]]></category>
		<category><![CDATA[atlanta]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[sean nelson]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[sonarconnects]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[You Tube]]></category>

		<guid isPermaLink="false">http://socialmediasonar.com/?p=1035</guid>
		<description><![CDATA[Yesterday I wrote about 6 tools that we use at SONARconnects to create and implement social media/networking strategies for ourselves and our client's.  This got me to thinking about how to simplify things by laying out the process in a graphic.]]></description>
			<content:encoded><![CDATA[<p>Yesterday I wrote about 6 tools that we use at <a href="http://www.sonarconnects.com" target="_blank">SONARconnects</a> to create and implement social media/networking strategies for ourselves and our client&#8217;s.  This got me to thinking about how to simplify things by laying out the process in a graphic.  Below is the result of that exercise.  I hope it helps you see the overall picture.</p>
<p style="text-align: center;"><a href="http://socialmediasonar.com/wp-content/uploads/2009/09/Social-Media-Process-flow1.jpg"><img class="size-full wp-image-1037 aligncenter" style="border: 2px solid black;" title="Social Media Process flow" src="http://socialmediasonar.com/wp-content/uploads/2009/09/Social-Media-Process-flow1.jpg" alt="Social Media Process flow1 Social Media Process in a Picture" width="450" height="583" /></a></p>
<p>Does this help you see things more clearly?</p>
<p><a href="http://socialmediasonar.com" target="_self">Social Media Sonar</a> provides the following four resources for FREE… 1.  <a href="http://socialmediasonar.com/social-media-sonar-blog" target="_self">The Blog</a>, 2. <a href="http://socialmediasonar.com/blueprint" target="_self">The Online Marketing/Social Media Blueprint</a>, 3.  <a href="http://socialmediasonar.com/conversion-rate-optimization" target="_self">Conversion Rate Optimization Guide</a>, 4.  <a href="http://socialmediasonar.com/resources" target="_self">Resource Center</a>.  If these help you implement your own online marketing program, great. We love helping people. If you decide you need some help, great. We love new clients.  <a href="http://socialmediasonar.com/contact-social-media-sonar" target="_self">Contact Us</a> if we can help you.</p>
]]></content:encoded>
			<wfw:commentRss>http://socialmediasonar.com/social-media-process-in-a-picture/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

