<?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>jw0rd.net &#187; Wordpress</title>
	<atom:link href="http://jw0rd.net/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://jw0rd.net</link>
	<description>Archived Tech Knowledge</description>
	<lastBuildDate>Mon, 18 May 2009 00:09:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Strange characters after Wordpress Upgrade (2.7)</title>
		<link>http://jw0rd.net/2009/01/16/strange-characters-after-wordpress-upgrade-27/</link>
		<comments>http://jw0rd.net/2009/01/16/strange-characters-after-wordpress-upgrade-27/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 21:53:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jw0rd.net/?p=49</guid>
		<description><![CDATA[If you see strange characters in your post content (â€œIâ€™, Â, etc&#8230;)  after a Wordpress upgrade your will need to modify the following line in your wp-config.php
Original:
define(&#8217;DB_CHARSET&#8217;, &#8216;utf8&#8242;);
Updated:
define(&#8217;DB_CHARSET&#8217;, &#8221;);
That&#8217;s it!
]]></description>
			<content:encoded><![CDATA[<p>If you see strange characters in your post content (â€œIâ€™, Â, etc&#8230;)  after a Wordpress upgrade your will need to modify the following line in your wp-config.php</p>
<p>Original:</p>
<blockquote><p>define(&#8217;DB_CHARSET&#8217;, &#8216;utf8&#8242;);</p></blockquote>
<p>Updated:</p>
<blockquote><p>define(&#8217;DB_CHARSET&#8217;, &#8221;);</p></blockquote>
<p>That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://jw0rd.net/2009/01/16/strange-characters-after-wordpress-upgrade-27/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Migrating a Wordpress Blog / URL update</title>
		<link>http://jw0rd.net/2008/09/30/migrating-a-wordpress-blog/</link>
		<comments>http://jw0rd.net/2008/09/30/migrating-a-wordpress-blog/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 01:03:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://jw0rd.net/?p=6</guid>
		<description><![CDATA[Ever migrated a Wordpress blog and ended up using a new domain name? You won&#8217;t be able to get in wp-admin due to the fact that WordPress redirects based on 2 values in the wp_options table. Below are the update queries you can run to update the URL in the MySQL database. You need access [...]]]></description>
			<content:encoded><![CDATA[<p>Ever migrated a Wordpress blog and ended up using a new domain name? You won&#8217;t be able to get in wp-admin due to the fact that WordPress redirects based on 2 values in the wp_options table. Below are the update queries you can run to update the URL in the MySQL database. You need access to phpMyAdmin, the MySQL prompt or you can execute it via PHP.</p>
<blockquote><p>
mysql> USE databasename;</p>
<p>mysql> update wp_options set option_value = &#8216;http://jw0rd.net&#8217; where option_name = &#8216;home&#8217; or option_name = &#8217;siteurl&#8217;;<br />
Query OK, 2 rows affected (0.04 sec)<br />
Rows matched: 2  Changed: 2  Warnings: 0</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jw0rd.net/2008/09/30/migrating-a-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
