<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>Weekly WordPress Podcast</title>
	<atom:link href="http://weeklywp.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://weeklywp.com</link>
	<description>Covering anything and everything WordPress</description>
	<lastBuildDate>Thu, 11 Feb 2010 15:51:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<!-- podcast_generator="Blubrry PowerPress/1.0.6" mode="advanced" entry="normal" -->
	<itunes:summary>The Weekly WordPress Podcasts covers all topics related to the WordPress CMS/Blogging software including themes, plugins and the gigantic WordPress community.</itunes:summary>
	<itunes:author>John Hawkins, Shayne Sanderson</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://weeklywp.com/wp-content/uploads/powerpress/logo-300x300.png" />
	<itunes:owner>
		<itunes:name>John Hawkins, Shayne Sanderson</itunes:name>
		<itunes:email>john@weeklywp.com</itunes:email>
	</itunes:owner>
	<managingEditor>john@weeklywp.com (John Hawkins, Shayne Sanderson)</managingEditor>
	<copyright>Copyright 2009 WeeklyWP.com - All rights reserved</copyright>
	<itunes:subtitle>Covering anything and everything WordPress</itunes:subtitle>
	<itunes:keywords>wordpress, weekly, blogging</itunes:keywords>
	<image>
		<title>Weekly WordPress Podcast</title>
		<url>http://weeklywp.com/images/logo-144x144.png</url>
		<link>http://weeklywp.com</link>
	</image>
	<itunes:category text="Technology">
		<itunes:category text="Software How-To" />
	</itunes:category>
		<item>
		<title>WP ECommerce Category URL Caching</title>
		<link>http://weeklywp.com/2009/11/wp-ecommerce-category-url-caching/</link>
		<comments>http://weeklywp.com/2009/11/wp-ecommerce-category-url-caching/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 23:44:12 +0000</pubDate>
		<dc:creator>shayne</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[WP Ecommerce]]></category>
		<category><![CDATA[wrong url]]></category>

		<guid isPermaLink="false">http://www.wordpressme.org/?p=368</guid>
		<description><![CDATA[So&#8230;if you&#8217;re using WP ECommerce version 3.7.4 you&#8217;ve probably noticed that if you have a category set up and then change the name of that category later on, the URL is not updated. If you&#8217;re using the categories widget in your sidebar, this can be somewhat of an issue as the link there will not [...]]]></description>
			<content:encoded><![CDATA[<p>So&#8230;if you&#8217;re using WP ECommerce version 3.7.4 you&#8217;ve probably noticed that if you have a category set up and then change the name of that category later on, the URL is not updated. If you&#8217;re using the categories widget in your sidebar, this can be somewhat of an issue as the link there will not work for the category that you&#8217;ve edited the name of.</p>
<p><span style="color: #cc0000;">This has been addressed in version 3.7.5 but if you&#8217;re still experiencing issues with version 3.7.5 this fix will also work for that version.</span></p>
<p>The problem is that the category URL caching is not functioning correctly and therefore you get the issue of the URLs not updating. So&#8230;we&#8217;ll fix it!</p>
<p>The easy way out: You can download a new copy of &#8220;wp-shopping-cart.php&#8221; here and replace the one on your server with this one. (Make sure to make a backup of your original, just in case!)</p>
<div id="download"><a href="/download/wp-shopping-cart.zip"><img style="border: none; margin-left: 80px;" src="http://www.wordpressme.org/wp-content/themes/Shade/img/wpme_download.png" alt="" /></a></div>
<p><strong>If you&#8217;re downloading this copy for the fix for version 3.7.5 , you&#8217;ll want to edit the file to reflect that it&#8217;s version 3.7.5 correctly, as this file was taken from 3.7.4.</strong></p>
<p>Open the file and on or around lines 6 and 19 you&#8217;ll see these areas:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">Version<span style="color: #339933;">:</span> 3<span style="color: #339933;">.</span>7<span style="color: #339933;">.</span>4</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'WPSC_PRESENTABLE_VERSION'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'3.7.4'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p><strong>Make sure to change those version numbers to &#8220;3.7.5&#8243; so that your plugins dashboard will reflect the correct version.</strong></p>
<p>If you&#8217;d like to fix it manually, then you will want to navigate (on your server) to &#8220;wp-content/plugins/wp-e-commerce/wp-shopping-cart.php&#8221;</p>
<p>There are several places to work on in this file. The first is on or around line 261 and you should see this line:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$wpsc_cart</span><span style="color: #339933;">,</span>  <span style="color: #000088;">$wpsc_theme_path</span><span style="color: #339933;">,</span> <span style="color: #000088;">$wpsc_theme_url</span><span style="color: #339933;">,</span> <span style="color: #000088;">$wpsc_category_url_cache</span><span style="color: #339933;">;</span></pre></div></div>

<p>You want to remove the &#8220;$wpsc_category_url_cache&#8221; bit, so that it looks like this:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$wpsc_cart</span><span style="color: #339933;">,</span>  <span style="color: #000088;">$wpsc_theme_path</span><span style="color: #339933;">,</span> <span style="color: #000088;">$wpsc_theme_url</span><span style="color: #339933;">;</span></pre></div></div>

<p>The next place to look will be on or around line 298 and you should see this line:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$GLOBALS</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'wpsc_category_url_cache'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> get_option<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'wpsc_category_url_cache'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>You can just comment out this entire line like this:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">//$GLOBALS['wpsc_category_url_cache'] = get_option('wpsc_category_url_cache');</span></pre></div></div>

<p>Next, you will look on or around line 309 and you&#8217;ll see this line (like the first one above):</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$wpdb</span><span style="color: #339933;">,</span> <span style="color: #000088;">$wpsc_start_time</span><span style="color: #339933;">,</span> <span style="color: #000088;">$wpsc_cart</span><span style="color: #339933;">,</span> <span style="color: #000088;">$wpsc_category_url_cache</span><span style="color: #339933;">;</span></pre></div></div>

<p>Take out the caching bit like instructed above so that it looks like this:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$wpdb</span><span style="color: #339933;">,</span> <span style="color: #000088;">$wpsc_start_time</span><span style="color: #339933;">,</span> <span style="color: #000088;">$wpsc_cart</span><span style="color: #339933;">;</span></pre></div></div>

<p>The last place you&#8217;ll edit is on or around line 317, and there you should see this line:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">update_option<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'wpsc_category_url_cache'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$wpsc_category_url_cache</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>And you will just comment out this entire line so that it looks like this:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">//update_option('wpsc_category_url_cache', $wpsc_category_url_cache);</span></pre></div></div>

<p>That should be it! Just clear your broswer cache, refresh page and your WP ECommerce category URLs should be updated and working properly.</p>
<p>So&#8230;until next time&#8230;</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://weeklywp.com/2009/11/wp-ecommerce-category-url-caching/&amp;title=WP+ECommerce+Category+URL+Caching" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://weeklywp.com/2009/11/wp-ecommerce-category-url-caching/&amp;title=WP+ECommerce+Category+URL+Caching" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://weeklywp.com/2009/11/wp-ecommerce-category-url-caching/&amp;title=WP+ECommerce+Category+URL+Caching" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://weeklywp.com/2009/11/wp-ecommerce-category-url-caching/&amp;title=WP+ECommerce+Category+URL+Caching" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://weeklywp.com/2009/11/wp-ecommerce-category-url-caching/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://weeklywp.com/2009/11/wp-ecommerce-category-url-caching/&amp;t=WP+ECommerce+Category+URL+Caching" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=WP+ECommerce+Category+URL+Caching+-+http://tr.im/Ny1Q+(via+@weeklywp)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://weeklywp.com/2009/11/wp-ecommerce-category-url-caching/&amp;title=WP+ECommerce+Category+URL+Caching&amp;summary=So...if%20you%27re%20using%20WP%20ECommerce%20version%203.7.4%20you%27ve%20probably%20noticed%20that%20if%20you%20have%20a%20category%20set%20up%20and%20then%20change%20the%20name%20of%20that%20category%20later%20on%2C%20the%20URL%20is%20not%20updated.%20If%20you%27re%20using%20the%20categories%20widget%20in%20your%20sidebar%2C%20this%20can%20be%20somewhat%20of%20an%20issue%20as%20the%20link%20there%20will%20not%20wo&amp;source=Weekly WordPress Podcast" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://weeklywp.com/2009/11/wp-ecommerce-category-url-caching/&amp;title=WP+ECommerce+Category+URL+Caching" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://weeklywp.com/2009/11/wp-ecommerce-category-url-caching/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Episode 6 delayed 24 hours</title>
		<link>http://weeklywp.com/2009/10/episode-6-delayed-24-hours/</link>
		<comments>http://weeklywp.com/2009/10/episode-6-delayed-24-hours/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 06:45:26 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[delay]]></category>

		<guid isPermaLink="false">http://weeklywp.com/?p=85</guid>
		<description><![CDATA[We apologize for the delay. Getting ready for WordCamp and BlogWorld has us all tied up in knots! We will have a new episode for you hot off the presses tomorrow!
Thanks for sticking with us! 
John, Todd &#038; Shayne





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on [...]]]></description>
			<content:encoded><![CDATA[<p>We apologize for the delay. Getting ready for WordCamp and BlogWorld has us all tied up in knots! We will have a new episode for you hot off the presses tomorrow!</p>
<p>Thanks for sticking with us! </p>
<p>John, Todd &#038; Shayne</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://weeklywp.com/2009/10/episode-6-delayed-24-hours/&amp;title=Episode+6+delayed+24+hours" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://weeklywp.com/2009/10/episode-6-delayed-24-hours/&amp;title=Episode+6+delayed+24+hours" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://weeklywp.com/2009/10/episode-6-delayed-24-hours/&amp;title=Episode+6+delayed+24+hours" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://weeklywp.com/2009/10/episode-6-delayed-24-hours/&amp;title=Episode+6+delayed+24+hours" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://weeklywp.com/2009/10/episode-6-delayed-24-hours/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://weeklywp.com/2009/10/episode-6-delayed-24-hours/&amp;t=Episode+6+delayed+24+hours" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Episode+6+delayed+24+hours+-+http://tr.im/Ny2p+(via+@weeklywp)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://weeklywp.com/2009/10/episode-6-delayed-24-hours/&amp;title=Episode+6+delayed+24+hours&amp;summary=We%20apologize%20for%20the%20delay.%20Getting%20ready%20for%20WordCamp%20and%20BlogWorld%20has%20us%20all%20tied%20up%20in%20knots%21%20We%20will%20have%20a%20new%20episode%20for%20you%20hot%20off%20the%20presses%20tomorrow%21%0D%0A%0D%0AThanks%20for%20sticking%20with%20us%21%20%0D%0A%0D%0AJohn%2C%20Todd%20%26%20Shayne&amp;source=Weekly WordPress Podcast" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://weeklywp.com/2009/10/episode-6-delayed-24-hours/&amp;title=Episode+6+delayed+24+hours" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://weeklywp.com/2009/10/episode-6-delayed-24-hours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Podcast &#8211; Episode 005</title>
		<link>http://weeklywp.com/2009/10/podcast-episode-005/</link>
		<comments>http://weeklywp.com/2009/10/podcast-episode-005/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 07:05:30 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[blogworld]]></category>
		<category><![CDATA[Hack-a-Thon]]></category>
		<category><![CDATA[Plugin Contest]]></category>
		<category><![CDATA[VideoPress]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[WPMU]]></category>

		<guid isPermaLink="false">http://weeklywp.com/?p=77</guid>
		<description><![CDATA[Episode: #005
Recorded: 10/4/09
- How to contact us &#124; Twitter &#124; email
- WeblogToolsCollection plugin competion
- WPMU Demo Data Creator plugin
- DJ Jazzy Jeff &#038; The Fresh Prince
- WordPress Hack-a-Thon at WordCamp Las Vegas
- VideoPress
Sites we talked about:
- WeblogToolsCollection &#124; http://weblogtoolscollection.com/archives/2009/09/28/wordpress-plugin-competition-2009-winner/ &#124; Runner Ups
- WPMU Demo Data Creator plugin download
- He&#8217;s the DJ, I&#8217;m the Rapper
- LasVegasWordCamp.com [...]]]></description>
			<content:encoded><![CDATA[<p>Episode: #005<br />
Recorded: 10/4/09</p>
<p>- How to contact us | <a href="http://twitter.com/weeklywp">Twitter</a> | <a href="mailto:info@weeklywp.com">email</a><br />
- WeblogToolsCollection plugin competion<br />
- WPMU Demo Data Creator plugin<br />
- DJ Jazzy Jeff &#038; The Fresh Prince<br />
- WordPress Hack-a-Thon at WordCamp Las Vegas<br />
- VideoPress</p>
<p>Sites we talked about:<br />
- WeblogToolsCollection | http://weblogtoolscollection.com/archives/2009/09/28/wordpress-plugin-competition-2009-winner/ | <a href="http://weblogtoolscollection.com/archives/2009/09/27/wordpress-plugin-competition-2009-runner-ups/">Runner Ups</a><br />
- <a href="http://wordpress.org/extend/plugins/demo-data-creator/">WPMU Demo Data Creator plugin download</a><br />
- <a href="http://www.amazon.com/Rapper-Jazzy-Jeff-Fresh-Prince/dp/B0000004UK">He&#8217;s the DJ, I&#8217;m the Rapper</a><br />
- <a href="http://lasvegaswordcamp.com/wordpress-hack-a-thon/">LasVegasWordCamp.com Hack-a-Thon</a><br />
- <a href="http://SoundDreams.net">SoundDreams.net</a><br />
- <a href="http://videopress.com/">VideoPress.com</a><br />
- <a href="http://josephscott.org/">Joseph Scott</a><br />
- <a href="http://blogworldexpo.com">Blog World Expo</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://weeklywp.com/2009/10/podcast-episode-005/&amp;title=Podcast+-+Episode+005" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://weeklywp.com/2009/10/podcast-episode-005/&amp;title=Podcast+-+Episode+005" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://weeklywp.com/2009/10/podcast-episode-005/&amp;title=Podcast+-+Episode+005" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://weeklywp.com/2009/10/podcast-episode-005/&amp;title=Podcast+-+Episode+005" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://weeklywp.com/2009/10/podcast-episode-005/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://weeklywp.com/2009/10/podcast-episode-005/&amp;t=Podcast+-+Episode+005" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Podcast+-+Episode+005+-+http://tr.im/Ny2d+(via+@weeklywp)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://weeklywp.com/2009/10/podcast-episode-005/&amp;title=Podcast+-+Episode+005&amp;summary=Episode%3A%20%23005%0D%0ARecorded%3A%2010%2F4%2F09%0D%0A%0D%0A-%20How%20to%20contact%20us%20%7C%20Twitter%20%7C%20email%0D%0A-%20WeblogToolsCollection%20plugin%20competion%0D%0A-%20WPMU%20Demo%20Data%20Creator%20plugin%0D%0A-%20DJ%20Jazzy%20Jeff%20%26%20The%20Fresh%20Prince%0D%0A-%20WordPress%20Hack-a-Thon%20at%20WordCamp%20Las%20Vegas%0D%0A-%20VideoPress%0D%0A%0D%0ASites%20we%20talked%20about%3A%0D%0A-%20WeblogToolsCollection%20%7C%20h&amp;source=Weekly WordPress Podcast" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://weeklywp.com/2009/10/podcast-episode-005/&amp;title=Podcast+-+Episode+005" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://weeklywp.com/2009/10/podcast-episode-005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.blubrry.com/weeklywp/content.blubrry.com/weeklywp/weekly-wordpress-podcast-005.mp3" length="54893968" type="audio/mpeg" />
			<itunes:keywords>blogworld,Hack-a-Thon,Plugin Contest,VideoPress,wordcamp,WPMU</itunes:keywords>
		<itunes:subtitle>Episode: #005 Recorded: 10/4/09 - - How to contact us | Twitter | email - WeblogToolsCollection plugin competion - WPMU Demo Data Creator plugin - DJ Jazzy Jeff &amp; The Fresh Prince - WordPress Hack-a-Thon at WordCamp Las Vegas - VideoPress - Sites we ta...</itunes:subtitle>
		<itunes:summary>Episode: #005
Recorded: 10/4/09

- How to contact us | Twitter (http://twitter.com/weeklywp) | email (mailto:info@weeklywp.com)
- WeblogToolsCollection plugin competion
- WPMU Demo Data Creator plugin
- DJ Jazzy Jeff &amp; The Fresh Prince
- WordPress Hack-a-Thon at WordCamp Las Vegas
- VideoPress

Sites we talked about:
- WeblogToolsCollection | http://weblogtoolscollection.com/archives/2009/09/28/wordpress-plugin-competition-2009-winner/ | Runner Ups (http://weblogtoolscollection.com/archives/2009/09/27/wordpress-plugin-competition-2009-runner-ups/)
- WPMU Demo Data Creator plugin download (http://wordpress.org/extend/plugins/demo-data-creator/)
- He&#039;s the DJ, I&#039;m the Rapper (http://www.amazon.com/Rapper-Jazzy-Jeff-Fresh-Prince/dp/B0000004UK)
- LasVegasWordCamp.com Hack-a-Thon (http://lasvegaswordcamp.com/wordpress-hack-a-thon/)
- SoundDreams.net (http://SoundDreams.net)
- VideoPress.com (http://videopress.com/)
- Joseph Scott (http://josephscott.org/)
- Blog World Expo (http://blogworldexpo.com)</itunes:summary>
		<itunes:author>John Hawkins, Shayne Sanderson</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:duration>28:35</itunes:duration>
	</item>
		<item>
		<title>Podcast &#8211; Episode 004</title>
		<link>http://weeklywp.com/2009/09/podcast-episode-004/</link>
		<comments>http://weeklywp.com/2009/09/podcast-episode-004/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 07:30:23 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[portland]]></category>
		<category><![CDATA[strangelovelive]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://weeklywp.com/?p=74</guid>
		<description><![CDATA[Episode: #004
Recorded: 9/27/09
- WordCamp PDX recap
- Using Live stream to remotely attend WordCamps
- BuddyPress 1.1 release set for 9/30/09
- Getting Started with e-Commerce
- Paid themes vs. Free Themes
Sites we talked about:
- WordCampPortland.org
- Upcoming WordCamps
- StrangeLoveLive.com&#8217;s interview with John Hawkins: Part 1 &#8211; Part 2
- BuddyPress.org
- instinct.co.nz (makers of wp e-commerce plugin)
- WooThemes.com
- diythemes.com (Thesis Theme)
- [...]]]></description>
			<content:encoded><![CDATA[<p>Episode: #004<br />
Recorded: 9/27/09</p>
<p>- WordCamp PDX recap<br />
- Using Live stream to remotely attend WordCamps<br />
- BuddyPress 1.1 release set for 9/30/09<br />
- Getting Started with e-Commerce<br />
- Paid themes vs. Free Themes</p>
<p>Sites we talked about:<br />
- <a href="http://www.wordcampportland.org/">WordCampPortland.org</a><br />
- <a href="http://central.wordcamp.org/">Upcoming WordCamps</a><br />
- StrangeLoveLive.com&#8217;s interview with John Hawkins: <a href="http://strangelovelive.blip.tv/file/2630760/">Part 1</a> &#8211; <a href="http://blip.tv/file/2631039">Part 2</a><br />
- <a href="http://buddypress.org/">BuddyPress.org</a><br />
- <a href="http://www.instinct.co.nz/">instinct.co.nz</a> (makers of wp e-commerce plugin)<br />
- <a href="http://woothemes.com">WooThemes.com</a><br />
- <a href="http://diythemes.com/">diythemes.com</a> (Thesis Theme)<br />
- <a href="http://wordpress.org/extend/themes/">wordpress.org/extend/themes/</a> (free WordPress themes)</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://weeklywp.com/2009/09/podcast-episode-004/&amp;title=Podcast+-+Episode+004" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://weeklywp.com/2009/09/podcast-episode-004/&amp;title=Podcast+-+Episode+004" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://weeklywp.com/2009/09/podcast-episode-004/&amp;title=Podcast+-+Episode+004" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://weeklywp.com/2009/09/podcast-episode-004/&amp;title=Podcast+-+Episode+004" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://weeklywp.com/2009/09/podcast-episode-004/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://weeklywp.com/2009/09/podcast-episode-004/&amp;t=Podcast+-+Episode+004" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Podcast+-+Episode+004+-+http://tr.im/Ny2e+(via+@weeklywp)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://weeklywp.com/2009/09/podcast-episode-004/&amp;title=Podcast+-+Episode+004&amp;summary=Episode%3A%20%23004%0D%0ARecorded%3A%209%2F27%2F09%0D%0A%0D%0A-%20WordCamp%20PDX%20recap%0D%0A-%20Using%20Live%20stream%20to%20remotely%20attend%20WordCamps%0D%0A-%20BuddyPress%201.1%20release%20set%20for%209%2F30%2F09%0D%0A-%20Getting%20Started%20with%20e-Commerce%0D%0A-%20Paid%20themes%20vs.%20Free%20Themes%0D%0A%0D%0ASites%20we%20talked%20about%3A%0D%0A-%20WordCampPortland.org%0D%0A-%20Upcoming%20WordCamps%0D%0A-%20StrangeLov&amp;source=Weekly WordPress Podcast" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://weeklywp.com/2009/09/podcast-episode-004/&amp;title=Podcast+-+Episode+004" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://weeklywp.com/2009/09/podcast-episode-004/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.blubrry.com/weeklywp/content.blubrry.com/weeklywp/WeeklyWP-ep-004.mp3" length="61482676" type="audio/mpeg" />
			<itunes:keywords>buddypress,e-commerce,portland,strangelovelive,themes,wordcamp</itunes:keywords>
		<itunes:subtitle>Episode: #004 Recorded: 9/27/09 - - WordCamp PDX recap - Using Live stream to remotely attend WordCamps - BuddyPress 1.1 release set for 9/30/09 - Getting Started with e-Commerce - Paid themes vs. Free Themes - Sites we talked about: - WordCampPortland.</itunes:subtitle>
		<itunes:summary>Episode: #004
Recorded: 9/27/09

- WordCamp PDX recap
- Using Live stream to remotely attend WordCamps
- BuddyPress 1.1 release set for 9/30/09
- Getting Started with e-Commerce
- Paid themes vs. Free Themes

Sites we talked about:
- WordCampPortland.org (http://www.wordcampportland.org/)
- Upcoming WordCamps (http://central.wordcamp.org/)
- StrangeLoveLive.com&#039;s interview with John Hawkins: Part 1 (http://strangelovelive.blip.tv/file/2630760/) - Part 2 (http://blip.tv/file/2631039)
- BuddyPress.org (http://buddypress.org/)
- instinct.co.nz (http://www.instinct.co.nz/) (makers of wp e-commerce plugin)
- WooThemes.com (http://woothemes.com)
- diythemes.com (http://diythemes.com/) (Thesis Theme)
- wordpress.org/extend/themes/ (http://wordpress.org/extend/themes/) (free WordPress themes)

</itunes:summary>
		<itunes:author>John Hawkins, Shayne Sanderson</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:duration>32:01</itunes:duration>
	</item>
		<item>
		<title>Podcast &#8211; Episode 003 from Portland</title>
		<link>http://weeklywp.com/2009/09/podcast-episode-003-from-portland/</link>
		<comments>http://weeklywp.com/2009/09/podcast-episode-003-from-portland/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 05:25:24 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[backpress]]></category>
		<category><![CDATA[cami kaos]]></category>
		<category><![CDATA[dr normal]]></category>
		<category><![CDATA[hookpress]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[portland]]></category>
		<category><![CDATA[strangelovelive]]></category>
		<category><![CDATA[wcpdx]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://weeklywp.com/?p=72</guid>
		<description><![CDATA[Episode: #003
Recorded: 9/19/09
- HookPress Plugin
- Using default theme for IE6 visitors
- BackPress
- WordCamp Portland
Sites we talked about:
- Get the HookPress plugin here
- NathanRice.net
- BackPress (not listed yet, but keep checking Automattic.com)
- WordCamp Portland
- Cami Kaos and Dr Normal
If you have any feedback, please let us know!
Thanks for listening. 





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on [...]]]></description>
			<content:encoded><![CDATA[<p>Episode: #003<br />
Recorded: 9/19/09</p>
<p>- HookPress Plugin<br />
- Using default theme for IE6 visitors<br />
- BackPress<br />
- WordCamp Portland</p>
<p>Sites we talked about:<br />
- <a href="http://wordpress.org/extend/plugins/hookpress/">Get the HookPress plugin here</a><br />
- <a href="http://www.nathanrice.net/blog/serve-ie6-visitors-the-default-wordpress-theme/">NathanRice.net</a><br />
- BackPress (not listed yet, but keep checking <a href="http://automattic.com/">Automattic.com</a>)<br />
- <a href="http://www.wordcampportland.org/">WordCamp Portland</a><br />
- <a href="http://strangelovelive.com/">Cami Kaos and Dr Normal</a></p>
<p>If you have any feedback, please let us know!</p>
<p>Thanks for listening. </p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://weeklywp.com/2009/09/podcast-episode-003-from-portland/&amp;title=Podcast+-+Episode+003+from+Portland" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://weeklywp.com/2009/09/podcast-episode-003-from-portland/&amp;title=Podcast+-+Episode+003+from+Portland" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://weeklywp.com/2009/09/podcast-episode-003-from-portland/&amp;title=Podcast+-+Episode+003+from+Portland" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://weeklywp.com/2009/09/podcast-episode-003-from-portland/&amp;title=Podcast+-+Episode+003+from+Portland" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://weeklywp.com/2009/09/podcast-episode-003-from-portland/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://weeklywp.com/2009/09/podcast-episode-003-from-portland/&amp;t=Podcast+-+Episode+003+from+Portland" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Podcast+-+Episode+003+from+Portland+-+http://tr.im/Ny2f+(via+@weeklywp)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://weeklywp.com/2009/09/podcast-episode-003-from-portland/&amp;title=Podcast+-+Episode+003+from+Portland&amp;summary=Episode%3A%20%23003%0D%0ARecorded%3A%209%2F19%2F09%0D%0A%0D%0A-%20HookPress%20Plugin%0D%0A-%20Using%20default%20theme%20for%20IE6%20visitors%0D%0A-%20BackPress%0D%0A-%20WordCamp%20Portland%0D%0A%0D%0ASites%20we%20talked%20about%3A%0D%0A-%20Get%20the%20HookPress%20plugin%20here%0D%0A-%20NathanRice.net%0D%0A-%20BackPress%20%28not%20listed%20yet%2C%20but%20keep%20checking%20Automattic.com%29%0D%0A-%20WordCamp%20Portland%0D%0A-%20Cami%20K&amp;source=Weekly WordPress Podcast" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://weeklywp.com/2009/09/podcast-episode-003-from-portland/&amp;title=Podcast+-+Episode+003+from+Portland" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://weeklywp.com/2009/09/podcast-episode-003-from-portland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.blubrry.com/weeklywp/content.blubrry.com/weeklywp/WeeklyWP-ep-003.mp3" length="22319774" type="audio/mpeg" />
			<itunes:keywords>backpress,cami kaos,dr normal,hookpress,ie6,portland,strangelovelive,wcpdx,wordcamp</itunes:keywords>
		<itunes:subtitle>Episode: #003 Recorded: 9/19/09 - - HookPress Plugin - Using default theme for IE6 visitors - BackPress - WordCamp Portland - Sites we talked about: - Get the HookPress plugin here - NathanRice.net - BackPress (not listed yet,</itunes:subtitle>
		<itunes:summary>Episode: #003
Recorded: 9/19/09

- HookPress Plugin
- Using default theme for IE6 visitors
- BackPress
- WordCamp Portland

Sites we talked about:
- Get the HookPress plugin here (http://wordpress.org/extend/plugins/hookpress/)
- NathanRice.net (http://www.nathanrice.net/blog/serve-ie6-visitors-the-default-wordpress-theme/)
- BackPress (not listed yet, but keep checking Automattic.com (http://automattic.com/))
- WordCamp Portland (http://www.wordcampportland.org/)
- Cami Kaos and Dr Normal (http://strangelovelive.com/)

If you have any feedback, please let us know!

Thanks for listening. 
</itunes:summary>
		<itunes:author>John Hawkins, Shayne Sanderson</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:duration>23:15</itunes:duration>
	</item>
		<item>
		<title>Podcast &#8211; Episode 002</title>
		<link>http://weeklywp.com/2009/09/podcast-episode-002/</link>
		<comments>http://weeklywp.com/2009/09/podcast-episode-002/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 05:39:41 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[guest]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://weeklywp.com/?p=70</guid>
		<description><![CDATA[Episode: #002
Recorded: 9/14/09
- Show guest: Todd Huish
- WordCamp LA recap
- Tip of the Week
- WordPress security issue
- Automattic acquires After the Deadline
Sites we talked about:
- RickyRoo.com (produced our new bumper music)
- 606diaries.com
- AndrewWarner.com
- LearnToDuck.com (Micah Baldwin)
- CamTwist Software
- AfterTheDeadline.com
- Download the After The Deadline Plugin
If you need assistance updating your site or if think your [...]]]></description>
			<content:encoded><![CDATA[<p>Episode: #002<br />
Recorded: 9/14/09</p>
<p>- Show guest: Todd Huish<br />
- WordCamp LA recap<br />
- Tip of the Week<br />
- WordPress security issue<br />
- Automattic acquires After the Deadline</p>
<p>Sites we talked about:<br />
- <a href="http://rickyroo.com/">RickyRoo.com</a> (produced our new bumper music)<br />
- <a href="http://606diaries.com">606diaries.com</a><br />
- <a href="http://blog.andrewwarner.com/">AndrewWarner.com</a><br />
- <a href="http://learntoduck.com/">LearnToDuck.com</a> (Micah Baldwin)<br />
- <a href="http://www.versiontracker.com/dyn/moreinfo/macosx/31806">CamTwist Software</a><br />
- <a href="http://afterthedeadline.com/">AfterTheDeadline.com</a><br />
- <a href="http://wordpress.org/extend/plugins/after-the-deadline/">Download the After The Deadline Plugin</a></p>
<p>If you need assistance updating your site or if think your site may have been affected by the recent WordPress exploit, <a href="http://stastictdesigns.com">contact Shayne</a>.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://weeklywp.com/2009/09/podcast-episode-002/&amp;title=Podcast+-+Episode+002" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://weeklywp.com/2009/09/podcast-episode-002/&amp;title=Podcast+-+Episode+002" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://weeklywp.com/2009/09/podcast-episode-002/&amp;title=Podcast+-+Episode+002" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://weeklywp.com/2009/09/podcast-episode-002/&amp;title=Podcast+-+Episode+002" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://weeklywp.com/2009/09/podcast-episode-002/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://weeklywp.com/2009/09/podcast-episode-002/&amp;t=Podcast+-+Episode+002" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Podcast+-+Episode+002+-+http://tr.im/Ny2g+(via+@weeklywp)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://weeklywp.com/2009/09/podcast-episode-002/&amp;title=Podcast+-+Episode+002&amp;summary=Episode%3A%20%23002%0D%0ARecorded%3A%209%2F14%2F09%0D%0A%0D%0A-%20Show%20guest%3A%20Todd%20Huish%0D%0A-%20WordCamp%20LA%20recap%0D%0A-%20Tip%20of%20the%20Week%0D%0A-%20WordPress%20security%20issue%0D%0A-%20Automattic%20acquires%20After%20the%20Deadline%0D%0A%0D%0ASites%20we%20talked%20about%3A%0D%0A-%20RickyRoo.com%20%28produced%20our%20new%20bumper%20music%29%0D%0A-%20606diaries.com%0D%0A-%20AndrewWarner.com%0D%0A-%20LearnToDuck.co&amp;source=Weekly WordPress Podcast" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://weeklywp.com/2009/09/podcast-episode-002/&amp;title=Podcast+-+Episode+002" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://weeklywp.com/2009/09/podcast-episode-002/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://media.blubrry.com/weeklywp/content.blubrry.com/weeklywp/WeeklyWP-ep-002-v2.mp3" length="23629911" type="audio/mpeg" />
			<itunes:keywords>guest,Plugin,security,wordcamp</itunes:keywords>
		<itunes:subtitle>Episode: #002 Recorded: 9/14/09 - - Show guest: Todd Huish - WordCamp LA recap - Tip of the Week - WordPress security issue - Automattic acquires After the Deadline - Sites we talked about: - RickyRoo.com (produced our new bumper music) - 606diaries.</itunes:subtitle>
		<itunes:summary>Episode: #002
Recorded: 9/14/09

- Show guest: Todd Huish
- WordCamp LA recap
- Tip of the Week
- WordPress security issue
- Automattic acquires After the Deadline

Sites we talked about:
- RickyRoo.com (http://rickyroo.com/) (produced our new bumper music)
- 606diaries.com (http://606diaries.com)
- AndrewWarner.com (http://blog.andrewwarner.com/)
- LearnToDuck.com (http://learntoduck.com/) (Micah Baldwin)
- CamTwist Software (http://www.versiontracker.com/dyn/moreinfo/macosx/31806)
- AfterTheDeadline.com (http://afterthedeadline.com/)
- Download the After The Deadline Plugin (http://wordpress.org/extend/plugins/after-the-deadline/)

If you need assistance updating your site or if think your site may have been affected by the recent WordPress exploit, contact Shayne (http://stastictdesigns.com).</itunes:summary>
		<itunes:author>John Hawkins, Shayne Sanderson</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:duration>24:33</itunes:duration>
	</item>
		<item>
		<title>WP ECommerce Blank Product Page After Upgrade</title>
		<link>http://weeklywp.com/2009/09/wp-ecommerce-blank-product-page-after-upgrade/</link>
		<comments>http://weeklywp.com/2009/09/wp-ecommerce-blank-product-page-after-upgrade/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 23:56:03 +0000</pubDate>
		<dc:creator>shayne</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[blank]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[products]]></category>
		<category><![CDATA[shopping]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[WP Ecommerce]]></category>

		<guid isPermaLink="false">http://www.wordpressme.org/2009/09/wp-ecommerce-blank-product-page-after-upgrade/</guid>
		<description><![CDATA[So you&#8217;ve upgraded your copy of WP Ecommerce on your WordPress site and you notice that your products page(s) are either blank or have a &#8220;1&#8243; on the page and nothing else. WTF?
Well, what is happening is this:
1. The older version of the shopping cart used shortcodes to display categories on a page or post [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve upgraded your copy of WP Ecommerce on your WordPress site and you notice that your products page(s) are either blank or have a &#8220;1&#8243; on the page and nothing else. WTF?</p>
<p>Well, what is happening is this:</p>
<p><em>1. The older version of the shopping cart used shortcodes to display categories on a page or post if you used the shopping cart icon in the text editor when making pages/posts.</em></p>
<p><em>2. The newer versions of WP Ecommerce still use shortcodes, but not the same ones&#8230;.hence the blank page or the &#8220;1&#8243; in place of products.</em></p>
<p>What you want to do is edit the page(s)/post(s) that are using shortcodes. You will notice that the shortcodes looked something like this:</p>
<p><strong>[wpsc_category=1,full]</strong></p>
<p>You will need to replace that with the new shortcode. In the WordPress admin area, go to &#8220;Products&#8211;&gt;Categories&#8221; and then click &#8220;Edit&#8221; on the category you want to display.</p>
<p>Over to the right, you will then see the new shortcode for that category, which will look something like this:</p>
<p><strong>[wpsc_products category_url_name='example-category1']</strong></p>
<p>So, repeat these steps for however many pages/posts you have that are using shortcodes and you will then see that it all starts working correctly!</p>
<p>Hope this helps, and until next time&#8230;</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://weeklywp.com/2009/09/wp-ecommerce-blank-product-page-after-upgrade/&amp;title=WP+ECommerce+Blank+Product+Page+After+Upgrade" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://weeklywp.com/2009/09/wp-ecommerce-blank-product-page-after-upgrade/&amp;title=WP+ECommerce+Blank+Product+Page+After+Upgrade" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://weeklywp.com/2009/09/wp-ecommerce-blank-product-page-after-upgrade/&amp;title=WP+ECommerce+Blank+Product+Page+After+Upgrade" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://weeklywp.com/2009/09/wp-ecommerce-blank-product-page-after-upgrade/&amp;title=WP+ECommerce+Blank+Product+Page+After+Upgrade" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://weeklywp.com/2009/09/wp-ecommerce-blank-product-page-after-upgrade/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://weeklywp.com/2009/09/wp-ecommerce-blank-product-page-after-upgrade/&amp;t=WP+ECommerce+Blank+Product+Page+After+Upgrade" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=WP+ECommerce+Blank+Product+Page+After+Upgrade+-+http://tr.im/Ny2q+(via+@weeklywp)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://weeklywp.com/2009/09/wp-ecommerce-blank-product-page-after-upgrade/&amp;title=WP+ECommerce+Blank+Product+Page+After+Upgrade&amp;summary=So%20you%27ve%20upgraded%20your%20copy%20of%20WP%20Ecommerce%20on%20your%20WordPress%20site%20and%20you%20notice%20that%20your%20products%20page%28s%29%20are%20either%20blank%20or%20have%20a%20%221%22%20on%20the%20page%20and%20nothing%20else.%20WTF%3F%0A%0AWell%2C%20what%20is%20happening%20is%20this%3A%0A%0A1.%20The%20older%20version%20of%20the%20shopping%20cart%20used%20shortcodes%20to%20display%20categories%20on%20a%20page&amp;source=Weekly WordPress Podcast" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://weeklywp.com/2009/09/wp-ecommerce-blank-product-page-after-upgrade/&amp;title=WP+ECommerce+Blank+Product+Page+After+Upgrade" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://weeklywp.com/2009/09/wp-ecommerce-blank-product-page-after-upgrade/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Podcast &#8211; Episode 001</title>
		<link>http://weeklywp.com/2009/09/podcast-episode-001/</link>
		<comments>http://weeklywp.com/2009/09/podcast-episode-001/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 02:16:11 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[blogworld]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://weeklywp.com/?p=48</guid>
		<description><![CDATA[Episode #001
Recorded: 9/4/09
- Welcome to Weekly WordPress Podcast
- Upcoming BlogWorld event
- Why should you attend a WordCamp or BlogWorld event?
- What type of hosting companies to avoid
- Selecting a theme for your needs
Sites we talked about:
- BlogWorldExpo.com
- LasVegasWordCamp.com
- WooThemes.com
- GorillaThemes.com
- DougDaulton.com
- MediaTemple.net





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on [...]]]></description>
			<content:encoded><![CDATA[<p>Episode #001<br />
Recorded: 9/4/09</p>
<p>- Welcome to Weekly WordPress Podcast<br />
- Upcoming BlogWorld event<br />
- Why should you attend a WordCamp or BlogWorld event?<br />
- What type of hosting companies to avoid<br />
- Selecting a theme for your needs</p>
<p>Sites we talked about:<br />
- <a href="http://blogworldexpo.com">BlogWorldExpo.com</a><br />
- <a href="http://lasvegaswordcamp.com">LasVegasWordCamp.com</a><br />
- <a href="http://woothemes.com">WooThemes.com</a><br />
- <a href="http://gorillathemes.com">GorillaThemes.com</a><br />
- <a href="http://dougdaulton.com">DougDaulton.com</a><br />
- <a href="http://mediatemple.net">MediaTemple.net</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://weeklywp.com/2009/09/podcast-episode-001/&amp;title=Podcast+-+Episode+001" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://weeklywp.com/2009/09/podcast-episode-001/&amp;title=Podcast+-+Episode+001" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://weeklywp.com/2009/09/podcast-episode-001/&amp;title=Podcast+-+Episode+001" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://weeklywp.com/2009/09/podcast-episode-001/&amp;title=Podcast+-+Episode+001" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://weeklywp.com/2009/09/podcast-episode-001/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://weeklywp.com/2009/09/podcast-episode-001/&amp;t=Podcast+-+Episode+001" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Podcast+-+Episode+001+-+http://tr.im/Ny2h+(via+@weeklywp)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://weeklywp.com/2009/09/podcast-episode-001/&amp;title=Podcast+-+Episode+001&amp;summary=Episode%20%23001%0D%0ARecorded%3A%209%2F4%2F09%0D%0A%0D%0A-%20Welcome%20to%20Weekly%20WordPress%20Podcast%0D%0A-%20Upcoming%20BlogWorld%20event%0D%0A-%20Why%20should%20you%20attend%20a%20WordCamp%20or%20BlogWorld%20event%3F%0D%0A-%20What%20type%20of%20hosting%20companies%20to%20avoid%0D%0A-%20Selecting%20a%20theme%20for%20your%20needs%0D%0A%0D%0ASites%20we%20talked%20about%3A%0D%0A-%20BlogWorldExpo.com%0D%0A-%20LasVegasWordCam&amp;source=Weekly WordPress Podcast" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://weeklywp.com/2009/09/podcast-episode-001/&amp;title=Podcast+-+Episode+001" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://weeklywp.com/2009/09/podcast-episode-001/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://media.blubrry.com/weeklywp/weeklywp.com/pods/weeklywp-001.mp3" length="31845064" type="audio/mpeg" />
			<itunes:keywords>blogworld,hosting,themes,wordcamp</itunes:keywords>
		<itunes:subtitle>Episode #001 Recorded: 9/4/09 - - Welcome to Weekly WordPress Podcast - Upcoming BlogWorld event - Why should you attend a WordCamp or BlogWorld event? - What type of hosting companies to avoid - Selecting a theme for your needs - Sites we talked about...</itunes:subtitle>
		<itunes:summary>Episode #001
Recorded: 9/4/09

- Welcome to Weekly WordPress Podcast
- Upcoming BlogWorld event
- Why should you attend a WordCamp or BlogWorld event?
- What type of hosting companies to avoid
- Selecting a theme for your needs

Sites we talked about:
- BlogWorldExpo.com (http://blogworldexpo.com)
- LasVegasWordCamp.com (http://lasvegaswordcamp.com)
- WooThemes.com (http://woothemes.com)
- GorillaThemes.com (http://gorillathemes.com)
- DougDaulton.com (http://dougdaulton.com)
- MediaTemple.net (http://mediatemple.net)

</itunes:summary>
		<itunes:author>John Hawkins, Shayne Sanderson</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:duration>33:10</itunes:duration>
	</item>
		<item>
		<title>Coming Soon</title>
		<link>http://weeklywp.com/2009/08/coming-soon/</link>
		<comments>http://weeklywp.com/2009/08/coming-soon/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 07:34:43 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://weeklywp.com/?p=10</guid>
		<description><![CDATA[Hello and welcome to the Weekly WordPress Podcast web site with your hosts John Hawkins and Shayne Sanderson. We&#8217;re excited to get started and we&#8217;re glad you are here!
Here&#8217;s a quick history on how this site came about&#8230; For the past few months Shayne and I have been having a weekly tech call. We talk [...]]]></description>
			<content:encoded><![CDATA[<p>Hello and welcome to the Weekly WordPress Podcast web site with your hosts John Hawkins and Shayne Sanderson. We&#8217;re excited to get started and we&#8217;re glad you are here!</p>
<p>Here&#8217;s a quick history on how this site came about&#8230; For the past few months Shayne and I have been having a weekly tech call. We talk about hurdles in projects we are each working on, technical issues we may have run in to and a healthy dose of complaining about this, that and the other thing. After a particularly content heavy phone call last week, I said to Shayne, &#8220;We should really record these conversations and make them available as a podcast.&#8221; He quickly agreed and the project was underway.</p>
<p>The plan is to create a 30 minute podcast once a week where we discuss recent WordPress news and how it affects both developers and end users, WordPress plugins we&#8217;ve run across, themes, security, features, conferences, tips, tricks and probably a line or two about what we&#8217;re having for dinner. We would also be more than happy to answer any technical questions you may have. Use the Contact form to submit your question. If we use your question on the show, we&#8217;ll send you a little gift in the mail.</p>
<p>Currently I&#8217;m planning on releasing the podcasts on Wednesday mornings. They&#8217;ll be available in iTunes for downloading and listening while on the go, and they&#8217;ll also be available right here for streaming from your desktop. You can expect to see the first podcast show up in early September. </p>
<p>Thanks for stopping by!</p>
<p>- John</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://weeklywp.com/2009/08/coming-soon/&amp;title=Coming+Soon" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://weeklywp.com/2009/08/coming-soon/&amp;title=Coming+Soon" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://weeklywp.com/2009/08/coming-soon/&amp;title=Coming+Soon" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://weeklywp.com/2009/08/coming-soon/&amp;title=Coming+Soon" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://weeklywp.com/2009/08/coming-soon/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://weeklywp.com/2009/08/coming-soon/&amp;t=Coming+Soon" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Coming+Soon+-+http://tr.im/Ny2r+(via+@weeklywp)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://weeklywp.com/2009/08/coming-soon/&amp;title=Coming+Soon&amp;summary=Hello%20and%20welcome%20to%20the%20Weekly%20WordPress%20Podcast%20web%20site%20with%20your%20hosts%20John%20Hawkins%20and%20Shayne%20Sanderson.%20We%27re%20excited%20to%20get%20started%20and%20we%27re%20glad%20you%20are%20here%21%0D%0A%0D%0AHere%27s%20a%20quick%20history%20on%20how%20this%20site%20came%20about...%20For%20the%20past%20few%20months%20Shayne%20and%20I%20have%20been%20having%20a%20weekly%20tech%20call.%20W&amp;source=Weekly WordPress Podcast" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://weeklywp.com/2009/08/coming-soon/&amp;title=Coming+Soon" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://weeklywp.com/2009/08/coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move WordPress To a New Server</title>
		<link>http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/</link>
		<comments>http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 01:04:27 +0000</pubDate>
		<dc:creator>shayne</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[change url]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[move server]]></category>
		<category><![CDATA[move site]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[transfer]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wordpressme.org/2009/06/move-wordpress-to-a-new-server/</guid>
		<description><![CDATA[So&#8230;I&#8217;ve had a several requests on how to move a WordPress installation to a new server, so I decided to make a post about it and show you how to do it. This is going to be a lengthy post, but if you will follow the directions you will have no issues moving your site.
First [...]]]></description>
			<content:encoded><![CDATA[<p>So&#8230;I&#8217;ve had a several requests on how to move a WordPress installation to a new server, so I decided to make a post about it and show you how to do it. This is going to be a lengthy post, but if you will follow the directions you will have no issues moving your site.</p>
<p>First off, there are many methods on how to do this, but the one I will walk you through is how I do it and it works for me, so here goes.</p>
<p>The first thing you will want to do is log into your existing server via FTP and locate your WordPress installation. There you will locate the &#8220;wp-content&#8221; directory and back it up to your local machine (PC/Mac, whatever)&#8230;just download it to your machine so that you have it for later.</p>
<p><img class="aligncenter size-full wp-image-349" title="move_server_wp-content" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_wp-content.jpg" alt="move_server_wp-content" width="274" height="185" /></p>
<p>After you have done that, then you will want to log into your SQL database. You can do this through your hosting control panel (CPanel, etc). Once in your database, you will want to export it. Locate the &#8220;Export&#8221; button for your database&#8230;it should look like this: <span style="color: #808080;"><em>(note: your database might not look exactly like this as I have other tables in place)</em></span></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-350" title="move_server_database1" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database1.jpg" alt="move_server_database1" width="490" height="374" /></p>
<p>After you click &#8220;Export&#8221; you will see a screen that looks similar to this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-351" title="move_server_database2" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database2.jpg" alt="move_server_database2" width="490" height="298" /></p>
<p>Make sure to &#8220;Select All&#8221; and that you have &#8220;SQL&#8221; selected as the export type. Then to the right, you want to check the boxes that say &#8220;Add Drop Table&#8221; and &#8220;Add If Not Exists&#8221;. What that does is make it so that if the tables already exist on your new server, it will overwrite them when you import your existing database there. We actually won&#8217;t do that with this demonstration, but it&#8217;s always a good idea to do so, just in case. After that, you will check the box toward the bottom that says &#8220;Save as File&#8221; and then click the &#8220;Go&#8221; button in bottom right. This will produce a download and you need to save that to your machine as well.</p>
<p>So at this point, we have our &#8220;wp-content&#8221; folder and the database backed up. That is everything you need from your existing site.</p>
<p>Next, you will go to your new server and set up a completely new WordPress installation. Once you have done that, log into the new site via FTP and locate the WordPress installation and find the &#8220;wp-content&#8221; directory for the new installation. You can do a copy/replace here, but what I always do, just to be safe is to delete that directory completely and then upload the one that you backed up earlier. So to recap here&#8230;delete the &#8220;wp-content&#8221; directory on new installation. Then upload the &#8220;wp-content&#8221; directory that you backed up earlier into the new WordPress installation.</p>
<p><img class="aligncenter size-full wp-image-349" title="move_server_wp-content" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_wp-content.jpg" alt="move_server_wp-content" width="274" height="185" /></p>
<p>Once you have done that, then you will want to log into the database for the new WordPress installation. When you get there you will want to check ALL of the existing tables and then choose to &#8220;Drop&#8221; them (there should be 10 tables on a default installation). That screen should look something like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-352" title="move_server_database3" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database3.jpg" alt="move_server_database3" width="490" height="247" /></p>
<p>After selecting &#8220;Drop&#8221; you will be prompted with a screen that looks like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-353" title="move_server_database4" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database4.jpg" alt="move_server_database4" width="490" height="47" /></p>
<p>You will select &#8220;Yes&#8221; to this action and all of the database tables will be deleted.</p>
<p>Next, you will want to import your database that you backed up earlier. So you will find the &#8220;Import&#8221; button up top:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-354" title="move_server_database5" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database5.jpg" alt="move_server_database5" width="490" height="154" /></p>
<p>After doing that, you will be prompted to &#8220;Browse&#8221; and find the SQL file you want to import. So click &#8220;Browse&#8221; and find the SQL file that you saved from your old site earlier. Click &#8220;Go&#8221; and that will import your database.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-355" title="move_server_database6" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database6.jpg" alt="move_server_database6" width="490" height="165" /></p>
<p>After the database has been imported, you will see all of the tables that were on your old site in the left column. What we want to do now is tell the database where your new site is located (the URL), otherwise the site will not work. So in the left column, you will want to click on &#8220;wp_options&#8221;.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-356" title="move_server_database7" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database7.jpg" alt="move_server_database7" width="490" height="326" /></p>
<p>After clicking on &#8220;wp_options&#8221; you will see the fields associated with that table. You will want to click on &#8220;Browse&#8221; in the top menu bar.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-357" title="move_server_database8" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database8.jpg" alt="move_server_database8" width="490" height="182" /></p>
<p>After clicking &#8220;Browse&#8221; in the top menu area, you will then see all of the keys that are associated. The first one is called &#8220;siteurl&#8221;. You will want to edit that key to enter your new URL. So you should see a pencil icon to the left like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-358" title="move_server_database9" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database9.jpg" alt="move_server_database9" width="490" height="167" /></p>
<p>Click the pencil icon to edit that key and it is there that you will put in the new URL for your new site. After you have done that, click &#8220;Go&#8221; at the bottom of the screen to save that action.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-359" title="move_server_database10" src="http://weeklywp.com/wp-content/uploads/2009/06/move_server_database10.jpg" alt="move_server_database10" width="490" height="226" /></p>
<p>That will tell the database that your site has a new URL from what it did when you backed it up. Once back on the screen for &#8220;wp_options&#8221; if you will go to Page 2, you will see another key for &#8220;home&#8221;. Do the same thing for it. Edit it and replace the URL there as well with the URL for your new site. Click &#8220;Go&#8221; to save it.</p>
<p>Last but not least, you will want to look for the &#8220;upload path&#8221; field in the &#8220;wp_options&#8221; table as well. It&#8217;s usually on Page 2, but will look like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-366" title="upload_path1" src="http://weeklywp.com/wp-content/uploads/2009/10/upload_path1.jpg" alt="upload_path1" width="490" height="111" />Click the pencil icon to edit, and make sure that the value in there is set to &#8220;wp-content/uploads&#8221;. Sometimes after the move, this will have a string of data pointing back to your old server and this can mess up all kinds of things like media uploads, plugins, etc. So you should have it set to look like this:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-367" title="upload_path2" src="http://weeklywp.com/wp-content/uploads/2009/10/upload_path2.jpg" alt="upload_path2" width="490" height="170" />After you do that, click &#8220;Go&#8221; in bottom right to save your changes and you&#8217;re all done!</p>
<p>You can now navigate to your new site&#8217;s admin area, login and make sure that the correct theme is selected and all plugins are active.</p>
<p>After that, you&#8217;re ready to go&#8230;.your WordPress installation has been moved to a new server and you don&#8217;t have to jump off of a bridge, because it wasn&#8217;t that hard at all!</p>
<p>So, until next time&#8230;</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-center sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/&amp;title=Move+WordPress+To+a+New+Server" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/&amp;title=Move+WordPress+To+a+New+Server" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/&amp;title=Move+WordPress+To+a+New+Server" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/&amp;title=Move+WordPress+To+a+New+Server" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/&amp;t=Move+WordPress+To+a+New+Server" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Move+WordPress+To+a+New+Server+-+http://tr.im/Ny2s+(via+@weeklywp)" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/&amp;title=Move+WordPress+To+a+New+Server&amp;summary=So...I%27ve%20had%20a%20several%20requests%20on%20how%20to%20move%20a%20WordPress%20installation%20to%20a%20new%20server%2C%20so%20I%20decided%20to%20make%20a%20post%20about%20it%20and%20show%20you%20how%20to%20do%20it.%20This%20is%20going%20to%20be%20a%20lengthy%20post%2C%20but%20if%20you%20will%20follow%20the%20directions%20you%20will%20have%20no%20issues%20moving%20your%20site.%0D%0A%0D%0AFirst%20off%2C%20there%20are%20many%20m&amp;source=Weekly WordPress Podcast" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/&amp;title=Move+WordPress+To+a+New+Server" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://weeklywp.com/2009/06/move-wordpress-to-a-new-server/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
	</channel>
</rss>
