<?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>ActiveSPLIT.com &#187; Wordpress</title>
	<atom:link href="http://www.activesplit.com/wpt/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activesplit.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 10 Dec 2011 23:49:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress Custom post type and pagination problem &#8211; Error 404</title>
		<link>http://www.activesplit.com/wordpress-custom-post-type-and-pagination-problem-error-404/</link>
		<comments>http://www.activesplit.com/wordpress-custom-post-type-and-pagination-problem-error-404/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 22:26:02 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[custom post type]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pagiantion problem]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://www.activesplit.com/?p=268</guid>
		<description><![CDATA[1.5hour of pure frustration. After registering a custom post type, slug &#8220;news&#8221;, and creating a page &#8220;news&#8221; to display the latest posts the pagination just wouldn&#8217;t work. I was always getting a 404 error. Setting the permalinks to default and back to the old setting solved the problem. $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; [...]]]></description>
		<wfw:commentRss>http://www.activesplit.com/wordpress-custom-post-type-and-pagination-problem-error-404/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress running on IIS and ugly permalinks starting with index.php</title>
		<link>http://www.activesplit.com/wordpress-running-on-iis-and-ugly-permalinks-starting-with-index-php/</link>
		<comments>http://www.activesplit.com/wordpress-running-on-iis-and-ugly-permalinks-starting-with-index-php/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 10:27:19 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[index.php]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[pretty links]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.activesplit.com/?p=224</guid>
		<description><![CDATA[You may have experienced when running WordPress on IIS that the permalinks have that ugly index.php included. Pretty way: www.mysite.com/2010/11/mypost IIS way: www.mysite.com/index.php/2010/11/mypost By tweaking the .htaccess and using some rewrite rules this can be fixed. (ISAPI_Rewrite required) What has to be dont is to rewrite all &#8220;pretty way&#8221; links to &#8220;iis way&#8221; links by [...]]]></description>
		<wfw:commentRss>http://www.activesplit.com/wordpress-running-on-iis-and-ugly-permalinks-starting-with-index-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move WordPress to a new domain / location</title>
		<link>http://www.activesplit.com/move-wordpress-to-a-new-domain-location/</link>
		<comments>http://www.activesplit.com/move-wordpress-to-a-new-domain-location/#comments</comments>
		<pubDate>Mon, 24 May 2010 22:25:51 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[move wordpress]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[wp move]]></category>

		<guid isPermaLink="false">http://www.activesplit.com/?p=209</guid>
		<description><![CDATA[How to move WordPress to a new location in few steps. - move files, addapt .htaccess, wp-config.php if needed - backup database - run the following queries (replace old_url.tld, new_url.tld with actual data) &#160; UPDATE wp_options SET option_value = replace(option_value, 'http://www.old_url.tld', 'http://www.new_url.tld') WHERE option_name = 'home' OR option_name = 'siteurl'; UPDATE wp_posts SET guid = replace(guid, [...]]]></description>
		<wfw:commentRss>http://www.activesplit.com/move-wordpress-to-a-new-domain-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Weird characters after wordpress upgrade</title>
		<link>http://www.activesplit.com/wordpress-weird-characters-after-wordpress-upgrade/</link>
		<comments>http://www.activesplit.com/wordpress-weird-characters-after-wordpress-upgrade/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 21:02:26 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[character]]></category>
		<category><![CDATA[charset]]></category>
		<category><![CDATA[collation]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[strange]]></category>
		<category><![CDATA[unicode]]></category>
		<category><![CDATA[upgrage]]></category>
		<category><![CDATA[utf]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[utf8]]></category>
		<category><![CDATA[weird]]></category>
		<category><![CDATA[wordpress character update]]></category>

		<guid isPermaLink="false">http://www.activesplit.com/?p=147</guid>
		<description><![CDATA[If you see weird characters after upgrading your wordpress version, the reason for that might be wrong character encodings. 1. Easy solution: - open wp-config.php for edit. - make sure you have empty values for  define(’DB_CHARSET’, &#8221;); and define(&#8216;DB_COLLATE&#8217;, &#8221;); 2. Convert all tables to UTF-8 - follow these steps. not tested yet!]]></description>
		<wfw:commentRss>http://www.activesplit.com/wordpress-weird-characters-after-wordpress-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 &#8211; Missing the Visual Editor</title>
		<link>http://www.activesplit.com/wordpress-missing-the-visual-editor/</link>
		<comments>http://www.activesplit.com/wordpress-missing-the-visual-editor/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 19:07:23 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[2.7]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[missing visual editor]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[visual editor]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.activesplit.com/?p=79</guid>
		<description><![CDATA[After upgrading to wordpress 2.7, suddenly the Visual editor was missing.  After doing a search about it on google, I realized that others had the same problem. Some suggested to reupload all the files, to turn off all plugins etc, but nothing helped. But the answer was easier then that. By clicking on the user [...]]]></description>
		<wfw:commentRss>http://www.activesplit.com/wordpress-missing-the-visual-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

