<?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>Exploring The Internet &#187; How to</title>
	<atom:link href="http://www.learningwp.com/category/how-to/feed" rel="self" type="application/rss+xml" />
	<link>http://www.learningwp.com</link>
	<description>Exploring the web - Growing my experience toward my online business</description>
	<lastBuildDate>Fri, 11 Jun 2010 00:01:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Rename a Folder Without Much Downtime in Your CPanel?</title>
		<link>http://www.learningwp.com/rename-folder-without-much-downtime-cpanel.html</link>
		<comments>http://www.learningwp.com/rename-folder-without-much-downtime-cpanel.html#comments</comments>
		<pubDate>Wed, 05 Aug 2009 21:12:56 +0000</pubDate>
		<dc:creator>Lanna</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[404 not found error]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[database tutorial]]></category>
		<category><![CDATA[database wizard]]></category>
		<category><![CDATA[downtime]]></category>
		<category><![CDATA[Hostmonster]]></category>
		<category><![CDATA[mysql database]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[rename a folder]]></category>

		<guid isPermaLink="false">http://www.learningwp.com/?p=711</guid>
		<description><![CDATA[








Recently I had to rename a fold from my server&#8217;s cPanel due to the reason that the domain used to be there had been transferred. Now the name of that folder does not reflect the new domain&#8217;s content. I just want a more appropriate name for that folder so I will not be confused either. [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<div style="display: block; float: left; padding: 5px 10px 10px 0;">
<script type="text/javascript"><!--
google_ad_client = "pub-4932554700716308";
/* 336x280, created 12/24/07 */
google_ad_slot = "2510575724";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<!-- End Google Adsense code -->
Recently I had to rename a fold from my server&#8217;s <em>cPanel</em> due to the reason that the domain used to be there had been transferred. Now the name of that folder does not reflect the new domain&#8217;s content. I just want a more appropriate name for that folder so I will not be confused either. However, it just would not allow me to directly rename it from the server. Every time when I attempted to change that folder&#8217;s name to something else. It would bring down that website. All I got is this</p>
<p>&#8220;<strong>Not Found<br />
The requested URL /index.php was not found on this server.</strong></p>
<p><strong>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</strong></p>
<p><strong>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</strong></p>
<p><strong>Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8k DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.mycoolonlinestores.com Port 80</strong>&#8220;.</p>
<p>I searched the <em>Internet</em> for a solution. Here is the way of how I&#8217;ve got it to work. I am sure someone may be interested in this. So why not writing down these steps of how I&#8217;ve solved this problem? By the way, the name of the folder I&#8217;ve tried to change is associated with a self-hosted <em>WordPress</em> site. And the <em>cPanel</em> is associated with <a onmouseover="window.status='http://www.hostmonster.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.kqzyfj.com/click-2893050-10422157" target="_blank">Hostmonster</a>&#8217;s <em>cPanel</em>.</p>
<ul>
<li>First download all the files within that folder to your local computer. I use <a title="How to Set Up FTP to Transfer Files?" href="http://meaningfulblog.blogspot.com/2008/03/how-to-set-up-ftp-to-transfer-files.html" target="_blank">FTP</a> to get the job done.</li>
</ul>
<ul>
<li>Next create a new folder in your server with whatever name you&#8217;ve preferred and upload those files that you&#8217;ve downloaded earlier to this new folder.</li>
</ul>
<ul>
<li>Next log in to your <em>cPanel</em> and click on <em>phpMyadmin</em>. A new window would pop up. It will allow you to export (backup) your database. See <a title="Back Up Database" href="http://www.tamba2.org.uk/wordpress/backup/" target="_blank">details</a> here. Don&#8217;t close this window, you&#8217;ll need it later.</li>
</ul>
<ul>
<li>Now go back to your cPanel. Click on <em>MySQL ® Databases</em> <span style="color: #ff0000;">or</span> <em>MySQL ® Database Wizard</em> to create a new database. See this <a title="How to Create a New Database?" href="http://www.siteground.com/tutorials/php-mysql/mysql_database_user.htm" target="_blank">tutorial</a> here. Remember its user name and password.</li>
</ul>
<ul>
<li>Then open your database you&#8217;ve backuped earlier with <em>Notepad</em> editor. Hit <em>Ctrl</em> and <em>F</em> at the same time to bring up a search box. Type in <span style="color: #ff0000;">Database</span> and replace old database name with the new one. Also type in <span style="color: #ff0000;">public_html</span> and replace old folder name with the new one. Make sure you save it in your new database name.</li>
</ul>
<ul>
<li>Now go back to <em>phpMyadmin</em> window. The one I told you earlier not to close it. Click on <em>Import</em> to upload your amended database.</li>
</ul>
<ul>
<li>Then open <span style="color: #ff0000;">wp-config.php</span> (should be in the root directory of your new folder). Edit and upload it back to the same place. See details below:<br />
<table style="height: 21px;" border="1" cellspacing="0" width="440">
<tbody>
<tr>
<td style="background-color: #e5ecfa; width: 440px;">
<p style="margin: 5pt 15pt; text-align: justify;">define(’DB_NAME’, ‘<strong>databasename</strong>‘); // Change databasename to be your new database name</p>
<p style="margin: 5pt 15pt; text-align: justify;">define(’DB_PASSWORD’, ‘<strong>mysqlpassword</strong>‘); // Change mysqlpassword to be your new MYSQL password</p>
<p style="margin: 5pt 15pt; text-align: justify;">define(’DB_USER’, ‘<strong>mysqlusername</strong>‘); // Change mysqlusername to be your new MySQL username</p>
<p style="margin: 5pt 15pt; text-align: justify;">define(’DB_HOST’, ‘localhost’); // Leave the way it is.</p>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul>
<li>Since the domain is assigned to the old folder, there is no way that you can assign it to the new folder. However, you need to click on <em>Domain Manager</em> in your <em>cPanel</em>. Once you are there,  tick that domain. On your right side, scroll down to un-assign that domain to your <em>cPanel</em>. Quickly, during this time your website will be down.</li>
</ul>
<ul>
<li>Finally go back to <em>cPanel</em> and click on <em>Addon Domains</em>. A new page will open, assign that domain to your new folder and hit <em>Add Domain</em> button. See details below:<br />
<table style="height: 21px;" border="1" cellspacing="0" width="440">
<tbody>
<tr>
<td style="background-color: #e5ecfa; width: 440px;">
<p style="margin: 5pt 15pt; text-align: justify;">Step 1 Tick next to &#8220;Use a domain that is already associated with your account&#8221;. Scroll down to find it.</p>
<p style="margin: 5pt 15pt; text-align: justify;">Step 2 Leave it alone.</p>
<p style="margin: 5pt 15pt; text-align: justify;">Step 3 Tick next to &#8220;<strong>Addon Domain</strong>&#8220;.</p>
<p style="margin: 5pt 15pt; text-align: justify;">Step 4 Tick next to &#8220;Use an existing directory&#8221;. And below &#8220;<strong>Sub-domain:&#8221; </strong>type in your new folder&#8217;s name.</p>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<p>Now type your website&#8217;s url in your browser. If everything works fine, you should be able to see your website up and running again. Some people might have different approach. Feel free to talk about yours here in comment section. Any other feedback is welcome too.</p>
<p><div style="float:left;width:49%;margin-right:1%;height:245px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=database+tutorial&icep_item=360106069870&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">TUTORIAL MANUAL ALPHA FOUR FULLY RELATIONAL DATABASE</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=database+tutorial&icep_item=360106069870&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/360106069870_0.jpg"></a></td><td><strong>US &#36;8.25</strong><br /> End Date: Sunday Aug-01-2010 21:22:27 PDT<br />Buy It Now for only: US &#36;8.25<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=database+tutorial&icep_item=360106069870&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=database+tutorial&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D360106069870%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table>
</div><div style="float:left;width:49%;margin-right:1%;height:245px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=database+tutorial&icep_item=110555109332&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Jdbc Database Access With Java: A Tutorial and Annotate</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=database+tutorial&icep_item=110555109332&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/110555109332_0.jpg"></a></td><td><strong>US &#36;7.94</strong><br /> End Date: Monday Aug-02-2010 23:46:36 PDT<br />Buy It Now for only: US &#36;7.94<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=database+tutorial&icep_item=110555109332&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=database+tutorial&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D110555109332%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table>
</div></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.learningwp.com%2Frename-folder-without-much-downtime-cpanel.html&amp;title=How%20to%20Rename%20a%20Folder%20Without%20Much%20Downtime%20in%20Your%20CPanel%3F&amp;bodytext=Recently%20I%20had%20to%20rename%20a%20fold%20from%20my%20server%27s%20cPanel%20due%20to%20the%20reason%20that%20the%20domain%20used%20to%20be%20there%20had%20been%20transferred.%20Now%20the%20name%20of%20that%20folder%20does%20not%20reflect%20the%20new%20domain%27s%20content.%20I%20just%20want%20a%20more%20appropriate%20name%20for%20that%20folde" title="Digg"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.learningwp.com%2Frename-folder-without-much-downtime-cpanel.html&amp;title=How%20to%20Rename%20a%20Folder%20Without%20Much%20Downtime%20in%20Your%20CPanel%3F&amp;notes=Recently%20I%20had%20to%20rename%20a%20fold%20from%20my%20server%27s%20cPanel%20due%20to%20the%20reason%20that%20the%20domain%20used%20to%20be%20there%20had%20been%20transferred.%20Now%20the%20name%20of%20that%20folder%20does%20not%20reflect%20the%20new%20domain%27s%20content.%20I%20just%20want%20a%20more%20appropriate%20name%20for%20that%20folde" title="del.icio.us"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.learningwp.com%2Frename-folder-without-much-downtime-cpanel.html&amp;t=How%20to%20Rename%20a%20Folder%20Without%20Much%20Downtime%20in%20Your%20CPanel%3F" title="Facebook"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.learningwp.com%2Frename-folder-without-much-downtime-cpanel.html&amp;h=How%20to%20Rename%20a%20Folder%20Without%20Much%20Downtime%20in%20Your%20CPanel%3F" title="NewsVine"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Frename-folder-without-much-downtime-cpanel.html&amp;title=How%20to%20Rename%20a%20Folder%20Without%20Much%20Downtime%20in%20Your%20CPanel%3F" title="Reddit"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Frename-folder-without-much-downtime-cpanel.html&amp;title=How%20to%20Rename%20a%20Folder%20Without%20Much%20Downtime%20in%20Your%20CPanel%3F" title="StumbleUpon"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.learningwp.com%2Frename-folder-without-much-downtime-cpanel.html&amp;title=How%20to%20Rename%20a%20Folder%20Without%20Much%20Downtime%20in%20Your%20CPanel%3F&amp;annotation=Recently%20I%20had%20to%20rename%20a%20fold%20from%20my%20server%27s%20cPanel%20due%20to%20the%20reason%20that%20the%20domain%20used%20to%20be%20there%20had%20been%20transferred.%20Now%20the%20name%20of%20that%20folder%20does%20not%20reflect%20the%20new%20domain%27s%20content.%20I%20just%20want%20a%20more%20appropriate%20name%20for%20that%20folde" title="Google Bookmarks"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.learningwp.com%2Frename-folder-without-much-downtime-cpanel.html&amp;submitHeadline=How%20to%20Rename%20a%20Folder%20Without%20Much%20Downtime%20in%20Your%20CPanel%3F&amp;submitSummary=Recently%20I%20had%20to%20rename%20a%20fold%20from%20my%20server%27s%20cPanel%20due%20to%20the%20reason%20that%20the%20domain%20used%20to%20be%20there%20had%20been%20transferred.%20Now%20the%20name%20of%20that%20folder%20does%20not%20reflect%20the%20new%20domain%27s%20content.%20I%20just%20want%20a%20more%20appropriate%20name%20for%20that%20folde&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20to%20Rename%20a%20Folder%20Without%20Much%20Downtime%20in%20Your%20CPanel%3F%20-%20http%3A%2F%2Fwww.learningwp.com%2Frename-folder-without-much-downtime-cpanel.html" title="Twitter"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.learningwp.com%2Frename-folder-without-much-downtime-cpanel.html" title="Technorati"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.learningwp.com%2Frename-folder-without-much-downtime-cpanel.html&amp;title=How%20to%20Rename%20a%20Folder%20Without%20Much%20Downtime%20in%20Your%20CPanel%3F" title="Live"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.learningwp.com%2Frename-folder-without-much-downtime-cpanel.html&amp;title=How%20to%20Rename%20a%20Folder%20Without%20Much%20Downtime%20in%20Your%20CPanel%3F&amp;source=Exploring+The+Internet+Exploring+the+web+-+Growing+my+experience+toward+my+online+business&amp;summary=Recently%20I%20had%20to%20rename%20a%20fold%20from%20my%20server%27s%20cPanel%20due%20to%20the%20reason%20that%20the%20domain%20used%20to%20be%20there%20had%20been%20transferred.%20Now%20the%20name%20of%20that%20folder%20does%20not%20reflect%20the%20new%20domain%27s%20content.%20I%20just%20want%20a%20more%20appropriate%20name%20for%20that%20folde" title="LinkedIn"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.learningwp.com%2Frename-folder-without-much-downtime-cpanel.html&amp;t=How%20to%20Rename%20a%20Folder%20Without%20Much%20Downtime%20in%20Your%20CPanel%3F" title="MySpace"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.learningwp.com/rename-folder-without-much-downtime-cpanel.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Transfer a Domain From GoDaddy to Hostmonster?</title>
		<link>http://www.learningwp.com/how-to-transfer-a-domain-from-godaddy-to-hostmonster.html</link>
		<comments>http://www.learningwp.com/how-to-transfer-a-domain-from-godaddy-to-hostmonster.html#comments</comments>
		<pubDate>Fri, 24 Jul 2009 06:59:10 +0000</pubDate>
		<dc:creator>Lanna</dc:creator>
				<category><![CDATA[Domain]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[authorization code]]></category>
		<category><![CDATA[change server]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[domain manager]]></category>
		<category><![CDATA[Domains By Proxy]]></category>
		<category><![CDATA[EPP]]></category>
		<category><![CDATA[Godaddy]]></category>
		<category><![CDATA[Nameservers]]></category>
		<category><![CDATA[private protection]]></category>
		<category><![CDATA[private registration]]></category>
		<category><![CDATA[server names]]></category>
		<category><![CDATA[web host]]></category>

		<guid isPermaLink="false">http://www.learningwp.com/?p=640</guid>
		<description><![CDATA[








I&#8217;ve successfully transferred learningwp.com &#8211; the current blog domain from GoDaddy to Hostmonster.com a while ago. Since many people are interested in how each step was being processed, I think it is necessary to write them done before my memory is faded. It is also good reference for myself if one day I want to [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<div style="display: block; float: left; padding: 5px 10px 10px 0;">
<script type="text/javascript"><!--
google_ad_client = "pub-4932554700716308";
/* 336x280, created 12/24/07 */
google_ad_slot = "2510575724";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<!-- End Google Adsense code -->
I&#8217;ve successfully transferred learningwp.com &#8211; the current blog domain from <em>GoDaddy</em> to <a onmouseover="window.status='http://www.hostmonster.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.dpbolvw.net/af100mu2-u1HLLNOLRJHJIMKJQLR" target="_blank">Hostmonster.com</a> a while ago. Since many people are interested in how each step was being processed, I think it is necessary to write them done before my memory is faded. It is also good reference for myself if one day I want to do it again.</p>
<p>I ordered this domain in <a onmouseover="window.status='http://www.godaddy.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.tkqlhce.com/n0116shqnhp488AB8E64659C6B8A" target="_blank">GoDaddy.com</a> back in September, 2008. However, <em>GoDaddy</em> would not allow me to transfer my domain within 60 days. Since I also ordered five other domains to take advantage of getting Free private registration, because of that it made it so hard for me to transfer my domain from <em>GoDaddy</em>.</p>
<p>I had to call <em>GoDaddy</em>&#8217;s support hotline, someone helped me get the user-id so that I could login to <a title="Domains By Proxy" href="http://domainsbyproxy.com/" target="_blank">Domains By Proxy</a> to disable the private protection on learningwp.com.</p>
<p>After that I logged in to my <a onmouseover="window.status='http://www.godaddy.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.tkqlhce.com/n0116shqnhp488AB8E64659C6B8A" target="_blank">GoDaddy.com</a> account, go to <em>MY PRODUCTS</em> -&gt;<em>Domains</em>-&gt;<em>Domain Manager</em>, a new window will pop-up.</p>
<ul>
<li>Click on the active domain link you wish to transfer.</li>
</ul>
<ul>
<li>In the top menu, click on <em>Nameservers</em> and change server 1 and server 2 to be <a onmouseover="window.status='http://www.hostmonster.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.dpbolvw.net/af100mu2-u1HLLNOLRJHJIMKJQLR" target="_blank">Hostmonster.com</a> nameservers and click on <em>OK</em>. See screenshot below:</li>
<p><img class="aligncenter size-full wp-image-655" title="set_nameservers" src="http://www.learningwp.com/wp-content/uploads/2009/07/set_nameservers.bmp" alt="set_nameservers" width="510" height="237" /></ul>
<ul>
<li>Then make sure you unlock your domain.</li>
</ul>
<ul>
<li>Set <em>Auto Renew</em> to be manual instead of auto-renew.</li>
</ul>
<ul>
<li>Then click on <em>Refresh Page</em>.</li>
</ul>
<ul>
<li>Before you click on <em>Send by Email</em> about your <em>Authorization Code</em>, double check to ensure you have an updated email (very important). See screenshot below for these details:</li>
<p><img class="aligncenter size-full wp-image-642" title="domain_information" src="http://www.learningwp.com/wp-content/uploads/2009/07/domain_information.bmp" alt="domain_information" /></ul>
<ul>
<li>Next step is to login to <a onmouseover="window.status='http://www.hostmonster.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.dpbolvw.net/af100mu2-u1HLLNOLRJHJIMKJQLR" target="_blank">Hostmonster.com</a>. If you don&#8217;t have an account yet, now it is the best time to sign up since it is offering $3.95/month. I don&#8217;t know how long the offer will last. However, if you have other web host, your cpanel might look a little bit difference than mine.</li>
</ul>
<ul>
<li>In the top menu, click on <em>Domain Manager</em>.</li>
</ul>
<ul>
<li>Under <em>Shortcuts</em>, click on <em>Transfer a new domain to your account</em>.</li>
</ul>
<ul>
<li>Enter the domain you want to transfer and click on <em>Continue</em> button.</li>
</ul>
<ul>
<li>Next you need to enter <em>Epp authorization code</em> that you&#8217;ve got earlier in email from <a onmouseover="window.status='http://www.godaddy.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.tkqlhce.com/n0116shqnhp488AB8E64659C6B8A" target="_blank">GoDaddy</a> and click on <em>Continue</em> button.</li>
</ul>
<ul>
<li>Then click on <em>Add to Cart</em> button.</li>
</ul>
<ul>
<li>Make sure you also turn on the <em>Free private protection</em>. No charge.</li>
</ul>
<ul>
<li>Lastly you just have to wait for <em>GoDaddy</em> to send you an email of notification about your transfer.</li>
</ul>
<p>Please be aware that <em>Domain Name System</em> (<em>DNS</em>) usually takes 24 to 48 hours to propagate. The whole process should take about 7 days. In my case it took 5 days.</p>
<p><div style="float:left;width:49%;margin-right:1%;height:245px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=domain+for+sale&icep_item=110565234103&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">GO GREEN Enviro Friendly Website for Sale - FREE DOMAIN</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=domain+for+sale&icep_item=110565234103&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/110565234103_0.jpg"></a></td><td><strong>US &#36;1.99</strong><br /> End Date: Thursday Jul-29-2010 11:16:14 PDT<br />Buy It Now for only: US &#36;1.99<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=domain+for+sale&icep_item=110565234103&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=domain+for+sale&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D110565234103%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table>
</div><div style="float:left;width:49%;margin-right:1%;height:245px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=domain+for+sale&icep_item=280541066642&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Domain Name For Sale</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=domain+for+sale&icep_item=280541066642&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/280541066642_0.jpg"></a></td><td><strong>US &#36;0.99</strong> (0 Bid)<br /> End Date: Thursday Jul-29-2010 11:16:38 PDT<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=domain+for+sale&icep_item=280541066642&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Bid now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=domain+for+sale&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D280541066642%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table>
</div></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-a-domain-from-godaddy-to-hostmonster.html&amp;title=How%20to%20Transfer%20a%20Domain%20From%20GoDaddy%20to%20Hostmonster%3F&amp;bodytext=I%27ve%20successfully%20transferred%20learningwp.com%20-%20the%20current%20blog%20domain%20from%20GoDaddy%20to%20Hostmonster.com%20a%20while%20ago.%20Since%20many%20people%20are%20interested%20in%20how%20each%20step%20was%20being%20processed%2C%20I%20think%20it%20is%20necessary%20to%20write%20them%20done%20before%20my%20memory%20is%20" title="Digg"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-a-domain-from-godaddy-to-hostmonster.html&amp;title=How%20to%20Transfer%20a%20Domain%20From%20GoDaddy%20to%20Hostmonster%3F&amp;notes=I%27ve%20successfully%20transferred%20learningwp.com%20-%20the%20current%20blog%20domain%20from%20GoDaddy%20to%20Hostmonster.com%20a%20while%20ago.%20Since%20many%20people%20are%20interested%20in%20how%20each%20step%20was%20being%20processed%2C%20I%20think%20it%20is%20necessary%20to%20write%20them%20done%20before%20my%20memory%20is%20" title="del.icio.us"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-a-domain-from-godaddy-to-hostmonster.html&amp;t=How%20to%20Transfer%20a%20Domain%20From%20GoDaddy%20to%20Hostmonster%3F" title="Facebook"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-a-domain-from-godaddy-to-hostmonster.html&amp;h=How%20to%20Transfer%20a%20Domain%20From%20GoDaddy%20to%20Hostmonster%3F" title="NewsVine"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-a-domain-from-godaddy-to-hostmonster.html&amp;title=How%20to%20Transfer%20a%20Domain%20From%20GoDaddy%20to%20Hostmonster%3F" title="Reddit"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-a-domain-from-godaddy-to-hostmonster.html&amp;title=How%20to%20Transfer%20a%20Domain%20From%20GoDaddy%20to%20Hostmonster%3F" title="StumbleUpon"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-a-domain-from-godaddy-to-hostmonster.html&amp;title=How%20to%20Transfer%20a%20Domain%20From%20GoDaddy%20to%20Hostmonster%3F&amp;annotation=I%27ve%20successfully%20transferred%20learningwp.com%20-%20the%20current%20blog%20domain%20from%20GoDaddy%20to%20Hostmonster.com%20a%20while%20ago.%20Since%20many%20people%20are%20interested%20in%20how%20each%20step%20was%20being%20processed%2C%20I%20think%20it%20is%20necessary%20to%20write%20them%20done%20before%20my%20memory%20is%20" title="Google Bookmarks"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-a-domain-from-godaddy-to-hostmonster.html&amp;submitHeadline=How%20to%20Transfer%20a%20Domain%20From%20GoDaddy%20to%20Hostmonster%3F&amp;submitSummary=I%27ve%20successfully%20transferred%20learningwp.com%20-%20the%20current%20blog%20domain%20from%20GoDaddy%20to%20Hostmonster.com%20a%20while%20ago.%20Since%20many%20people%20are%20interested%20in%20how%20each%20step%20was%20being%20processed%2C%20I%20think%20it%20is%20necessary%20to%20write%20them%20done%20before%20my%20memory%20is%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20to%20Transfer%20a%20Domain%20From%20GoDaddy%20to%20Hostmonster%3F%20-%20http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-a-domain-from-godaddy-to-hostmonster.html" title="Twitter"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-a-domain-from-godaddy-to-hostmonster.html" title="Technorati"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-a-domain-from-godaddy-to-hostmonster.html&amp;title=How%20to%20Transfer%20a%20Domain%20From%20GoDaddy%20to%20Hostmonster%3F" title="Live"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-a-domain-from-godaddy-to-hostmonster.html&amp;title=How%20to%20Transfer%20a%20Domain%20From%20GoDaddy%20to%20Hostmonster%3F&amp;source=Exploring+The+Internet+Exploring+the+web+-+Growing+my+experience+toward+my+online+business&amp;summary=I%27ve%20successfully%20transferred%20learningwp.com%20-%20the%20current%20blog%20domain%20from%20GoDaddy%20to%20Hostmonster.com%20a%20while%20ago.%20Since%20many%20people%20are%20interested%20in%20how%20each%20step%20was%20being%20processed%2C%20I%20think%20it%20is%20necessary%20to%20write%20them%20done%20before%20my%20memory%20is%20" title="LinkedIn"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-a-domain-from-godaddy-to-hostmonster.html&amp;t=How%20to%20Transfer%20a%20Domain%20From%20GoDaddy%20to%20Hostmonster%3F" title="MySpace"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.learningwp.com/how-to-transfer-a-domain-from-godaddy-to-hostmonster.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monetize Your Blog With a RSS Plugin?</title>
		<link>http://www.learningwp.com/monetize-your-blog-with-a-rss-plugin.html</link>
		<comments>http://www.learningwp.com/monetize-your-blog-with-a-rss-plugin.html#comments</comments>
		<pubDate>Mon, 19 Jan 2009 03:07:04 +0000</pubDate>
		<dc:creator>Lanna</dc:creator>
				<category><![CDATA[Blogging Tools]]></category>
		<category><![CDATA[ClickBank]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Make Money Online]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[a RSS plugin]]></category>
		<category><![CDATA[ClickBank products]]></category>
		<category><![CDATA[eBay products]]></category>
		<category><![CDATA[FirstRSS]]></category>
		<category><![CDATA[WordPress blog]]></category>

		<guid isPermaLink="false">http://www.learningwp.com/?p=322</guid>
		<description><![CDATA[Updated on 2/19/10: For some reason the website of firstRSS plugin is no longer available.









I recently found a very useful RSS plugin that will allow you to monetize your blog with it. It will permit you to place  RSS feeds below each of your articles. With it you can now promote eBay&#8217;s products, ClickBank products, and any [...]]]></description>
			<content:encoded><![CDATA[<p>Updated on 2/19/10: For some reason the website of firstRSS plugin is no longer available.
<!-- Begin Google Adsense code -->
<div style="display: block; float: left; padding: 5px 10px 10px 0;">
<script type="text/javascript"><!--
google_ad_client = "pub-4932554700716308";
/* 336x280, created 12/24/07 */
google_ad_slot = "2510575724";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<!-- End Google Adsense code -->
</p>
<p>I recently found a very useful <em>RSS</em> plugin that will allow you to monetize your blog with it. It will permit you to place  <em>RSS</em> feeds below each of your articles. With it you can now promote <a title="Travel Deals on EBay" href="http://www.airlineticketswithus.com" target="_blank">eBay&#8217;s products</a>, <a title="List of ClickBank Products" href="http://www.internetoutput.com/list-of-clickbank-products.html" target="_blank">ClickBank products</a>, and any other affiliate products that allow you to generate <em>RSS</em> feeds with. I am so excited that I want to share this great tool with you.</p>
<p>This simple <em>RSS</em> plugin is called <em>FirstRSS</em>. Download it from its owner&#8217;s website. Did I mention that it is <em>Free</em>? After that unzip that file and upload it to your blog&#8217;s directory like this: <span style="color: #ff0000;">/public_html/wp-content/plugins/</span>. (assuming that you are using self-hosted <em>WordPress</em> blog too).</p>
<p>One drawback that I found out so far is you can only be allowed to show its default feeds which is 10. I don&#8217;t know about you but I think 10 feeds for an article is too many. I want to show less than 5 feeds or at most 5 feeds. Here is the solution for that:</p>
<ul>
<li>Log in to your <em>WordPress</em> admin erea.</li>
</ul>
<ul>
<li>Click on <em>Plugins</em>/<em>FirstRSS</em>/<em>Edit</em>.</li>
</ul>
<ul>
<li>Before you attempt to make any changes, make sure you save a copy of it.</li>
</ul>
<ul>
<li>Find the following codes in firstRSS.php: <br />
<table style="height: 21px;" border="1" cellspacing="0" width="440">
<tbody>
<tr>
<td style="background-color: #e5ecfa; width: 440px;">
<p style="margin: 5pt 15pt; text-align: justify;">foreach($rss-&gt;items as $item) {<br />
$title = $item[title];<br />
$link = htmlentities($item[link]);<br />
$desc = $item[description];<br />
if ($title != &#8221;) $disp .= &#8220;\t&lt;b&gt;&lt;a href=&#8217;$link&#8217;&gt;$title&lt;/a&gt;&lt;/b&gt;\n&lt;br /&gt;&#8221;;<br />
if ($desc  != &#8221;) $disp .= &#8220;\t$desc\n&lt;br /&gt;&#8221;;<br />
}</p>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul>
<li>And replace them with the codes below: <br />
<table style="height: 21px;" border="1" cellspacing="0" width="440">
<tbody>
<tr>
<td style="background-color: #e5ecfa; width: 440px;">
<p style="margin: 5pt 15pt; text-align: justify;">$i=0;<br />
foreach($rss-&gt;items as $item) {<br />
if($i &lt; 5) {<br />
$title = $item[title];<br />
$link = htmlentities($item[link]);<br />
$desc = $item[description];<br />
if ($title != &#8221;) $disp .= &#8220;\t&lt;b&gt;&lt;a href=&#8217;$link&#8217;&gt;$title&lt;/a&gt;&lt;/b&gt;\n&lt;br /&gt;&#8221;;<br />
if ($desc != &#8221;) $disp .= &#8220;\t$desc\n&lt;br /&gt;&#8221;;<br />
}<br />
$i++;<br />
}</p>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<p>This will allow you to control how many <em>RSS</em> feeds you&#8217;ve preferred. I like to display [rsspara:URL] instead of [rsslist:URL] below my post because [rsspara:URL] will allow me to show not only links but images and descriptions of the products as well. Make sure you get a <em>RSS</em> url from any affiliate site you&#8217;ve participated and replace the <em>URL</em> with the feed&#8217;s url that you&#8217;ve got. If you&#8217;ve done it right, you will see an example just like the one below.</p>
<p>Another drawback is that it shows what category and keywords with a logo in its feeds. I don&#8217;t like that. I am still searching an answer for it. I&#8217;ll keep you posted once I find the solution.</p>
<p>Update: The solution for the above question is shown below. You need to find the following three <span style="color: #ff0000;">$disp code lines</span> and comment them out. Make sure you save the file:</p>
<table style="height: 21px;" border="1" cellspacing="0" width="440">
<tbody>
<tr>
<td style="background-color: #e5ecfa; width: 440px;">
<p style="TEXT-ALIGN: justify; MARGIN: 5pt 15pt"><span style="color: #ff0000;">$disp .= &#8220;\t&lt;a href=&#8217;$link&#8217;&gt;&lt;img src=&#8217;$url&#8217; alt=&#8217;$title&#8217; /&gt;&lt;/a&gt;&lt;br /&gt;\n&#8221;;</span></p>
<p style="text-align: justify; margin: 5pt 15pt;"><span style="color: #0000ff;">$disp .= &#8220;\t&lt;big&gt;&lt;a href=&#8217;$link&#8217;&gt;$title&lt;/a&gt;&lt;/big&gt;&lt;br /&gt;\n&#8221;;</span> </p>
<p style="text-align: justify; margin: 5pt 15pt;"><span style="color: #ff00ff;">$disp .= &#8220;\n\t&lt;br /&gt;\n&#8221;;</span></p>
</td>
</tr>
</tbody>
</table>
<p> <br />
Now go ahead to test it out. Does it work? Mine is working. See the example below.</p>
<p>
<!-- FirstRSS -->
	<b><a href='http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&amp;toolid=10005&amp;campid=5336190399&amp;customid=&amp;icep_item=150441275014&amp;ipn=psmain&amp;icep_vectorid=238401&amp;kwid=902099&amp;mtid=824&amp;kw=rss'>Sams Teach Yourself WordPress in 10 Minutes NEW</a></b>
<br />	<table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=&icep_item=150441275014&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/150441275014_0.jpg"></a></td><td><strong>US $22.32</strong><br /> End Date: Thursday Aug-05-2010 3:10:51 PDT<br />Buy It Now for only: US $22.32<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=&icep_item=150441275014&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D150441275014%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table>
<br />	<b><a href='http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&amp;toolid=10005&amp;campid=5336190399&amp;customid=&amp;icep_item=160461885784&amp;ipn=psmain&amp;icep_vectorid=238401&amp;kwid=902099&amp;mtid=824&amp;kw=rss'>Songwriting for Dummies NEW by Dave Austin</a></b>
<br />	<table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=&icep_item=160461885784&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/160461885784_0.jpg"></a></td><td><strong>US $27.23</strong><br /> End Date: Friday Aug-27-2010 18:15:38 PDT<br />Buy It Now for only: US $27.23<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=&icep_item=160461885784&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D160461885784%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table>
<br /></p>

<p align='center'><small> <a href='http://www.underjc.com/2007/10/firstrss-plugin-for-wordpress.html' title='UnderJC.com'></a></small></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fmonetize-your-blog-with-a-rss-plugin.html&amp;title=Monetize%20Your%20Blog%20With%20a%20Exploring+The+Internet%20Plugin%3F&amp;bodytext=Updated%20on%C2%A02%2F19%2F10%3A%20For%20some%20reason%20the%20website%20of%C2%A0firstRSS%20plugin%20is%20no%20longer%20available.%0D%0A%0D%0AI%20recently%20found%20a%20very%20useful%20RSS%20plugin%20that%20will%20allow%20you%20to%20monetize%20your%20blog%20with%20it.%20It%20will%20permit%20you%20to%20place%C2%A0%20RSS%20feeds%20below%20each%20of%20your%20ar" title="Digg"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.learningwp.com%2Fmonetize-your-blog-with-a-rss-plugin.html&amp;title=Monetize%20Your%20Blog%20With%20a%20Exploring+The+Internet%20Plugin%3F&amp;notes=Updated%20on%C2%A02%2F19%2F10%3A%20For%20some%20reason%20the%20website%20of%C2%A0firstRSS%20plugin%20is%20no%20longer%20available.%0D%0A%0D%0AI%20recently%20found%20a%20very%20useful%20RSS%20plugin%20that%20will%20allow%20you%20to%20monetize%20your%20blog%20with%20it.%20It%20will%20permit%20you%20to%20place%C2%A0%20RSS%20feeds%20below%20each%20of%20your%20ar" title="del.icio.us"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.learningwp.com%2Fmonetize-your-blog-with-a-rss-plugin.html&amp;t=Monetize%20Your%20Blog%20With%20a%20Exploring+The+Internet%20Plugin%3F" title="Facebook"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.learningwp.com%2Fmonetize-your-blog-with-a-rss-plugin.html&amp;h=Monetize%20Your%20Blog%20With%20a%20Exploring+The+Internet%20Plugin%3F" title="NewsVine"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fmonetize-your-blog-with-a-rss-plugin.html&amp;title=Monetize%20Your%20Blog%20With%20a%20Exploring+The+Internet%20Plugin%3F" title="Reddit"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fmonetize-your-blog-with-a-rss-plugin.html&amp;title=Monetize%20Your%20Blog%20With%20a%20Exploring+The+Internet%20Plugin%3F" title="StumbleUpon"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.learningwp.com%2Fmonetize-your-blog-with-a-rss-plugin.html&amp;title=Monetize%20Your%20Blog%20With%20a%20Exploring+The+Internet%20Plugin%3F&amp;annotation=Updated%20on%C2%A02%2F19%2F10%3A%20For%20some%20reason%20the%20website%20of%C2%A0firstRSS%20plugin%20is%20no%20longer%20available.%0D%0A%0D%0AI%20recently%20found%20a%20very%20useful%20RSS%20plugin%20that%20will%20allow%20you%20to%20monetize%20your%20blog%20with%20it.%20It%20will%20permit%20you%20to%20place%C2%A0%20RSS%20feeds%20below%20each%20of%20your%20ar" title="Google Bookmarks"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.learningwp.com%2Fmonetize-your-blog-with-a-rss-plugin.html&amp;submitHeadline=Monetize%20Your%20Blog%20With%20a%20Exploring+The+Internet%20Plugin%3F&amp;submitSummary=Updated%20on%C2%A02%2F19%2F10%3A%20For%20some%20reason%20the%20website%20of%C2%A0firstRSS%20plugin%20is%20no%20longer%20available.%0D%0A%0D%0AI%20recently%20found%20a%20very%20useful%20RSS%20plugin%20that%20will%20allow%20you%20to%20monetize%20your%20blog%20with%20it.%20It%20will%20permit%20you%20to%20place%C2%A0%20RSS%20feeds%20below%20each%20of%20your%20ar&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Monetize%20Your%20Blog%20With%20a%20Exploring+The+Internet%20Plugin%3F%20-%20http%3A%2F%2Fwww.learningwp.com%2Fmonetize-your-blog-with-a-rss-plugin.html" title="Twitter"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.learningwp.com%2Fmonetize-your-blog-with-a-rss-plugin.html" title="Technorati"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fmonetize-your-blog-with-a-rss-plugin.html&amp;title=Monetize%20Your%20Blog%20With%20a%20Exploring+The+Internet%20Plugin%3F" title="Live"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fmonetize-your-blog-with-a-rss-plugin.html&amp;title=Monetize%20Your%20Blog%20With%20a%20Exploring+The+Internet%20Plugin%3F&amp;source=Exploring+The+Internet+Exploring+the+web+-+Growing+my+experience+toward+my+online+business&amp;summary=Updated%20on%C2%A02%2F19%2F10%3A%20For%20some%20reason%20the%20website%20of%C2%A0firstRSS%20plugin%20is%20no%20longer%20available.%0D%0A%0D%0AI%20recently%20found%20a%20very%20useful%20RSS%20plugin%20that%20will%20allow%20you%20to%20monetize%20your%20blog%20with%20it.%20It%20will%20permit%20you%20to%20place%C2%A0%20RSS%20feeds%20below%20each%20of%20your%20ar" title="LinkedIn"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.learningwp.com%2Fmonetize-your-blog-with-a-rss-plugin.html&amp;t=Monetize%20Your%20Blog%20With%20a%20Exploring+The+Internet%20Plugin%3F" title="MySpace"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.learningwp.com/monetize-your-blog-with-a-rss-plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change Your Cutline Theme&#8217;s Background Color?</title>
		<link>http://www.learningwp.com/how-to-change-your-cutline-themes-background-color.html</link>
		<comments>http://www.learningwp.com/how-to-change-your-cutline-themes-background-color.html#comments</comments>
		<pubDate>Sun, 28 Dec 2008 23:58:25 +0000</pubDate>
		<dc:creator>Lanna</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[change background color]]></category>
		<category><![CDATA[change navigational bar background color]]></category>
		<category><![CDATA[Cutline]]></category>

		<guid isPermaLink="false">http://www.learningwp.com/?p=262</guid>
		<description><![CDATA[








Although Cutline is not compatible with WordPress 2.7, I don&#8217;t plan to change it because I have customized this theme a lot for my blog. I upgraded my blog to WordPress 2.7 not long ago, I don&#8217;t see anything wrong with it yet. Maybe time will tell. Here are the steps that I&#8217;ve followed to [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<div style="display: block; float: left; padding: 5px 10px 10px 0;">
<script type="text/javascript"><!--
google_ad_client = "pub-4932554700716308";
/* 336x280, created 12/24/07 */
google_ad_slot = "2510575724";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<!-- End Google Adsense code -->
Although <a title="Cutline" href="http://cutline.tubetorial.com/" target="_blank">Cutline</a> is not compatible with <em>WordPress 2.7</em>, I don&#8217;t plan to change it because I have customized this theme a lot for my blog. I <a title="Upgrade to WordPress 2.7? Ready?" href="http://www.learningwp.com/upgrade-to-wordpress-27-ready.html">upgraded my blog to WordPress 2.7</a> not long ago, I don&#8217;t see anything wrong with it yet. Maybe time will tell. Here are the steps that I&#8217;ve followed to change the background color in my <a title="Cutline" href="http://cutline.tubetorial.com/" target="_blank">Cutline</a> theme &#8211; by the way I am using<em> Cutline 3-Column Right</em>:</p>
<ul>
<li>Log in to your <em>WordPress 2.7</em> admin area.</li>
</ul>
<ul>
<li>Expand <em>Appearance</em> (at the left side bar)if it is collapsed.</li>
</ul>
<ul>
<li>Click on <em>Editor</em>/<em>Stylesheet</em>(<em>style.css)</em>, find <code>body { background: #fff;</code> and chang #fff to be any other color you like.</li>
</ul>
<ul>
<li>Now the problem is that your entire blog page color will be changed to whatever body color you&#8217;ve chosen. You need to find the following codes and add <span style="color: #ff0000;">background: #fffff</span> to the end of each code (change fffff to be any other color you prefer). See the changes below:</li>
<table style="width: 420px; height: 21px;" border="1" cellspacing="0">
<tbody>
<tr>
<td style="background-color: #e5ecfa; width: 420px;">
<div style="margin: 5pt 15pt; text-align: justify;">
<p>#container { width: 970px; margin: 15px auto 0 auto; <span style="color: #ff0000;">background: #fffff</span> }</p>
<p>#content_box { width: 970px; text-align: left; float: left; clear: both; <span style="color: #ff0000;">background: #fffff</span> }</p>
<p>#content { width: 500px; padding: 0 20px 0 0; float: left; <span style="color: #ff0000;">background: #fffff</span> }</p>
<p>#sidebar { width: 210px; padding: 0 0 0 15px; float: left; <span style="color: #ff0000;">background: #fffff</span> }</p>
<p>#footer { width: 970px; padding: 1.2em 0 0 0; border-top: 2px solid #ccc; float: left; clear: both; <span style="color: #ff0000;">background: #fffff</span> }</div>
</td>
</tr>
</tbody>
</table>
</ul>
<ul>
<li>Now if you check your blog, you will find out that your navigational bar background color is still the same as your theme&#8217;s body color. Search the following codes and do the same procedure as above step:</li>
<table style="width: 420px; height: 21px;" border="1" cellspacing="0">
<tbody>
<tr>
<td style="background-color: #e5ecfa; width: 420px;">
<div style="margin: 5pt 15pt; text-align: justify;">
<p>ul#nav { list-style: none; width: 950px; padding: 0 10px; background: url(&#8216;images/hr_dot_black.gif&#8217;) repeat-x; border-bottom: 3px solid #000; float: left; clear: both; <span style="color: #ff0000;">background: #fffff</span> }</p>
<p>ul#nav li { padding: 0.85em 40px 0.7em 0; font: bold 1.4em Helvetica, Arial, sans-serif; text-transform: uppercase; float: left; <span style="color: #ff0000;">background: #fffff</span> }</p>
<p>ul#nav li a, ul#nav li a:visited { color: #000; text-decoration: none; <span style="color: #ff0000;">background: #fffff</span> }</p>
<p>ul#nav li a:hover { color: #000; text-decoration: underline; <span style="color: #ff0000;">background: #fffff</span> }</p>
<p>ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover { color: #090; text-decoration: underline; <span style="color: #ff0000;">background: #fffff</span> }</p>
<p>ul#nav li.rss { padding: 0.85em 0 0.7em 0; float: right; <span style="color: #ff0000;">background: #fffff </span>}</p>
<p>ul#nav li.rss a { padding: 0 18px 0 0; background: url(&#8216;images/icon_rss.gif&#8217;) 100% 50% no-repeat; <span style="color: #ff0000;">background: #fffff</span> }</div>
</td>
</tr>
</tbody>
</table>
</ul>
<ul>
<li>The last thing you need to do is to give your template some left and right margins. How can you do that? Find the code and see the changes I&#8217;ve made for you:</li>
<table style="width: 420px; height: 21px;" border="1" cellspacing="0">
<tbody>
<tr>
<td style="background-color: #e5ecfa; width: 420px;">
<div style="margin: 5pt 15pt; text-align: justify;">#content { width: <span style="color: #ff0000;">468px</span>; padding: 0 <span style="color: #ff0000;">15px</span> 0 <span style="color: #ff0000;">15px</span>; float: left; background: #fffff }</div>
</td>
</tr>
</tbody>
</table>
</ul>
<p>I also find out that I needed to change the number in my footer section. See the change below:</p>
<ul>
<table style="width: 420px; height: 21px;" border="1" cellspacing="0">
<tbody>
<tr>
<td style="background-color: #e5ecfa; width: 420px;">
<div style="margin: 5pt 15pt; text-align: justify;">#footer { width: <span style="color: #ff0000;">955px</span>; padding: 1.2em 0 0 0; border-top: 2px solid #ccc; float: left; clear: both; background: #fffff }</div>
</td>
</tr>
</tbody>
</table>
</ul>
<p>Now go to check your blog again. Did it come out the way you like? Hope you enjoy it.</p>
<p>Update: On January 12, 2009, <a title="Cutline versions 2.2 and 1.4 3-Column" href="http://cutline.tubetorial.com/cutline-versions-22-and-14-3-column-released/" target="_blank">Cutline versions 2.2 and 1.4 3-Column</a> were released and they are compatible with <em>WordPress 2.7</em> since.</p>
<p><div style="float:left;width:49%;margin-right:1%;height:245px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+video+tutorial&icep_item=220291984229&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">SEO For Wordpress Secrets Video Tutorials on CD</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+video+tutorial&icep_item=220291984229&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/220291984229_0.jpg"></a></td><td><strong>US &#36;7.00</strong><br /> End Date: Friday Jul-30-2010 9:25:18 PDT<br />Buy It Now for only: US &#36;7.00<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+video+tutorial&icep_item=220291984229&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=wordpress+video+tutorial&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D220291984229%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table>
</div><div style="float:left;width:49%;margin-right:1%;height:245px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+video+tutorial&icep_item=170402326564&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">The Wordpress Bible Videos Tutorials For Newbie </a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+video+tutorial&icep_item=170402326564&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/170402326564_0.jpg"></a></td><td><strong>US &#36;7.98</strong><br /> End Date: Saturday Jul-31-2010 1:39:29 PDT<br />Buy It Now for only: US &#36;7.98<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=wordpress+video+tutorial&icep_item=170402326564&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=wordpress+video+tutorial&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D170402326564%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table>
</div></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;title=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F&amp;bodytext=Although%20Cutline%20is%20not%20compatible%20with%20WordPress%202.7%2C%20I%20don%27t%20plan%20to%20change%20it%20because%20I%20have%20customized%20this%20theme%20a%20lot%20for%20my%20blog.%20I%20upgraded%20my%20blog%20to%20WordPress%202.7%20not%20long%20ago%2C%20I%20don%27t%20see%20anything%20wrong%20with%20it%20yet.%20Maybe%20time%20will%20tell.%20H" title="Digg"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;title=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F&amp;notes=Although%20Cutline%20is%20not%20compatible%20with%20WordPress%202.7%2C%20I%20don%27t%20plan%20to%20change%20it%20because%20I%20have%20customized%20this%20theme%20a%20lot%20for%20my%20blog.%20I%20upgraded%20my%20blog%20to%20WordPress%202.7%20not%20long%20ago%2C%20I%20don%27t%20see%20anything%20wrong%20with%20it%20yet.%20Maybe%20time%20will%20tell.%20H" title="del.icio.us"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;t=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F" title="Facebook"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;h=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F" title="NewsVine"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;title=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F" title="Reddit"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;title=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F" title="StumbleUpon"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;title=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F&amp;annotation=Although%20Cutline%20is%20not%20compatible%20with%20WordPress%202.7%2C%20I%20don%27t%20plan%20to%20change%20it%20because%20I%20have%20customized%20this%20theme%20a%20lot%20for%20my%20blog.%20I%20upgraded%20my%20blog%20to%20WordPress%202.7%20not%20long%20ago%2C%20I%20don%27t%20see%20anything%20wrong%20with%20it%20yet.%20Maybe%20time%20will%20tell.%20H" title="Google Bookmarks"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;submitHeadline=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F&amp;submitSummary=Although%20Cutline%20is%20not%20compatible%20with%20WordPress%202.7%2C%20I%20don%27t%20plan%20to%20change%20it%20because%20I%20have%20customized%20this%20theme%20a%20lot%20for%20my%20blog.%20I%20upgraded%20my%20blog%20to%20WordPress%202.7%20not%20long%20ago%2C%20I%20don%27t%20see%20anything%20wrong%20with%20it%20yet.%20Maybe%20time%20will%20tell.%20H&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F%20-%20http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html" title="Twitter"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html" title="Technorati"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;title=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F" title="Live"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;title=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F&amp;source=Exploring+The+Internet+Exploring+the+web+-+Growing+my+experience+toward+my+online+business&amp;summary=Although%20Cutline%20is%20not%20compatible%20with%20WordPress%202.7%2C%20I%20don%27t%20plan%20to%20change%20it%20because%20I%20have%20customized%20this%20theme%20a%20lot%20for%20my%20blog.%20I%20upgraded%20my%20blog%20to%20WordPress%202.7%20not%20long%20ago%2C%20I%20don%27t%20see%20anything%20wrong%20with%20it%20yet.%20Maybe%20time%20will%20tell.%20H" title="LinkedIn"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-change-your-cutline-themes-background-color.html&amp;t=How%20to%20Change%20Your%20Cutline%20Theme%27s%20Background%20Color%3F" title="MySpace"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.learningwp.com/how-to-change-your-cutline-themes-background-color.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade to WordPress 2.7? Ready?</title>
		<link>http://www.learningwp.com/upgrade-to-wordpress-27-ready.html</link>
		<comments>http://www.learningwp.com/upgrade-to-wordpress-27-ready.html#comments</comments>
		<pubDate>Wed, 24 Dec 2008 22:34:08 +0000</pubDate>
		<dc:creator>Lanna</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[WordPress Upgrades]]></category>
		<category><![CDATA[new features]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[WordPress 2.7]]></category>
		<category><![CDATA[WordPress blog]]></category>

		<guid isPermaLink="false">http://www.learningwp.com/?p=244</guid>
		<description><![CDATA[








WordPress 2.7 was released on December 11, 2007. This is the next generation of WordPress. Are you ready for it yet?
WordPress 2.7 has a completely new look of its dashboard. It allows its users to arrange new modules by dragging and dropping them around.  It also provides new features such as  QuickPress, comment threading, paging, [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<div style="display: block; float: left; padding: 5px 10px 10px 0;">
<script type="text/javascript"><!--
google_ad_client = "pub-4932554700716308";
/* 336x280, created 12/24/07 */
google_ad_slot = "2510575724";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<!-- End Google Adsense code -->
<em>WordPress 2.7</em> was released on <em>December</em> 11, 2007. This is the next generation of <em>WordPress</em>. Are you ready for it yet?</p>
<p style="text-align: left;"><em>WordPress 2.7</em> has a completely new look of its dashboard. It allows its users to arrange new modules by dragging and dropping them around.  It also provides new features such as  <em>QuickPress</em>, comment threading, paging, and the ability to reply to comments inside the dashboard. Moreover, it built in the ability to install any plugin directly from <em>WordPress.org</em> with a single click only.</p>
<p style="text-align: left;">On the upper side corner there is a new feature named &#8220;<em>Screen Options</em>&#8221; which allow you to check or uncheck the choices of the modules to be shown in the dashboard. The most excited news about <em>WordPress 2.7</em> is that it built in the ability to allow you to automatically upgrade your future <em>WordPress</em> version with a single click.</p>
<p>Although some people don&#8217;t like the new dashboard of <em>WordPress 2.7</em>, I don&#8217;t mind to have that. I can understand why some people are not easy to accept new ideas, new looks, new technologies, and etc. For me I am ready. So this is the last time you ever have to manually upgrade <em>WordPress</em> again. If you are readdy, here we go:</p>
<ul>
<li>Check to see <a title="Hosts Compatibility" href="http://codex.wordpress.org/Core_Update_Host_Compatibility" target="_blank">your host</a> is compatible with <em>WordPress 2.7</em>.</li>
</ul>
<ul>
<li>Check to find out <a title="Plugins Compatibility" href="http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.7" target="_blank">your plugins</a> are compatible with <em>WordPress 2.7</em>.</li>
</ul>
<ul>
<li>Check to be sure <a title="Themes Compatibility" href="http://codex.wordpress.org/Themes/Theme_Compatibility" target="_blank">your theme</a> is compatible with <em>WordPress 2.7</em>.</li>
</ul>
<ul>
<li>If everything works fine for you, then you can download <a title="WordPress 2.7 download" href="http://wordpress.org/download/" target="_blank">WordPress 2.7</a> here.</li>
</ul>
<ul>
<li>Deactivate all your plugins before you proceed.</li>
</ul>
<ul>
<li>You can use <a title="Wordpress Automatic Upgrade plugin" href="http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-plugin.html" target="_blank">WordPress Automatic Upgrade Plugin</a> to upgrade to <em>WordPress 2.7</em> in about two minutes (after that say bye-bye to this plugin because you don&#8217;t need it any more). If you like to manually upgrade your existing <em>WordPress</em> version to <em>WordPress 2.7</em>, just follow along.</li>
</ul>
<ul>
<li>Back up all your <em>WordPress</em> files to your laptop/<em>PC</em>.  You may use <a title="The Benefits of Using Firefox With Google Toolbar" href="../the-benefits-of-using-firefox-with-google-toolbar.html">FTP</a> to get the job done.</li>
</ul>
<ul>
<li>Back up your database. If you don’t know how, follow <a title="Back Up Your Database" href="http://codex.wordpress.org/Backing_Up_Your_Database" target="_blank">these instructions</a> here.</li>
</ul>
<ul>
<li>You should double check to make sure that your backups are usable.</li>
</ul>
<ul>
<li>Delete the old <em>WordPress</em> files <strong>except</strong> the following files:<br />
* <span style="color: #ff0000;">wp-config.php</span> file<br />
* <span style="color: #ff0000;">wp-content</span> folder<br />
* <span style="color: #ff0000;">wp-images</span> folder (only older installations from 1.5.x days will have this folder)<br />
* <span style="color: #ff0000;">wp-includes/languages/</span>folder; if you are using a language file, and it is here rather than in <span style="color: #ff0000;">wp-content/languages/</span>, <strong>do not</strong> delete this folder (you might want to move your language files to wp-content/languages/ for easier upgrading in the future)<br />
* <span style="color: #ff0000;">.htaccess</span> file (if you have added custom rules to your <span style="color: #ff0000;">.htaccess</span>, <strong>do not</strong> delete it)<br />
* <span style="color: #ff0000;">Custom Content and/or Plugins</span> (if you have any images or other custom content or <em>Plugins</em> inside the <span style="color: #ff0000;">wp-content</span> folder, <strong>do not</strong> delete them).</li>
</ul>
<ul>
<li>You may use <a title="The Benefits of Using Firefox With Google Toolbar" href="../the-benefits-of-using-firefox-with-google-toolbar.html">FTP</a> to upload your unzipped <em>WordPress 2.7</em> files to your <em>WordPress</em> directory.</li>
</ul>
<ul>
<li>In your web browser, type http://www.<span style="color: #ff0000;">yoursitename</span>.com/wp-admin/ and hit enter. It will guide you whether you need to upgrade your database or not. It turns out that I needed to upgrade my database this time. (Make sure you replace <span style="color: #ff0000;">yoursitename</span> wiith your own domain name.)</li>
</ul>
<ul>
<li>The final step is to reactivate all your plugins in the dashboard of your <em>WordPress 2.7</em>.</li>
</ul>
<p>Now go ahead. Get familiar with the new features in <em>WordPress 2.7</em> and enjoy!</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fupgrade-to-wordpress-27-ready.html&amp;title=Upgrade%20to%20WordPress%202.7%3F%20Ready%3F&amp;bodytext=WordPress%202.7%20was%20released%20on%20December%2011%2C%202007.%20This%20is%20the%20next%20generation%20of%20WordPress.%20Are%20you%20ready%20for%20it%20yet%3F%0D%0AWordPress%202.7%20has%20a%20completely%20new%20look%20of%20its%20dashboard.%20It%20allows%20its%20users%20to%20arrange%20new%20modules%20by%20dragging%20and%20dropping%20them%20a" title="Digg"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.learningwp.com%2Fupgrade-to-wordpress-27-ready.html&amp;title=Upgrade%20to%20WordPress%202.7%3F%20Ready%3F&amp;notes=WordPress%202.7%20was%20released%20on%20December%2011%2C%202007.%20This%20is%20the%20next%20generation%20of%20WordPress.%20Are%20you%20ready%20for%20it%20yet%3F%0D%0AWordPress%202.7%20has%20a%20completely%20new%20look%20of%20its%20dashboard.%20It%20allows%20its%20users%20to%20arrange%20new%20modules%20by%20dragging%20and%20dropping%20them%20a" title="del.icio.us"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.learningwp.com%2Fupgrade-to-wordpress-27-ready.html&amp;t=Upgrade%20to%20WordPress%202.7%3F%20Ready%3F" title="Facebook"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.learningwp.com%2Fupgrade-to-wordpress-27-ready.html&amp;h=Upgrade%20to%20WordPress%202.7%3F%20Ready%3F" title="NewsVine"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fupgrade-to-wordpress-27-ready.html&amp;title=Upgrade%20to%20WordPress%202.7%3F%20Ready%3F" title="Reddit"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fupgrade-to-wordpress-27-ready.html&amp;title=Upgrade%20to%20WordPress%202.7%3F%20Ready%3F" title="StumbleUpon"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.learningwp.com%2Fupgrade-to-wordpress-27-ready.html&amp;title=Upgrade%20to%20WordPress%202.7%3F%20Ready%3F&amp;annotation=WordPress%202.7%20was%20released%20on%20December%2011%2C%202007.%20This%20is%20the%20next%20generation%20of%20WordPress.%20Are%20you%20ready%20for%20it%20yet%3F%0D%0AWordPress%202.7%20has%20a%20completely%20new%20look%20of%20its%20dashboard.%20It%20allows%20its%20users%20to%20arrange%20new%20modules%20by%20dragging%20and%20dropping%20them%20a" title="Google Bookmarks"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.learningwp.com%2Fupgrade-to-wordpress-27-ready.html&amp;submitHeadline=Upgrade%20to%20WordPress%202.7%3F%20Ready%3F&amp;submitSummary=WordPress%202.7%20was%20released%20on%20December%2011%2C%202007.%20This%20is%20the%20next%20generation%20of%20WordPress.%20Are%20you%20ready%20for%20it%20yet%3F%0D%0AWordPress%202.7%20has%20a%20completely%20new%20look%20of%20its%20dashboard.%20It%20allows%20its%20users%20to%20arrange%20new%20modules%20by%20dragging%20and%20dropping%20them%20a&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Upgrade%20to%20WordPress%202.7%3F%20Ready%3F%20-%20http%3A%2F%2Fwww.learningwp.com%2Fupgrade-to-wordpress-27-ready.html" title="Twitter"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.learningwp.com%2Fupgrade-to-wordpress-27-ready.html" title="Technorati"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fupgrade-to-wordpress-27-ready.html&amp;title=Upgrade%20to%20WordPress%202.7%3F%20Ready%3F" title="Live"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fupgrade-to-wordpress-27-ready.html&amp;title=Upgrade%20to%20WordPress%202.7%3F%20Ready%3F&amp;source=Exploring+The+Internet+Exploring+the+web+-+Growing+my+experience+toward+my+online+business&amp;summary=WordPress%202.7%20was%20released%20on%20December%2011%2C%202007.%20This%20is%20the%20next%20generation%20of%20WordPress.%20Are%20you%20ready%20for%20it%20yet%3F%0D%0AWordPress%202.7%20has%20a%20completely%20new%20look%20of%20its%20dashboard.%20It%20allows%20its%20users%20to%20arrange%20new%20modules%20by%20dragging%20and%20dropping%20them%20a" title="LinkedIn"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.learningwp.com%2Fupgrade-to-wordpress-27-ready.html&amp;t=Upgrade%20to%20WordPress%202.7%3F%20Ready%3F" title="MySpace"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.learningwp.com/upgrade-to-wordpress-27-ready.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Upgrade Your WordPress blog to WordPress 2.6.5?</title>
		<link>http://www.learningwp.com/how-to-upgrade-your-wordpress-blog-to-wordpress-265.html</link>
		<comments>http://www.learningwp.com/how-to-upgrade-your-wordpress-blog-to-wordpress-265.html#comments</comments>
		<pubDate>Sun, 07 Dec 2008 01:35:26 +0000</pubDate>
		<dc:creator>Lanna</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress Upgrades]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[WordPress 2.6.5]]></category>
		<category><![CDATA[WordPress blog]]></category>

		<guid isPermaLink="false">http://www.learningwp.com/?p=230</guid>
		<description><![CDATA[








The latest version of WordPress is WordPress 2.6.5. It was released on November 25, 2008. According to WordPress&#62;&#62;Blog, it fixed one security problem and three bugs. I always like to upgrade my existing WordPress blog to the newest version; and I also like to upgrade it manually. Not that I don&#8217;t trust automatic upgrade, I [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<div style="display: block; float: left; padding: 5px 10px 10px 0;">
<script type="text/javascript"><!--
google_ad_client = "pub-4932554700716308";
/* 336x280, created 12/24/07 */
google_ad_slot = "2510575724";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<!-- End Google Adsense code -->
The latest version of <em>WordPress</em> is <em>WordPress 2.6.5</em>. It was released on November 25, 2008. According to <a title="WordPress&gt;&gt;Blog" href="http://wordpress.org/development/2008/11/wordpress-265/" target="_blank">WordPress&gt;&gt;Blog</a>, it fixed one security problem and three bugs. I always like to upgrade my existing <em>WordPress</em> blog to the newest version; and I also like to upgrade it manually. Not that I don&#8217;t trust automatic upgrade, I just like to learn things through my own experience. Here are the steps I&#8217;ve used to upgrade to <em>WordPress 2.6.5</em>:</p>
<ul>
<li>First you have to find out whether you meet <a title="The Minimum Requirement" href="http://wordpress.org/about/requirements/" target="_blank">the minimum requirement</a>. You can find the answer from you host account.</li>
</ul>
<ul>
<li>Next you can get <a title="Wordpress Automatic Upgrade plugin" href="http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-plugin.html" target="_blank">WordPress Automatic Upgrade Plugin</a> to upgrade to <em>WordPress 2.6.5</em> in about two minutes. For me I prefer to manually upgrade my <em>WordPress</em> blog.</li>
</ul>
<ul>
<li>Next back up your database. If you don&#8217;t know how, <a title="Back Up Your Database" href="http://codex.wordpress.org/Backing_Up_Your_Database" target="_blank">these instructions</a> will show you how.</li>
</ul>
<ul>
<li>Then back up all your <em>WordPress</em> files to your laptop/<em>PC</em>.  I prefer using <a title="The Benefits of Using Firefox With Google Toolbar" href="../the-benefits-of-using-firefox-with-google-toolbar.html">FTP</a>.</li>
</ul>
<ul>
<li>It is very important that you double check your backups to see whether they are usable.</li>
</ul>
<ul>
<li>Next deactivate all your plugins since they may cause problems.</li>
</ul>
<ul>
<li>Now go to download <a title="WordPress 2.6.1 Download" href="http://wordpress.org/download/" target="_blank">WordPress 2.6.5</a> to your laptop/<em>PC</em>.</li>
</ul>
<ul>
<li>Delete the old <em>WordPress</em> files <strong>except</strong> the following files:
<ul>
<li><span style="color: #cc66cc;">wp-config.php</span> file</li>
<li><span style="color: #cc66cc;">wp-content</span> folder</li>
<li><span style="color: #cc66cc;">wp-images</span> folder (only older installations from 1.5.x days will have this folder)</li>
<li><span style="color: #cc66cc;">wp-includes/languages/</span>folder; if you are using a language file, and it is here rather than in <span style="color: #cc66cc;">wp-content/languages/</span>, <strong>do not</strong> delete this folder (you might want to move your language files to <span style="color: #cc66cc;">wp-content/languages/</span> for easier upgrading in the future)</li>
<li><span style="color: #cc66cc;"><code>.htaccess</code></span> file (if you have added custom rules to your <span style="color: #cc66cc;"><code>.htaccess</code></span>, <strong>do not</strong> delete it)</li>
<li><span style="color: #cc66cc;">Custom Content and/or Plugins</span> (if you have any images or other custom content or <em>Plugins</em> inside the <span style="color: #cc66cc;"><code>wp-content</code></span> folder, <strong>do not</strong> delete them).</li>
</ul>
</li>
</ul>
<ul>
<li>Upload your unzipped <span style="color: #cc66cc;">WordPress 2.6.5</span> files to your <em>WordPress</em> directory.</li>
</ul>
<ul>
<li>Type http://www.<span style="color: #cc66cc;">yoursitename</span>.com/wp-admin/ in your web browser and hit enter. It will direct you whether you need to upgrade your database or not. Make sure you replace <span style="color: #cc66cc;">yoursitename</span> with your own domain name.</li>
</ul>
<ul>
<li>Now head to reactivate your plugins and enjoy your <em>WordPress 2.6.5</em> dashboard.</li>
</ul>
<p>See it is not hard. Let me know if you run into any issues.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-upgrade-your-wordpress-blog-to-wordpress-265.html&amp;title=How%20to%20Upgrade%20Your%20WordPress%20blog%20to%20WordPress%202.6.5%3F&amp;bodytext=The%20latest%20version%20of%20WordPress%20is%20WordPress%202.6.5.%20It%20was%20released%20on%20November%2025%2C%202008.%20According%20to%20WordPress%26gt%3B%26gt%3BBlog%2C%20it%20fixed%20one%20security%20problem%20and%20three%20bugs.%20I%20always%20like%20to%20upgrade%20my%20existing%20WordPress%20blog%20to%20the%20newest%20version%3B%20and" title="Digg"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-upgrade-your-wordpress-blog-to-wordpress-265.html&amp;title=How%20to%20Upgrade%20Your%20WordPress%20blog%20to%20WordPress%202.6.5%3F&amp;notes=The%20latest%20version%20of%20WordPress%20is%20WordPress%202.6.5.%20It%20was%20released%20on%20November%2025%2C%202008.%20According%20to%20WordPress%26gt%3B%26gt%3BBlog%2C%20it%20fixed%20one%20security%20problem%20and%20three%20bugs.%20I%20always%20like%20to%20upgrade%20my%20existing%20WordPress%20blog%20to%20the%20newest%20version%3B%20and" title="del.icio.us"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-upgrade-your-wordpress-blog-to-wordpress-265.html&amp;t=How%20to%20Upgrade%20Your%20WordPress%20blog%20to%20WordPress%202.6.5%3F" title="Facebook"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-upgrade-your-wordpress-blog-to-wordpress-265.html&amp;h=How%20to%20Upgrade%20Your%20WordPress%20blog%20to%20WordPress%202.6.5%3F" title="NewsVine"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-upgrade-your-wordpress-blog-to-wordpress-265.html&amp;title=How%20to%20Upgrade%20Your%20WordPress%20blog%20to%20WordPress%202.6.5%3F" title="Reddit"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-upgrade-your-wordpress-blog-to-wordpress-265.html&amp;title=How%20to%20Upgrade%20Your%20WordPress%20blog%20to%20WordPress%202.6.5%3F" title="StumbleUpon"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-upgrade-your-wordpress-blog-to-wordpress-265.html&amp;title=How%20to%20Upgrade%20Your%20WordPress%20blog%20to%20WordPress%202.6.5%3F&amp;annotation=The%20latest%20version%20of%20WordPress%20is%20WordPress%202.6.5.%20It%20was%20released%20on%20November%2025%2C%202008.%20According%20to%20WordPress%26gt%3B%26gt%3BBlog%2C%20it%20fixed%20one%20security%20problem%20and%20three%20bugs.%20I%20always%20like%20to%20upgrade%20my%20existing%20WordPress%20blog%20to%20the%20newest%20version%3B%20and" title="Google Bookmarks"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-upgrade-your-wordpress-blog-to-wordpress-265.html&amp;submitHeadline=How%20to%20Upgrade%20Your%20WordPress%20blog%20to%20WordPress%202.6.5%3F&amp;submitSummary=The%20latest%20version%20of%20WordPress%20is%20WordPress%202.6.5.%20It%20was%20released%20on%20November%2025%2C%202008.%20According%20to%20WordPress%26gt%3B%26gt%3BBlog%2C%20it%20fixed%20one%20security%20problem%20and%20three%20bugs.%20I%20always%20like%20to%20upgrade%20my%20existing%20WordPress%20blog%20to%20the%20newest%20version%3B%20and&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20to%20Upgrade%20Your%20WordPress%20blog%20to%20WordPress%202.6.5%3F%20-%20http%3A%2F%2Fwww.learningwp.com%2Fhow-to-upgrade-your-wordpress-blog-to-wordpress-265.html" title="Twitter"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-upgrade-your-wordpress-blog-to-wordpress-265.html" title="Technorati"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-upgrade-your-wordpress-blog-to-wordpress-265.html&amp;title=How%20to%20Upgrade%20Your%20WordPress%20blog%20to%20WordPress%202.6.5%3F" title="Live"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-upgrade-your-wordpress-blog-to-wordpress-265.html&amp;title=How%20to%20Upgrade%20Your%20WordPress%20blog%20to%20WordPress%202.6.5%3F&amp;source=Exploring+The+Internet+Exploring+the+web+-+Growing+my+experience+toward+my+online+business&amp;summary=The%20latest%20version%20of%20WordPress%20is%20WordPress%202.6.5.%20It%20was%20released%20on%20November%2025%2C%202008.%20According%20to%20WordPress%26gt%3B%26gt%3BBlog%2C%20it%20fixed%20one%20security%20problem%20and%20three%20bugs.%20I%20always%20like%20to%20upgrade%20my%20existing%20WordPress%20blog%20to%20the%20newest%20version%3B%20and" title="LinkedIn"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-upgrade-your-wordpress-blog-to-wordpress-265.html&amp;t=How%20to%20Upgrade%20Your%20WordPress%20blog%20to%20WordPress%202.6.5%3F" title="MySpace"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.learningwp.com/how-to-upgrade-your-wordpress-blog-to-wordpress-265.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Transfer My WordPress Blog to a New Domain?</title>
		<link>http://www.learningwp.com/transfer-my-wordpress-blog-to-a-new-domain.html</link>
		<comments>http://www.learningwp.com/transfer-my-wordpress-blog-to-a-new-domain.html#comments</comments>
		<pubDate>Tue, 25 Nov 2008 04:47:13 +0000</pubDate>
		<dc:creator>Lanna</dc:creator>
				<category><![CDATA[Domain]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[database name]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[mysql database]]></category>
		<category><![CDATA[mysql tutorial]]></category>
		<category><![CDATA[new domain]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[transfer domain]]></category>
		<category><![CDATA[transfer WordPress]]></category>
		<category><![CDATA[WordPress blog]]></category>

		<guid isPermaLink="false">http://www.learningwp.com/?p=150</guid>
		<description><![CDATA[








I&#8217;ve just successfully transferred my old WordPress blog which is in the subdomain of /blog/ to a new domain (the current domain). This was done within the same host.

First I used FTP to back up my old WordPress blog files to my laptop.


Second I upgraded my old WordPress 2.6.1 to be the newest version WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<div style="display: block; float: left; padding: 5px 10px 10px 0;">
<script type="text/javascript"><!--
google_ad_client = "pub-4932554700716308";
/* 336x280, created 12/24/07 */
google_ad_slot = "2510575724";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<!-- End Google Adsense code -->
I&#8217;ve just successfully transferred my old <em>WordPress</em> blog which is in the subdomain of /blog/ to a new domain (the current domain). This was done within the same host.</p>
<ul>
<li>First I used <a title="How to Set Up FTP to transfer Files?" href="http://meaningfulblog.blogspot.com/2008/03/how-to-set-up-ftp-to-transfer-files.html" target="_blank">FTP</a> to back up my old <em>WordPress</em> blog files to my laptop.</li>
</ul>
<ul>
<li>Second I upgraded my old <em>WordPress 2.6.1</em> to be the newest version <a title="How to Upgrade Your WordPress Blog to WordPress 2.6.5?" href="http://www.learningwp.com/how-to-upgrade-your-wordpress-blog-to-wordpress-265.html">WordPress 2.6.5</a>.</li>
</ul>
<ul>
<li>Third I logged in to my host&#8217;s <span style="color: #ff0000;">cPanel</span>/<span style="color: #ff0000;">phpMyAdmin</span> to export my old <em>WordPress</em> blog&#8217;s database to my laptop. See <a title="Wordpress Database Backup" href="http://www.tamba2.org.uk/wordpress/backup/" target="_blank">WordPress Backup with phpMyAdmin</a> here.</li>
</ul>
<ul>
<li>Next I created a new folder named wp for the new domain. I then created a <code>robots.txt</code> in wp fold with the following contents:<br />
<code>User-agent: *<br />
Disallow: /</code><br />
This is to prevent any search engines to crawl my site before it is ready.</li>
</ul>
<ul>
<li>Next I created a new database in my host <span style="color: #ff0000;">cPanel</span> for this new domain. See <a title="WordPress Tutorial: Setting Up A MySQL Database With cPanel" href="http://www.siteground.com/tutorials/php-mysql/mysql_database_user.htm" target="_blank">WordPress Tutorial: Setting Up A MySQL Database With cPanel</a> here.</li>
</ul>
<ul>
<li>Next I typed the url of my website in my browse to run the install and input the information I&#8217;v got from the last step to finish the installation.</li>
</ul>
<ul>
<li>Then I edited wp-config.php file which should be in your root directory and changed the high-lighted parts with the information I&#8217;ve got earlier.</li>
<p><span>define(’DB_NAME’, ‘<strong>databasename</strong>‘); // Change the high-lighted part to be your database name<br />
define(’DB_USER’, ‘<strong>mysqlusername</strong>‘); // Change the high-lighted part to be your MySQL username<br />
define(’DB_PASSWORD’, ‘<strong>mysqlpassword</strong>‘); // Change the high-lighted part to be your password<br />
define(’DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value.</span></ul>
<ul>
<li>Next I used <a title="How to Set Up FTP to transfer Files?" href="http://meaningfulblog.blogspot.com/2008/03/how-to-set-up-ftp-to-transfer-files.html" target="_blank">FTP</a> to upload all my old <em>WordPress</em> blog&#8217;s files to <span style="color: #ff0000;">public_html</span>/<span style="color: #ff0000;">wp</span> folder.</li>
</ul>
<ul>
<li>Then I imported my old database to replace the new one I&#8217;ve created eariler. (if your database name, mysql username, and mysql password are the same as the old one, then you don&#8217;t need to do anything otherwise you have to change them before you can import it.)</li>
</ul>
<ul>
<li>Then I logged in to my <em>WordPress</em> admin area and used <a onclick="exitTracker._trackEvent('article','http://wordpress.org/extend/plugins/search-and-replace/');" href="http://wordpress.org/extend/plugins/search-and-replace/">Search and Replace plugin</a> to search all my old <em>WordPress</em> urls in database to be replaced with my new urls.</li>
</ul>
<ul>
<li>Then I double checked my website to see whether everything was working properly. After that I deleted the<code> robots.txt file.</code></li>
</ul>
<ul>
<li>Finally I added the following line in my old blog&#8217;s .htaccess file right after<br />
RewriteEngine On<br />
<span style="color: #ff0000;">RewriteRule ^(.*)$ http://www.<strong>yourdomainname</strong>.com/$1 [R=301,L]</span></li>
<p>You must change <strong>yourdomainname</strong> to be your actual domain name. Adding this line in my old blog&#8217;s .htaccess will ensure that all my old blog&#8217;s traffic will be redirected to my new blog with every single post I&#8217;ve created.</ul>
<p>Any questions? or suggestions? Please share them with us.</p>
<p><div style="float:left;width:49%;margin-right:1%;height:245px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=domain+for+sale&icep_item=110565234103&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">GO GREEN Enviro Friendly Website for Sale - FREE DOMAIN</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=domain+for+sale&icep_item=110565234103&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/110565234103_0.jpg"></a></td><td><strong>US &#36;1.99</strong><br /> End Date: Thursday Jul-29-2010 11:16:14 PDT<br />Buy It Now for only: US &#36;1.99<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=domain+for+sale&icep_item=110565234103&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=domain+for+sale&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D110565234103%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table>
</div><div style="float:left;width:49%;margin-right:1%;height:245px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=domain+for+sale&icep_item=280541066642&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Domain Name For Sale</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=domain+for+sale&icep_item=280541066642&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/280541066642_0.jpg"></a></td><td><strong>US &#36;0.99</strong> (0 Bid)<br /> End Date: Thursday Jul-29-2010 11:16:38 PDT<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=domain+for+sale&icep_item=280541066642&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Bid now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=domain+for+sale&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D280541066642%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table>
</div></p>
<p>Related articles<br />
<a title="Transfer My Joomla! Website to a New Host" href="http://meaningfulblog.blogspot.com/2008/09/transfer-my-joomla-website-to-new-host.html" target="_blank">Transfer My Joomla! Website to a New Host</a><br />
<a title="How to Transfer Your WordPress blog to a New Host?" href="http://www.learningwp.com/how-to-transfer-your-wordpress-blog-to-a-new-host.html">How to Transfer Your WordPress blog to a New Host? </a><br />
<a title="How to Transfer Your Joomla! Website to a New Domain?" href="http://meaningfulblog.blogspot.com/2008/11/transfer-joomla-website-to-new-domain.html" target="_blank">How to Transfer Your Joomla! Website to a New Domain?</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;title=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F&amp;bodytext=I%27ve%20just%20successfully%20transferred%20my%20old%20WordPress%20blog%20which%20is%20in%20the%20subdomain%20of%20%2Fblog%2F%20to%20a%20new%20domain%20%28the%20current%20domain%29.%20This%20was%20done%20within%20the%20same%20host.%0D%0A%0D%0A%09First%20I%20used%20FTP%20to%20back%20up%20my%20old%20WordPress%20blog%20files%20to%20my%20laptop.%0D%0A%0D%0A%0D%0A%09Sec" title="Digg"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;title=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F&amp;notes=I%27ve%20just%20successfully%20transferred%20my%20old%20WordPress%20blog%20which%20is%20in%20the%20subdomain%20of%20%2Fblog%2F%20to%20a%20new%20domain%20%28the%20current%20domain%29.%20This%20was%20done%20within%20the%20same%20host.%0D%0A%0D%0A%09First%20I%20used%20FTP%20to%20back%20up%20my%20old%20WordPress%20blog%20files%20to%20my%20laptop.%0D%0A%0D%0A%0D%0A%09Sec" title="del.icio.us"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;t=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F" title="Facebook"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;h=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F" title="NewsVine"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;title=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F" title="Reddit"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;title=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F" title="StumbleUpon"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;title=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F&amp;annotation=I%27ve%20just%20successfully%20transferred%20my%20old%20WordPress%20blog%20which%20is%20in%20the%20subdomain%20of%20%2Fblog%2F%20to%20a%20new%20domain%20%28the%20current%20domain%29.%20This%20was%20done%20within%20the%20same%20host.%0D%0A%0D%0A%09First%20I%20used%20FTP%20to%20back%20up%20my%20old%20WordPress%20blog%20files%20to%20my%20laptop.%0D%0A%0D%0A%0D%0A%09Sec" title="Google Bookmarks"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;submitHeadline=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F&amp;submitSummary=I%27ve%20just%20successfully%20transferred%20my%20old%20WordPress%20blog%20which%20is%20in%20the%20subdomain%20of%20%2Fblog%2F%20to%20a%20new%20domain%20%28the%20current%20domain%29.%20This%20was%20done%20within%20the%20same%20host.%0D%0A%0D%0A%09First%20I%20used%20FTP%20to%20back%20up%20my%20old%20WordPress%20blog%20files%20to%20my%20laptop.%0D%0A%0D%0A%0D%0A%09Sec&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F%20-%20http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html" title="Twitter"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html" title="Technorati"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;title=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F" title="Live"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;title=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F&amp;source=Exploring+The+Internet+Exploring+the+web+-+Growing+my+experience+toward+my+online+business&amp;summary=I%27ve%20just%20successfully%20transferred%20my%20old%20WordPress%20blog%20which%20is%20in%20the%20subdomain%20of%20%2Fblog%2F%20to%20a%20new%20domain%20%28the%20current%20domain%29.%20This%20was%20done%20within%20the%20same%20host.%0D%0A%0D%0A%09First%20I%20used%20FTP%20to%20back%20up%20my%20old%20WordPress%20blog%20files%20to%20my%20laptop.%0D%0A%0D%0A%0D%0A%09Sec" title="LinkedIn"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.learningwp.com%2Ftransfer-my-wordpress-blog-to-a-new-domain.html&amp;t=How%20to%20Transfer%20My%20WordPress%20Blog%20to%20a%20New%20Domain%3F" title="MySpace"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.learningwp.com/transfer-my-wordpress-blog-to-a-new-domain.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Transfer Your WordPress Blog to a New Host?</title>
		<link>http://www.learningwp.com/how-to-transfer-your-wordpress-blog-to-a-new-host.html</link>
		<comments>http://www.learningwp.com/how-to-transfer-your-wordpress-blog-to-a-new-host.html#comments</comments>
		<pubDate>Sun, 14 Sep 2008 23:42:03 +0000</pubDate>
		<dc:creator>Lanna</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[absolute path]]></category>
		<category><![CDATA[database name]]></category>
		<category><![CDATA[database wizard]]></category>
		<category><![CDATA[mysql databases]]></category>
		<category><![CDATA[new host]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[sql database]]></category>
		<category><![CDATA[transfer domain]]></category>
		<category><![CDATA[transfer WordPress]]></category>
		<category><![CDATA[WordPress blog]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.learningwp.com/how-to-transfer-your-wordpress-blog-to-a-new-host.html</guid>
		<description><![CDATA[








I&#8217;ve just successfully transferred this WordPress blog (version WordPress 2.6.1) to a new host &#8211; hostmonster.com. The reason I wanted to switch to hostmonster.com is that not only it provides reasonable price but also offers unlimited hosting space, unlimited site bandwidth, and hosting unlimited domains. With $5.95/month, you can get as many as 100 SQL [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<div style="display: block; float: left; padding: 5px 10px 10px 0;">
<script type="text/javascript"><!--
google_ad_client = "pub-4932554700716308";
/* 336x280, created 12/24/07 */
google_ad_slot = "2510575724";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<!-- End Google Adsense code -->
I&#8217;ve just successfully transferred this <em>WordPress</em> blog (version <em>WordPress 2.6.1</em>) to a new host &#8211; <a onmouseover="window.status='http://www.hostmonster.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.kqzyfj.com/click-2893050-10422157" target="_blank">hostmonster.com</a>. The reason I wanted to switch to <a onmouseover="window.status='http://www.hostmonster.com';return true;" onmouseout="window.status=' ';return true;" href="http://www.kqzyfj.com/click-2893050-10422157" target="_blank">hostmonster.com</a> is that not only it provides reasonable price but also offers unlimited hosting space, unlimited site bandwidth, and hosting unlimited domains. With $5.95/month, you can get as many as 100 <em>SQL</em> (<em>Structured Query Language</em>) databases. This is really a good deal in comparison to my previous host which only offered 1 <em>SQL</em> database with $9.95/month.</p>
<p style="text-align: left;">However transferring your <em>WordPress</em> blog/website to a new host is not an easy job; especially if you are new to this realm. If one day for any reason you decide to transfer your current <em>WordPress</em> blog/website to a new host, these are the steps I make them as smooth as they could be for you:</p>
<ul>
<li>First find a host that meets all your needs.</li>
</ul>
<ul>
<li>Second use <a title="The Benefits of Using FireFox With Google Toolbar" href="http://www.learningwp.com/the-benefits-of-using-firefox-with-google-toolbar.html">FTP</a> to backup your <em>WordPress</em> files to your computer or laptop.</li>
</ul>
<ul>
<li>Third backup (export) your <em>WordPRess</em> database to your computer or laptop using <em>phpMyAdmin</em> in your current host&#8217;s <em>cPanel</em>. Check <a title="Wordpress Database Backup" href="http://www.tamba2.org.uk/wordpress/backup/" target="_blank">WordPress Backup with phpMyAdmin</a> out for more details.</li>
</ul>
<ul>
<li>Next use <a title="The Benefits of Using FireFox With Google Toolbar" href="http://www.learningwp.com/the-benefits-of-using-firefox-with-google-toolbar.html">FTP</a> to upload your <em>WordPress</em> files that you&#8217;ve backed up earlier to your <strong>new</strong> host&#8217;s root directory or any directory you prefer.</li>
</ul>
<ul>
<li>Next create a new database using either <em>MySQL <span style="font-family: Georgia; color: black;">®</span> Databases </em>or <em>MySQL <span style="font-family: Georgia; color: black;">®</span> Database Wizard</em> in your <strong>new</strong> host&#8217;s <em>cPanel</em>. See <a title="WordPress Tutorial: Setting Up A MySQL Database With cPanel" href="http://www.siteground.com/tutorials/php-mysql/mysql_database_user.htm" target="_blank">WordPress Tutorial: Setting Up A MySQL Database With cPanel</a> for more details.</li>
</ul>
<ul>
<li>Next change the information about your database or the absolute path before uploading (importing) it to your <strong>new</strong> host. Make sure you choose <span style="color: #ff0000;">binary</span> from <strong>Character set of the file</strong> otherwise some punctuation like apostrophe will not show properly. See the screenshot below: <a href="http://www.learningwp.com/wp-content/uploads/2008/12/import_phpmyadmin.jpg"><img class="alignnone size-full wp-image-225" title="import_phpmyadmin" src="http://www.learningwp.com/wp-content/uploads/2008/12/import_phpmyadmin.jpg" alt="Import phpMyAdmin" width="440" height="240" /></a></li>
</ul>
<ul>
<li>Then download your <strong>wp_config.php</strong> file, which should be in your root directory, to your computer or laptop;  edit the following lines and then upload it back to the same directory:<br />
<table style="height: 21px;" border="1" cellspacing="0" width="440">
<tbody>
<tr>
<td style="background-color: #e5ecfa; width: 440px;">
<p style="margin: 5pt 15pt; text-align: justify;"><span>define(&#8216;DB_NAME&#8217;, &#8216;<strong>databasename</strong>&#8216;); // Change database name to be your actual database name<br />
define(&#8216;DB_USER&#8217;, &#8216;<strong>mysqlusername</strong>&#8216;); // Change mysql username to be your MySQL username<br />
define(&#8216;DB_PASSWORD&#8217;, &#8216;<strong>mysqlpassword</strong>&#8216;); // Change mysql password to be your actual password<br />
define(&#8216;DB_HOST&#8217;, &#8216;localhost&#8217;); // 99% chance you won&#8217;t need to change this value.</span></td>
</tr>
</tbody>
</table>
</li>
</ul>
<ul>
<li>Finally point your domain to your <strong>new</strong> host&#8217;s name servers. In my case, they look like these: <strong>ns1.hostmonster.com</strong> and <strong>ns2.hostmonster.com</strong>. If you are not sure then you can ask your current host to have that done for you. Please be aware that <em>DNS</em> (<em>Domain Name System</em>) takes 24 to 48 hours to be completed due to <em>DNS&#8217;</em> propagation.</li>
</ul>
<p>Once you find out that everything is working properly, inform your current host to cancel your account. That is it. Any questions please ask in the comment section.</p>
<p><div style="float:left;width:49%;margin-right:1%;height:245px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=cpanel+web+hosting&icep_item=220582141165&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">+ Unlimited Web Hosting Sell cPanel + Free Fantastico</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=cpanel+web+hosting&icep_item=220582141165&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/220582141165_0.jpg"></a></td><td><strong>US &#36;14.99</strong><br /> End Date: Thursday Jul-29-2010 19:09:28 PDT<br />Buy It Now for only: US &#36;14.99<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=cpanel+web+hosting&icep_item=220582141165&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=cpanel+web+hosting&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D220582141165%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table>
</div><div style="float:left;width:49%;margin-right:1%;height:245px;"><a rel="nofollow" href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=cpanel+web+hosting&icep_item=220582141499&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">+ Unlimited Domains Web Hosting Reseller Sell cPanel</a><br /><table border="0" cellpadding="8"><tr><td><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=cpanel+web+hosting&icep_item=220582141499&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss"><img border="0" src="http://thumbs.ebaystatic.com/pict/220582141499_0.jpg"></a></td><td><strong>US &#36;14.99</strong><br /> End Date: Thursday Jul-29-2010 19:10:33 PDT<br />Buy It Now for only: US &#36;14.99<br /><a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&toolid=10005&campid=5336190399&customid=cpanel+web+hosting&icep_item=220582141499&ipn=psmain&icep_vectorid=238401&kwid=902099&mtid=824&kw=rss">Buy it now</a> | <a href="http://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&toolid=10005&campid=5336190399&customid=cpanel+web+hosting&mpre=http%3A%2F%2Fcgi1.ebay.com%2Fws%2FeBayISAPI.dll%3FMfcISAPICommand%3DMakeTrack%26item%3D220582141499%26ssPageName%3DRSS%3AB%3ASRCH%3AUS%3A104">Add to watch list</a></td></tr></table>
</div></p>
<p>Related articles<br />
<a title="Transfer My Joomla! Website to a New Host" href="http://meaningfulblog.blogspot.com/2008/09/transfer-my-joomla-website-to-new-host.html" target="_blank">Transfer My Joomla! Website to a New Host</a><br />
<a title="How to Transfer My WordPress Blog to a New Domain?" href="http://www.learningwp.com/transfer-my-wordpress-blog-to-a-new-domain.html">How to Transfer My WordPress Blog to a New Domain?</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;title=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F&amp;bodytext=I%27ve%20just%20successfully%20transferred%20this%20WordPress%20blog%20%28version%20WordPress%202.6.1%29%20to%20a%20new%20host%20-%20hostmonster.com.%20The%20reason%20I%20wanted%20to%20switch%20to%20hostmonster.com%20is%20that%20not%20only%20it%20provides%20reasonable%20price%20but%20also%20offers%20unlimited%20hosting%20space%2C%20" title="Digg"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;title=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F&amp;notes=I%27ve%20just%20successfully%20transferred%20this%20WordPress%20blog%20%28version%20WordPress%202.6.1%29%20to%20a%20new%20host%20-%20hostmonster.com.%20The%20reason%20I%20wanted%20to%20switch%20to%20hostmonster.com%20is%20that%20not%20only%20it%20provides%20reasonable%20price%20but%20also%20offers%20unlimited%20hosting%20space%2C%20" title="del.icio.us"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;t=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F" title="Facebook"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;h=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F" title="NewsVine"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;title=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F" title="Reddit"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;title=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F" title="StumbleUpon"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;title=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F&amp;annotation=I%27ve%20just%20successfully%20transferred%20this%20WordPress%20blog%20%28version%20WordPress%202.6.1%29%20to%20a%20new%20host%20-%20hostmonster.com.%20The%20reason%20I%20wanted%20to%20switch%20to%20hostmonster.com%20is%20that%20not%20only%20it%20provides%20reasonable%20price%20but%20also%20offers%20unlimited%20hosting%20space%2C%20" title="Google Bookmarks"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;submitHeadline=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F&amp;submitSummary=I%27ve%20just%20successfully%20transferred%20this%20WordPress%20blog%20%28version%20WordPress%202.6.1%29%20to%20a%20new%20host%20-%20hostmonster.com.%20The%20reason%20I%20wanted%20to%20switch%20to%20hostmonster.com%20is%20that%20not%20only%20it%20provides%20reasonable%20price%20but%20also%20offers%20unlimited%20hosting%20space%2C%20&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F%20-%20http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html" title="Twitter"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html" title="Technorati"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;title=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F" title="Live"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;title=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F&amp;source=Exploring+The+Internet+Exploring+the+web+-+Growing+my+experience+toward+my+online+business&amp;summary=I%27ve%20just%20successfully%20transferred%20this%20WordPress%20blog%20%28version%20WordPress%202.6.1%29%20to%20a%20new%20host%20-%20hostmonster.com.%20The%20reason%20I%20wanted%20to%20switch%20to%20hostmonster.com%20is%20that%20not%20only%20it%20provides%20reasonable%20price%20but%20also%20offers%20unlimited%20hosting%20space%2C%20" title="LinkedIn"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-transfer-your-wordpress-blog-to-a-new-host.html&amp;t=How%20to%20Transfer%20Your%20WordPress%20Blog%20to%20a%20New%20Host%3F" title="MySpace"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.learningwp.com/how-to-transfer-your-wordpress-blog-to-a-new-host.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrading to WordPress 2.6.1? How?</title>
		<link>http://www.learningwp.com/upgrading-to-wordpress-261-how.html</link>
		<comments>http://www.learningwp.com/upgrading-to-wordpress-261-how.html#comments</comments>
		<pubDate>Tue, 19 Aug 2008 20:55:31 +0000</pubDate>
		<dc:creator>Lanna</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress Upgrades]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[WordPress 2.6.1]]></category>
		<category><![CDATA[WordPress blog]]></category>

		<guid isPermaLink="false">http://www.learningwp.com/?p=81</guid>
		<description><![CDATA[








I missed the opportunity to upgrade to WordPress 2.6. Now WordPress 2.6.1 was released on Friday, August 15, 2008. It fixed a bunch of bugs. These include &#8220;several improvements for international users.  Styling of the admin for right-to-left languages is much improved thanks to the efforts of the Farsi and Hebrew translation teams, and a [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<div style="display: block; float: left; padding: 5px 10px 10px 0;">
<script type="text/javascript"><!--
google_ad_client = "pub-4932554700716308";
/* 336x280, created 12/24/07 */
google_ad_slot = "2510575724";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<!-- End Google Adsense code -->
I missed the opportunity to upgrade to <em>WordPress 2.6</em>. Now <em>WordPress 2.6.1</em> was released on Friday, August 15, 2008. It fixed a bunch of bugs. These include &#8220;several improvements for international users.  Styling of the admin for <a title="Right to Left Languages" href="http://en.wikipedia.org/wiki/Bi-directional_text" target="_blank">right-to-left languages</a> is much improved thanks to the efforts of the Farsi and Hebrew translation teams, and a mysterious <a title="Get Text" href="http://en.wikipedia.org/wiki/Gettext" target="_blank">gettext</a> bug caused by certain PHP configurations is now fixed. </p>
<p>For IIS users, 2.6.1 fixes several permalink problems. Image insertion problems in the Press This feature experienced by IE users are also fixed. Of note to everyone is a fix for a performance bug in the admin where those with a lot of plugins would experience slowness on some pages.&#8221; You may also want to find out the <a title="Full List of Over 60 Fixes" href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.6.1&amp;resolution=fixed&amp;order=priority" target="_blank">full list of over 60 fixes</a> to see what <em>WordPress 2.6.1</em> has to offer.</p>
<p style="text-align: left;">I just upgraded my existing <em>WordPress</em> version to <em>WordPress 2.6.1</em> a moment ago. Everything went smoothly. If you are ready to upgrade to <em>WordPress 2.6.1</em>, then you may find the following steps useful:</p>
<ul>
<li>First of all you need to check whether you meet <a title="The Minimum Requirement" href="http://wordpress.org/about/requirements/" target="_blank">the minimum requirement</a>. You can use the following code to check your minimum requirement.<br />
<table style="height: 21px;" border="1" cellspacing="0" width="450">
<tbody>
<tr>
<td style="background-color: #e5ecfa; width: 450px;">
<p style="margin: 5pt 15pt; text-align: justify;">&lt;?phpinfo();?&gt;</p>
</td>
</tr>
</tbody>
</table>
<p>Here is what you need to do: Save the above code in a file as <span style="color: #ff0000;">checkphpNmysql.php</span> or any name you want. Then upload that file to your <span style="color: #cc66cc;">public_html</span> directory, and run it as http://www.<span style="color: #cc66cc;">yoursitename</span>.com/<span style="color: #ff0000;">checkphpNmysql.php</span> in your browser to find out your PHP version and MySQL version right away. Make sure you replace <span style="color: #cc66cc;">yoursitename</span> with your own domain name.</li>
</ul>
<ul>
<li>If you fulfill the minimum requirement, then you have <span style="color: #cc66cc;">two</span> choices: (1) You can get <a title="Wordpress Automatic Upgrade plugin" href="http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-plugin.html" target="_blank">WordPress Automatic Upgrade Plugin</a> to upgrade for you in about <span style="color: #cc66cc;">two</span> minutes. I’ve never tried it before so you are taking that choice on your own risk. (2) Alternatively you may upgrade to <em>WordPress</em> <em>2.6.1</em> manually.</li>
</ul>
<ul>
<li>Next back up your database. Follow <a title="Back Up Your Database" href="http://codex.wordpress.org/Backing_Up_Your_Database" target="_blank">These instructions</a> if you don&#8217;t know how.</li>
</ul>
<ul>
<li>Use any <a title="The Benefits of Using Firefox With Google Toolbar" href="../the-benefits-of-using-firefox-with-google-toolbar.html">FTP</a> to back up <span style="color: #cc66cc;">ALL</span> of your files in your <em>WordPress</em> directory to your <em>PC</em> (personal computer).</li>
</ul>
<ul>
<li>Check your backups to see they are usable.</li>
</ul>
<ul>
<li>Make sure you deactivate <span style="color: #cc66cc;">All</span> your plugins.</li>
</ul>
<ul>
<li>Download and unzip <a title="WordPress 2.6.1 Download" href="http://wordpress.org/download/" target="_blank">WordPress 2.6.1</a> here to your <em>PC</em>.</li>
</ul>
<ul>
<li>Delete the old <em>WordPress</em> files <strong>except</strong> the following files:
<ul>
<li><span style="color: #cc66cc;">wp-config.php</span> file</li>
<li><span style="color: #cc66cc;">wp-content</span> folder</li>
<li><span style="color: #cc66cc;">wp-images</span> folder (only older installations from 1.5.x days will have this folder)</li>
<li><span style="color: #cc66cc;">wp-includes/languages/</span>folder; if you are using a language file, and it is here rather than in <span style="color: #cc66cc;">wp-content/languages/</span>, <strong>do not</strong> delete this folder (you might want to move your language files to <span style="color: #cc66cc;">wp-content/languages/</span> for easier upgrading in the future)</li>
<li><span style="color: #cc66cc;"><code>.htaccess</code></span> file (if you have added custom rules to your <span style="color: #cc66cc;"><code>.htaccess</code></span>, <strong>do not</strong> delete it)</li>
<li><span style="color: #cc66cc;">Custom Content and/or Plugins</span> (if you have any images or other custom content or <em>Plugins</em> inside the <span style="color: #cc66cc;"><code>wp-content</code></span> folder, <strong>do not</strong> delete them).</li>
</ul>
</li>
</ul>
<ul>
<li>Upload your unzipped <span style="color: #cc66cc;">wordpress-2.6.1</span> files to your <em>WordPress</em> directory.</li>
</ul>
<ul>
<li>Run http://www.<span style="color: #cc66cc;">yoursitename</span>.com/wp-admin/ as your normal login. From there it will direct you whether you need to upgrade your database or not. Make sure you replace <span style="color: #cc66cc;">yoursitename</span> with your own domain name.</li>
</ul>
<ul>
<li>If your <em>WordPress</em> is resided in a subdirectory called blog, then you need to run it as http://www.<span style="color: #cc66cc;">yoursitename</span>.com/blog/wp-admin/ <span style="color: #ff0000;">or</span> http://www.blog/<span style="color: #cc66cc;">yoursitename</span>.com/wp-admin/ depending on how you set up your blog.</li>
</ul>
<ul>
<li>The last step is to make sure you r<span class="mw-headline">eactivate those plugins that you deactivated earlier</span>.</li>
</ul>
<p>Did you see your new <em>WordPress 2.6.1</em> interface? How do you like about it?</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fupgrading-to-wordpress-261-how.html&amp;title=Upgrading%20to%20WordPress%202.6.1%3F%20How%3F&amp;bodytext=I%20missed%20the%20opportunity%20to%20upgrade%20to%20WordPress%202.6.%20Now%20WordPress%202.6.1%20was%20released%20on%20Friday%2C%20August%2015%2C%202008.%20It%20fixed%20a%20bunch%20of%20bugs.%20These%20include%20%22several%20improvements%20for%20international%20users.%C2%A0%20Styling%20of%20the%20admin%20for%20right-to-left%20languag" title="Digg"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.learningwp.com%2Fupgrading-to-wordpress-261-how.html&amp;title=Upgrading%20to%20WordPress%202.6.1%3F%20How%3F&amp;notes=I%20missed%20the%20opportunity%20to%20upgrade%20to%20WordPress%202.6.%20Now%20WordPress%202.6.1%20was%20released%20on%20Friday%2C%20August%2015%2C%202008.%20It%20fixed%20a%20bunch%20of%20bugs.%20These%20include%20%22several%20improvements%20for%20international%20users.%C2%A0%20Styling%20of%20the%20admin%20for%20right-to-left%20languag" title="del.icio.us"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.learningwp.com%2Fupgrading-to-wordpress-261-how.html&amp;t=Upgrading%20to%20WordPress%202.6.1%3F%20How%3F" title="Facebook"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.learningwp.com%2Fupgrading-to-wordpress-261-how.html&amp;h=Upgrading%20to%20WordPress%202.6.1%3F%20How%3F" title="NewsVine"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fupgrading-to-wordpress-261-how.html&amp;title=Upgrading%20to%20WordPress%202.6.1%3F%20How%3F" title="Reddit"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fupgrading-to-wordpress-261-how.html&amp;title=Upgrading%20to%20WordPress%202.6.1%3F%20How%3F" title="StumbleUpon"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.learningwp.com%2Fupgrading-to-wordpress-261-how.html&amp;title=Upgrading%20to%20WordPress%202.6.1%3F%20How%3F&amp;annotation=I%20missed%20the%20opportunity%20to%20upgrade%20to%20WordPress%202.6.%20Now%20WordPress%202.6.1%20was%20released%20on%20Friday%2C%20August%2015%2C%202008.%20It%20fixed%20a%20bunch%20of%20bugs.%20These%20include%20%22several%20improvements%20for%20international%20users.%C2%A0%20Styling%20of%20the%20admin%20for%20right-to-left%20languag" title="Google Bookmarks"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.learningwp.com%2Fupgrading-to-wordpress-261-how.html&amp;submitHeadline=Upgrading%20to%20WordPress%202.6.1%3F%20How%3F&amp;submitSummary=I%20missed%20the%20opportunity%20to%20upgrade%20to%20WordPress%202.6.%20Now%20WordPress%202.6.1%20was%20released%20on%20Friday%2C%20August%2015%2C%202008.%20It%20fixed%20a%20bunch%20of%20bugs.%20These%20include%20%22several%20improvements%20for%20international%20users.%C2%A0%20Styling%20of%20the%20admin%20for%20right-to-left%20languag&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Upgrading%20to%20WordPress%202.6.1%3F%20How%3F%20-%20http%3A%2F%2Fwww.learningwp.com%2Fupgrading-to-wordpress-261-how.html" title="Twitter"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.learningwp.com%2Fupgrading-to-wordpress-261-how.html" title="Technorati"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fupgrading-to-wordpress-261-how.html&amp;title=Upgrading%20to%20WordPress%202.6.1%3F%20How%3F" title="Live"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fupgrading-to-wordpress-261-how.html&amp;title=Upgrading%20to%20WordPress%202.6.1%3F%20How%3F&amp;source=Exploring+The+Internet+Exploring+the+web+-+Growing+my+experience+toward+my+online+business&amp;summary=I%20missed%20the%20opportunity%20to%20upgrade%20to%20WordPress%202.6.%20Now%20WordPress%202.6.1%20was%20released%20on%20Friday%2C%20August%2015%2C%202008.%20It%20fixed%20a%20bunch%20of%20bugs.%20These%20include%20%22several%20improvements%20for%20international%20users.%C2%A0%20Styling%20of%20the%20admin%20for%20right-to-left%20languag" title="LinkedIn"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.learningwp.com%2Fupgrading-to-wordpress-261-how.html&amp;t=Upgrading%20to%20WordPress%202.6.1%3F%20How%3F" title="MySpace"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.learningwp.com/upgrading-to-wordpress-261-how.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Post to Your Blog via Email?</title>
		<link>http://www.learningwp.com/how-to-post-to-your-blog-via-email.html</link>
		<comments>http://www.learningwp.com/how-to-post-to-your-blog-via-email.html#comments</comments>
		<pubDate>Mon, 26 May 2008 02:43:58 +0000</pubDate>
		<dc:creator>Lanna</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[emails]]></category>
		<category><![CDATA[post via email]]></category>
		<category><![CDATA[WordPress blog]]></category>

		<guid isPermaLink="false">http://www.learningwp.com/?p=41</guid>
		<description><![CDATA[








Did you realize that you can post to your blog via email? WordPress allows you to post your article(s) via email. But first you need to configure your WordPress through its Dashboard. More specifically click on Settings/Writing; go half way down, you can see the following statement:

Post via e-mail
To post to WordPress by e-mail you [...]]]></description>
			<content:encoded><![CDATA[<p>
<!-- Begin Google Adsense code -->
<div style="display: block; float: left; padding: 5px 10px 10px 0;">
<script type="text/javascript"><!--
google_ad_client = "pub-4932554700716308";
/* 336x280, created 12/24/07 */
google_ad_slot = "2510575724";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<!-- End Google Adsense code -->
Did you realize that you can post to your blog via email? <em>WordPress</em> allows you to post your article(s) via email. But first you need to configure your <em>WordPress</em> through its <em>Dashboard</em>. More specifically click on <em>Settings/Writing</em>; go half way down, you can see the following statement:</p>
<blockquote>
<h3>Post via e-mail</h3>
<p>To post to <em>WordPress</em> by e-mail you must set up a secret e-mail account with POP3 access. Any mail received at this address will be posted, so it’s a good idea to keep this address very secret. Here are three random strings you could use: <code>dU)Xlo7PFeA%</code>, <code>W3QDkr1M*eL2</code>, <code>(d$b^h1QxZsq</code>.</p></blockquote>
<p>The question is: how can you set it up to use it? <a title="Post to Your Blog Using Email" href="http://codex.wordpress.org/Blog_by_Email" target="_blank">Post to Your Blog Using Email</a> provides details of how to make it work. I was able to follow the instructions below to make mine work:</p>
<ul>
<li>Login to your <em>WordPress&#8217; Dashboard</em>.</li>
</ul>
<ul>
<li>Click on <em>Setting/Writing</em>.</li>
</ul>
<ul>
<li>Create a <strong>new</strong> email account on your web host&#8217;s mail server.</li>
</ul>
<ul>
<li>In <em>Mail Server</em>, type in your <strong>new</strong> email account you&#8217;ve just created. Something like <span style="color: #cc66cc;">mail.example.com</span>; make sure you change <span style="color: #cc66cc;">example</span> to be your real domain name; leave the port as 110.</li>
</ul>
<ul>
<li>In <em>Login Name</em>, type in something like <span style="color: #cc66cc;">login@example.com</span>; here change <span style="color: #cc66cc;">login</span> to be your <strong>new</strong> email&#8217;s login name and change <span style="color: #cc66cc;">example</span> to be your real domain name.</li>
</ul>
<ul>
<li>In <em>Password</em>, type in your <strong>new</strong> password you&#8217;ve just created.</li>
</ul>
<ul>
<li>Choose the default category.</li>
</ul>
<ul>
<li>Make sure you click <em>Save Changes</em> to save it.</li>
</ul>
<p>In order to publish those email messages on your blog, you still need to set up <em>WordPress</em> to do the job. Either you activate your browser manually or activate your browser automatically. I prefer to use <strong>automatic browser activation</strong> because it will save your headache that you don&#8217;t need to send an email to your new email account every time you send a new post.</p>
<p>This is how I&#8217;ve done it and I find this is the easiest way: add the following code in your <span style="color: #cc66cc;">footer.php</span> file right above <span style="color: #cc66cc;">&lt;?php wp_footer(); ?&gt;</span> line. You can open <span style="color: #cc66cc;">footer.php</span> file by clicking on <span style="color: #cc66cc;">Design/Theme Editor/</span> from your <em>WordPress Dashboard</em>.</p>
<table style="height: 21px;" border="1" cellspacing="0" width="475">
<tbody>
<tr>
<td style="background-color: #e5ecfa; width: 475px;">
<p style="margin: 5pt 15pt; text-align: left;">&lt;iframe src=&#8221;<span class="external free">http://www.<span style="color: #ff0000;">yourblogdomain</span>/wp-mail.php</span>&#8221; name=&#8221;mailiframe&#8221; width=&#8221;0&#8243; height=&#8221;0&#8243; frameborder=&#8221;0&#8243; scrolling=&#8221;no&#8221; title=&#8221;"&gt;&lt;/iframe&gt;</p>
</td>
</tr>
</tbody>
</table>
<p> <br />
where you must change <span style="color: #ff0000;">yourblogdomain</span> to be your own blog domain name. If your blog is resided in your website&#8217;s sub-directory, then make sure you follow your blog&#8217;s absolute path. Alternatively you may use <a class="external text" title="http://www.economysizegeek.com/wp-mail/" href="http://www.economysizegeek.com/wp-mail/">Postie Plugin</a>, and <a class="external text" title="http://skippy.net/plugin-wp-cron" href="http://skippy.net/plugin-wp-cron">WP-Cron</a> plugin to publish those email messages on your blog. Learn how from <a title="Post to Your Blog Using Email" href="http://codex.wordpress.org/Blog_by_Email" target="_blank">Post to Your Blog Using Email</a>.</p>
<p>Now it comes to the verification, you need to send an email to the <strong>new</strong> account you&#8217;ve just created. To see the result, you have to refresh your browser to see the <strong>new</strong> post. For some reason, my testing post showed up on my post list but with the status stated as pending review.</p>
<p>Update: I&#8217;ve just found out that in your <em>WordPress</em> acoount, you need to have the <strong>same</strong> email address as the one you&#8217;ve used to send an email to your web server. So if you send an email using <span style="color: #cc66cc;">login@example.com</span>, then login to your <em>WordPress&#8217; Dashboard</em>, click on <em>Users/Your Profile/</em>; in <em>E-mai</em>, type in <span style="color: #cc66cc;">login@example.com</span> as well. This way you&#8217;ll be able to publish your email message(s) directly on your blog. I&#8217;ve just tested mine out and it works. If you have any doubts, feel free to leave your comments here.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-post-to-your-blog-via-email.html&amp;title=How%20to%20Post%20to%20Your%20Blog%20via%20Email%3F&amp;bodytext=Did%20you%20realize%20that%20you%20can%20post%20to%20your%20blog%20via%20email%3F%20WordPress%20allows%20you%20to%20post%20your%20article%28s%29%20via%20email.%20But%20first%20you%20need%20to%20configure%20your%20WordPress%20through%20its%20Dashboard.%20More%20specifically%20click%20on%20Settings%2FWriting%3B%20go%20half%20way%20down%2C%20you" title="Digg"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-post-to-your-blog-via-email.html&amp;title=How%20to%20Post%20to%20Your%20Blog%20via%20Email%3F&amp;notes=Did%20you%20realize%20that%20you%20can%20post%20to%20your%20blog%20via%20email%3F%20WordPress%20allows%20you%20to%20post%20your%20article%28s%29%20via%20email.%20But%20first%20you%20need%20to%20configure%20your%20WordPress%20through%20its%20Dashboard.%20More%20specifically%20click%20on%20Settings%2FWriting%3B%20go%20half%20way%20down%2C%20you" title="del.icio.us"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-post-to-your-blog-via-email.html&amp;t=How%20to%20Post%20to%20Your%20Blog%20via%20Email%3F" title="Facebook"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-post-to-your-blog-via-email.html&amp;h=How%20to%20Post%20to%20Your%20Blog%20via%20Email%3F" title="NewsVine"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/newsvine.png" title="NewsVine" alt="NewsVine" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-post-to-your-blog-via-email.html&amp;title=How%20to%20Post%20to%20Your%20Blog%20via%20Email%3F" title="Reddit"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-post-to-your-blog-via-email.html&amp;title=How%20to%20Post%20to%20Your%20Blog%20via%20Email%3F" title="StumbleUpon"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-post-to-your-blog-via-email.html&amp;title=How%20to%20Post%20to%20Your%20Blog%20via%20Email%3F&amp;annotation=Did%20you%20realize%20that%20you%20can%20post%20to%20your%20blog%20via%20email%3F%20WordPress%20allows%20you%20to%20post%20your%20article%28s%29%20via%20email.%20But%20first%20you%20need%20to%20configure%20your%20WordPress%20through%20its%20Dashboard.%20More%20specifically%20click%20on%20Settings%2FWriting%3B%20go%20half%20way%20down%2C%20you" title="Google Bookmarks"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://buzz.yahoo.com/submit/?submitUrl=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-post-to-your-blog-via-email.html&amp;submitHeadline=How%20to%20Post%20to%20Your%20Blog%20via%20Email%3F&amp;submitSummary=Did%20you%20realize%20that%20you%20can%20post%20to%20your%20blog%20via%20email%3F%20WordPress%20allows%20you%20to%20post%20your%20article%28s%29%20via%20email.%20But%20first%20you%20need%20to%20configure%20your%20WordPress%20through%20its%20Dashboard.%20More%20specifically%20click%20on%20Settings%2FWriting%3B%20go%20half%20way%20down%2C%20you&amp;submitCategory=science&amp;submitAssetType=text" title="Yahoo! Buzz"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/yahoobuzz.png" title="Yahoo! Buzz" alt="Yahoo! Buzz" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20to%20Post%20to%20Your%20Blog%20via%20Email%3F%20-%20http%3A%2F%2Fwww.learningwp.com%2Fhow-to-post-to-your-blog-via-email.html" title="Twitter"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-post-to-your-blog-via-email.html" title="Technorati"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-post-to-your-blog-via-email.html&amp;title=How%20to%20Post%20to%20Your%20Blog%20via%20Email%3F" title="Live"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-post-to-your-blog-via-email.html&amp;title=How%20to%20Post%20to%20Your%20Blog%20via%20Email%3F&amp;source=Exploring+The+Internet+Exploring+the+web+-+Growing+my+experience+toward+my+online+business&amp;summary=Did%20you%20realize%20that%20you%20can%20post%20to%20your%20blog%20via%20email%3F%20WordPress%20allows%20you%20to%20post%20your%20article%28s%29%20via%20email.%20But%20first%20you%20need%20to%20configure%20your%20WordPress%20through%20its%20Dashboard.%20More%20specifically%20click%20on%20Settings%2FWriting%3B%20go%20half%20way%20down%2C%20you" title="LinkedIn"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.learningwp.com%2Fhow-to-post-to-your-blog-via-email.html&amp;t=How%20to%20Post%20to%20Your%20Blog%20via%20Email%3F" title="MySpace"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="" title="TwitThis"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="TwitThis" alt="TwitThis" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="" title="YahooMyWeb"><img src="http://www.learningwp.com/wp-content/plugins/sociable/images/" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.learningwp.com/how-to-post-to-your-blog-via-email.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
