<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Question for WordPress Gurus&#8230;</title> <atom:link href="http://www.cshel.com/web-development/2008/07/question-for-wordpress-gurus/feed/" rel="self" type="application/rss+xml" /><link>http://www.cshel.com/web-development/2008/07/question-for-wordpress-gurus/</link> <description>SEO, PR and Technology Consulting</description> <lastBuildDate>Mon, 11 Jul 2011 21:55:11 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Martial Arts in Austin</title><link>http://www.cshel.com/web-development/2008/07/question-for-wordpress-gurus/#comment-14043</link> <dc:creator>Martial Arts in Austin</dc:creator> <pubDate>Sat, 09 Apr 2011 03:17:55 +0000</pubDate> <guid
isPermaLink="false">http://www.cshel.com/?p=164#comment-14043</guid> <description>This is exactly the task I&#039;m about to undertake - my business website is on Drupal which I don&#039;t have time for the learning curve. I&#039;ve been building a website using Wordpress as the CMS and a Thesis theme. I&#039;ve been nervous about the switch and this will be really helpful.
Also, you gave a great review of SEO basics and tactis at PubCon in Austin. You led off the Monday SEO Training where I sat front and center. Am putting it all into play now - Thanks!</description> <content:encoded><![CDATA[<p>This is exactly the task I&#8217;m about to undertake &#8211; my business website is on Drupal which I don&#8217;t have time for the learning curve. I&#8217;ve been building a website using WordPress as the CMS and a Thesis theme. I&#8217;ve been nervous about the switch and this will be really helpful.<br
/> Also, you gave a great review of SEO basics and tactis at PubCon in Austin. You led off the Monday SEO Training where I sat front and center. Am putting it all into play now &#8211; Thanks!</p> ]]></content:encoded> </item> <item><title>By: Joff</title><link>http://www.cshel.com/web-development/2008/07/question-for-wordpress-gurus/#comment-7089</link> <dc:creator>Joff</dc:creator> <pubDate>Tue, 22 Jul 2008 14:16:56 +0000</pubDate> <guid
isPermaLink="false">http://www.cshel.com/?p=164#comment-7089</guid> <description>If you&#039;ve made any direct changes to the WP files themselves then it&#039;s worth making a note of what you need to replicate on the new site.
It&#039;s something I&#039;ve had to go through each time I roll out a new WP version...</description> <content:encoded><![CDATA[<p>If you&#8217;ve made any direct changes to the WP files themselves then it&#8217;s worth making a note of what you need to replicate on the new site.</p><p>It&#8217;s something I&#8217;ve had to go through each time I roll out a new WP version&#8230;</p> ]]></content:encoded> </item> <item><title>By: Saad</title><link>http://www.cshel.com/web-development/2008/07/question-for-wordpress-gurus/#comment-7086</link> <dc:creator>Saad</dc:creator> <pubDate>Sat, 19 Jul 2008 03:30:27 +0000</pubDate> <guid
isPermaLink="false">http://www.cshel.com/?p=164#comment-7086</guid> <description>Option 1 won&#039;t work if you are using &#039;plugins&#039; that required you to make new columns /table in the db. And honestly wp export feature doesn&#039;t always work that well. If you are only dealing with &quot;content&quot; then you can go ahead and use option 1.
Option 2 is going to be a bit complicated, firstly you need to understand that you cant just point your WP to your OLD DB because the OLD DB will reference to your old domain. [Open your wp-posts table using phpmyadmin to see what I&#039;m talking about]. Hint: Look for the column &#039;guid&#039; in the WP-Posts table.
Anywayz So before you can use that DB, you will need to edit/change all those references. Luckily there is a plugin to do that - http://wordpress.org/extend/plugins/search-and-replace/
So this is how I&#039;d do it:
Firstly I&#039;ll copy my whole HOME folder + DB (of the old domain) to the new domain.
Once I have transferred the home folder + Db in my new domain I&#039;ll edit wp-config file and point to the new domain and db that I just copied.
Then..
I&#039;ll use the search &amp; replace plugin and do a search and replace for my old URL&#039;s and change them with new ones.
Lastly I&#039;ll do a 301 redirect of my OLD domain to the new domain using .htaccess [ This is only necessary if your Old domain&#039;s content has already been indexed in the SE]
During this entire process, I&#039;ll use robots.txt to block Search engines from my site.
Thats all .. Hope this helps =)
Btw a simmilar tutorial is here: http://archgfx.net/blog/2008/geek/blogging/migrating-a-wordpress-install-to-a-new-domain
The only difference is this guy is using a &quot;Fresh WP install&quot; and only copying the wp-content folder (which contains all your plugins, themes &amp; images). Well this method will work too :)</description> <content:encoded><![CDATA[<p>Option 1 won&#8217;t work if you are using &#8216;plugins&#8217; that required you to make new columns /table in the db. And honestly wp export feature doesn&#8217;t always work that well. If you are only dealing with &#8220;content&#8221; then you can go ahead and use option 1.</p><p>Option 2 is going to be a bit complicated, firstly you need to understand that you cant just point your WP to your OLD DB because the OLD DB will reference to your old domain. [Open your wp-posts table using phpmyadmin to see what I'm talking about]. Hint: Look for the column &#8216;guid&#8217; in the WP-Posts table.</p><p>Anywayz So before you can use that DB, you will need to edit/change all those references. Luckily there is a plugin to do that &#8211; <a
href="http://wordpress.org/extend/plugins/search-and-replace/" rel="nofollow">http://wordpress.org/extend/plugins/search-and-replace/</a></p><p>So this is how I&#8217;d do it:</p><p>Firstly I&#8217;ll copy my whole HOME folder + DB (of the old domain) to the new domain.</p><p>Once I have transferred the home folder + Db in my new domain I&#8217;ll edit wp-config file and point to the new domain and db that I just copied.</p><p>Then..</p><p>I&#8217;ll use the search &amp; replace plugin and do a search and replace for my old URL&#8217;s and change them with new ones.</p><p>Lastly I&#8217;ll do a 301 redirect of my OLD domain to the new domain using .htaccess [ This is only necessary if your Old domain's content has already been indexed in the SE]</p><p>During this entire process, I&#8217;ll use robots.txt to block Search engines from my site.</p><p>Thats all .. Hope this helps =)</p><p>Btw a simmilar tutorial is here: <a
href="http://archgfx.net/blog/2008/geek/blogging/migrating-a-wordpress-install-to-a-new-domain" rel="nofollow">http://archgfx.net/blog/2008/geek/blogging/migrating-a-wordpress-install-to-a-new-domain</a></p><p>The only difference is this guy is using a &#8220;Fresh WP install&#8221; and only copying the wp-content folder (which contains all your plugins, themes &amp; images). Well this method will work too :)</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This Quick Cache file was built for (  www.cshel.com/web-development/2008/07/question-for-wordpress-gurus/feed/ ) in 0.65484 seconds, on Feb 10th, 2012 at 9:03 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 10:03 am UTC -->
