<?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>andrew's blog of amusing stuff &#187; Wordpress</title>
	<atom:link href="http://andrew.blogasian.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrew.blogasian.com</link>
	<description>Sharing what is worth sharing...</description>
	<lastBuildDate>Sun, 02 Aug 2009 03:50:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sick of Akismet? Use Spam Karma 2 instead.</title>
		<link>http://andrew.blogasian.com/2007/07/09/sick-of-akismet-use-spam-karma-2-instead/</link>
		<comments>http://andrew.blogasian.com/2007/07/09/sick-of-akismet-use-spam-karma-2-instead/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 14:26:02 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
	<dc:subject>Wordpress</dc:subject><dc:subject>tech</dc:subject><dc:subject>wordpress</dc:subject>
		<guid isPermaLink="false">http://andrew.blogasian.com/2007/07/09/sick-of-akismet-use-spam-karma-2-instead/</guid>
		<description><![CDATA[Wow..it&#8217;s been a while since I last updated this blog. It&#8217;s now collecting dust and spams. I get email notifications every time a spam comment past through the protection by Akismet and it&#8217;s really getting on my nerves. Yes, Akismet is good but not good enough for me.
So, I went to look for other alternative [...]]]></description>
			<content:encoded><![CDATA[<p>Wow..it&#8217;s been a while since I last updated this blog. It&#8217;s now collecting dust and spams. I get email notifications every time a spam comment past through the protection by Akismet and it&#8217;s really getting on my nerves. Yes, Akismet is good but not good enough for me.</p>
<p>So, I went to look for other alternative and finally decided to go back to my previous spam blocker, Spam Karma 2 (aka SK2, but of course not the one you girls use for makeups). I was convinced by the article written by D&#8217;Arcy about &#8220;<a href="http://www.darcynorman.net/2006/02/08/downgrading-akismet">Downgrading Akismet</a>&#8220;. Quite a funny article as well. SPAM DIE DIE DIE! Don&#8217;t disappoint me, SK2.</p>
<p>Some good features of SK2:<br />
- Ability to configure stricter protection on old posts with no activity (popular spam target)<br />
- Additional CAPTCHA check if the comment&#8217;s karma is within a certain error margin, providing the commenter with a chance to prove himself innocent.</p>
<p>So wordpress users, are you still using Akismet or have you guys switched away long time ago? Or if you have a better spam protection for your blog, do let me know. <img src='http://andrew.blogasian.com/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></p>
<p><a href="http://unknowngenius.com/blog/wordpress/spam-karma/">Download SK2 from Dave&#8217;s Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrew.blogasian.com/2007/07/09/sick-of-akismet-use-spam-karma-2-instead/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Set your URL to with or without www</title>
		<link>http://andrew.blogasian.com/2007/02/11/set-your-url-to-with-or-without-www/</link>
		<comments>http://andrew.blogasian.com/2007/02/11/set-your-url-to-with-or-without-www/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 00:19:03 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
	<dc:subject>Tutorials/Guides/How-To</dc:subject>
	<dc:subject>Wordpress</dc:subject><dc:subject>domain name</dc:subject><dc:subject>guide</dc:subject><dc:subject>how to</dc:subject><dc:subject>tutorials</dc:subject><dc:subject>Tutorials/Guides/How To</dc:subject><dc:subject>wordpress</dc:subject>
		<guid isPermaLink="false">http://andrew.blogasian.com/2007/02/11/set-your-url-to-with-or-without-www/</guid>
		<description><![CDATA[To www or not to www, that&#8217;s the question. Different people have different preference. I personally would like to just type my domain name without the www. For SEO purposes, it&#8217;s better to choose 1 and stick with it &#8211; otherwise you might end up with different Page Ranks for each URL (with and without). [...]]]></description>
			<content:encoded><![CDATA[<p>To www or not to www, that&#8217;s the question. Different people have different preference. I personally would like to just type my domain name without the www. For SEO purposes, it&#8217;s better to choose 1 and stick with it &#8211; otherwise you might end up with different Page Ranks for each URL (with and without). So what can you do to fix this?</p>
<p><strong><u>Step 1: Adjust settings using Google Webmaster Tools</u></strong><br />Google Webmaster Tools is useful to adjust the way Googlebot crawl and index your site, so sign up with them if you haven&#8217;t. After logging in to Google Webmaster Tools, look under the &#8220;Preferred Domain&#8221; menu (on the left sidebar), choose the appropriate settings for your site. </p>
<p><strong><u>Step 2: Set up a 301 Redirection</u></strong><br />After you decided whether to include www or not, you have to make sure all visitors will end up at the same url. There are few ways of which this can be done using 301 redirection.</p>
<p>First step is if your site is hosted on a Linux server with Apache Mod-Rewrite module enabled. </p>
<p><strong>a) redirect all http://www.yoursite.com to&nbsp;http://yoursite.com</strong><br />Go to your root directory and add the following code to your .htaccess file:</p>
<blockquote><p>RewriteEngine On<br />RewriteCond %{HTTP_HOST} ^www\.yoursite\.com$ [NC] <br />RewriteRule ^.*$ http://yoursite.com%{REQUEST_URI} [R=301,L]</p>
</blockquote>
<p><strong>b) redirect all http://yoursite.com to&nbsp;http://www.yoursite.com</strong><br />Go to your root directory and add the following code to your .htaccess file:</p>
<blockquote><p>RewriteEngine On<br />RewriteCond %{HTTP_HOST} !^(.*)\.yoursite\.com$ [NC]<br />RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]</p>
</blockquote>
<p>Note: Make sure you chance yoursite.com in the code to your own site URL! </p>
<p><strong><u>Alternative Step: Use A Wordpress Plugin (For Wordpress Users)<br /></u></strong>If you are not hosted on Linux server, or if you&#8217;re not using Apache, or if you are confused with editing the .htaccess file, use this plugin called <a href="http://www.justinshattuck.com/wordpress-www-redirect-plugin/">WWW Redirect</a>. You can set whether to have the www or not from your Wordpress Admin panel once you set this plugin up successfully. </p>
<p>Hope it works for all of you out there.</p>
<p>Reference: <a href="http://www.johnchow.com/setting-the-preferred-domain/">John Chow &#8211; Setting The Preferred Domain</a></p>
<p><strong><u></u></strong>&nbsp;</p>
<div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:dd80de5e-53d5-4d8b-a0ee-7a79db9430b0" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"></div>
]]></content:encoded>
			<wfw:commentRss>http://andrew.blogasian.com/2007/02/11/set-your-url-to-with-or-without-www/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add &#8220;Read More&#8221; Link to Wordpress</title>
		<link>http://andrew.blogasian.com/2006/08/04/how-to-add-read-more-link-to-wordpress/</link>
		<comments>http://andrew.blogasian.com/2006/08/04/how-to-add-read-more-link-to-wordpress/#comments</comments>
		<pubDate>Fri, 04 Aug 2006 07:07:35 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
	<dc:subject>Tutorials/Guides/How-To</dc:subject>
	<dc:subject>Wordpress</dc:subject><dc:subject>blogging</dc:subject><dc:subject>Tutorials/Guides/How To</dc:subject><dc:subject>wordpress</dc:subject><dc:subject>wordpress edit</dc:subject><dc:subject>wordpress hacks</dc:subject>
		<guid isPermaLink="false">http://andrew.blogasian.com/2006/08/04/how-to-add-read-more-link-to-wordpress/</guid>
		<description><![CDATA[If you&#8217;re wondering why I kept posting about Wordpress &#8220;How-To&#8221;, it&#8217;s for my own record. 
Anyway, here&#8217;s the guide to add &#8220;Read More&#8221; link to your Wordpress blog. Under index.php (might be different depending on your Template/Theme), look for the following code:
&#60;?php the_content(''); ?&#62;
Replace with this:
&#60;?php the_content('Read on...'); ?&#62;
That&#8217;s it! Ok&#8230;so it&#8217;s &#8220;Read on&#8230;&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re wondering why I kept posting about Wordpress &#8220;How-To&#8221;, it&#8217;s for my own record. <img src='http://andrew.blogasian.com/smilies/yahoo_bigsmile.gif' alt='&#58;&#68;' class='wp-smiley' width='18' height='18' title='&#58;&#68;' /></p>
<p>Anyway, here&#8217;s the guide to add &#8220;Read More&#8221; link to your Wordpress blog. Under index.php (might be different depending on your Template/Theme), look for the following code:<br />
<code>&lt;?php the_content(''); ?&gt;</code></p>
<p>Replace with this:<br />
<code>&lt;?php the_content('Read on...'); ?&gt;</code></p>
<p>That&#8217;s it! Ok&#8230;so it&#8217;s &#8220;Read on&#8230;&#8221; and not &#8220;Read More&#8221;, but you can always change it to whatever you like. (How about &#8220;Eat more&#8221;?) <img src='http://andrew.blogasian.com/smilies/yahoo_tongue.gif' alt='&#58;&#80;' class='wp-smiley' width='18' height='18' title='&#58;&#80;' /></p>
<p>More customisations:<br />
<a href="http://codex.wordpress.org/Customizing_the_Read_More">Customizing the Read More</a><br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://andrew.blogasian.com/2006/08/04/how-to-add-read-more-link-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Correctly Include Code in Your Wordpress Blog Posts</title>
		<link>http://andrew.blogasian.com/2006/08/03/how-to-correctly-include-code-in-your-wordpress-blog-posts/</link>
		<comments>http://andrew.blogasian.com/2006/08/03/how-to-correctly-include-code-in-your-wordpress-blog-posts/#comments</comments>
		<pubDate>Thu, 03 Aug 2006 20:52:08 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
	<dc:subject>Tutorials/Guides/How-To</dc:subject>
	<dc:subject>Wordpress</dc:subject><dc:subject>Tutorials/Guides/How To</dc:subject><dc:subject>wordpress</dc:subject>
		<guid isPermaLink="false">http://andrew.blogasian.com/2006/08/03/how-to-correctly-include-code-in-your-wordpress-blog-posts/</guid>
		<description><![CDATA[Most of the time, when you include code using the < code> and < / code>  in Wordpress editor, you will get weird codes (like addition of spaces, weird symbols coming out etc). To solve this, make use of this Wordpress plugin called &#8220;Code Markup&#8220;.
Steps:
1. Download the plugin here: Right Click and Save As..
2. [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the time, when you include code using the < code> and < / code>  in Wordpress editor, you will get weird codes (like addition of spaces, weird symbols coming out etc). To solve this, make use of this Wordpress plugin called &#8220;<a href="http://www.thunderguy.com/semicolon/wordpress/code-markup-wordpress-plugin/">Code Markup</a>&#8220;.</p>
<p>Steps:<br />
1. Download the plugin here: <a href="http://www.thunderguy.com/semicolon/plaintext/code-markup.php">Right Click and Save As..</a><br />
2. Upload to your Wordpress Plugin folder<br />
3. Activate the Plugin.<br />
4. Go to Options>>Writing>><br />
5. Uncheck the “WordPress should correct invalidly nested XHTML automatically” option box.</p>
<p>That&#8217;s it!</p>
<p>For more customisation, visit the plugin author&#8217;s blog:<br />
<a href="http://www.thunderguy.com/semicolon/wordpress/code-markup-wordpress-plugin/">Code Markup &#8211; A Wordpress Plugin</a><br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://andrew.blogasian.com/2006/08/03/how-to-correctly-include-code-in-your-wordpress-blog-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add &#8220;Edit This&#8221; Link to Wordpress</title>
		<link>http://andrew.blogasian.com/2006/08/03/how-to-add-edit-this-link-to-wordpress/</link>
		<comments>http://andrew.blogasian.com/2006/08/03/how-to-add-edit-this-link-to-wordpress/#comments</comments>
		<pubDate>Thu, 03 Aug 2006 20:32:33 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
	<dc:subject>Tutorials/Guides/How-To</dc:subject>
	<dc:subject>Wordpress</dc:subject><dc:subject>Tutorials/Guides/How To</dc:subject><dc:subject>wordpress</dc:subject>
		<guid isPermaLink="false">http://andrew.blogasian.com/2006/08/03/how-to-add-edit-this-link-to-wordpress/</guid>
		<description><![CDATA[Just add the following code anywhere in the template file:
&#60;?php edit_post_link(); ?&#62;
It will appear only when the owner is logged in.
To add little &#8220;ummm&#8221;, use this code:
&#60;?php edit_post_link('Nehneheneheneh'); ?&#62;
Add anything you want to replace &#8220;Nehneheneheneh&#8221;. 
For more info, visit:
Template Tags/Edit Post Link
Editing the Edit This WordPress Template Tag

]]></description>
			<content:encoded><![CDATA[<p>Just add the following code anywhere in the template file:<br />
<code>&lt;?php edit_post_link(); ?&gt;</code></p>
<p>It will appear only when the owner is logged in.</p>
<p>To add little &#8220;ummm&#8221;, use this code:<br />
<code>&lt;?php edit_post_link('Nehneheneheneh'); ?&gt;</code><br />
Add anything you want to replace &#8220;Nehneheneheneh&#8221;. <img src='http://andrew.blogasian.com/smilies/yahoo_tongue.gif' alt='&#58;&#80;' class='wp-smiley' width='18' height='18' title='&#58;&#80;' /></p>
<p>For more info, visit:<br />
<a href="http://codex.wordpress.org/Template_Tags/edit_post_link">Template Tags/Edit Post Link</a><br />
<a href="http://lorelle.wordpress.com/2006/05/20/editing-the-edit-this-wordpress-template-tag/">Editing the Edit This WordPress Template Tag</a><br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://andrew.blogasian.com/2006/08/03/how-to-add-edit-this-link-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Blog Hosting &#8211; Wordpress included!</title>
		<link>http://andrew.blogasian.com/2005/11/26/free-blog-hosting-wordpress-included/</link>
		<comments>http://andrew.blogasian.com/2005/11/26/free-blog-hosting-wordpress-included/#comments</comments>
		<pubDate>Sat, 26 Nov 2005 14:15:28 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
	<dc:subject>Interesting Freebies</dc:subject>
	<dc:subject>Interesting Technology</dc:subject>
	<dc:subject>Interesting Websites</dc:subject>
	<dc:subject>Others</dc:subject>
	<dc:subject>Wordpress</dc:subject>
		<guid isPermaLink="false">http://blogasian.com/andrew/index.php/2005/11/26/free-blog-hosting-wordpress-included/</guid>
		<description><![CDATA[Blorc.com is giving away free web hosting, especially for bloggers. You&#8217;ll get the following for free:
-200MB space
-2GB bandwidth
-cPanel &#038; Fantastico
-No ads required on your site at all!
-You can also host your own domain on our site or use our name: xyz.blorc.com
-Use any blogging software you like

The only thing you need to do is to post [...]]]></description>
			<content:encoded><![CDATA[<p>Blorc.com is giving away free web hosting, especially for bloggers. You&#8217;ll get the following for free:</p>
<blockquote><p>-200MB space<br />
-2GB bandwidth<br />
-cPanel &#038; Fantastico<br />
-No ads required on your site at all!<br />
-You can also host your own domain on our site or use our name: xyz.blorc.com<br />
-Use any blogging software you like</p></blockquote>
<p><span id="more-188"></span></p>
<p>The only thing you need to do is to post 200 constructive posts in Blorc forum (<a href="http://forum.blorc.com/">http://forum.blorc.com/</a>) and then request for your free hosting, simple isn&#8217;t it? </p>
<p>Here&#8217;s the specification of the servers, very fast:</p>
<blockquote><p>
-Linux servers located in the US.<br />
-Connection to the servers are from TimeWarner Gig-E (~1000Mbps) and UUNET OC-12 (~621Mbps) and by the end of this year, another from Level 3 Gig-E (~1000Mbps).<br />
-Dual Xeons with 2GB RAM.</p></blockquote>
<p>Get your free blog hosting now&#8230;.limited space available. <img src='http://andrew.blogasian.com/smilies/yahoo_tongue.gif' alt='&#58;&#80;' class='wp-smiley' width='18' height='18' title='&#58;&#80;' /> </p>
<p>Link: <a href="http://forum.blorc.com/">http://forum.blorc.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andrew.blogasian.com/2005/11/26/free-blog-hosting-wordpress-included/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype Button for Wordpress</title>
		<link>http://andrew.blogasian.com/2005/11/26/skype-button-for-wordpress/</link>
		<comments>http://andrew.blogasian.com/2005/11/26/skype-button-for-wordpress/#comments</comments>
		<pubDate>Sat, 26 Nov 2005 14:00:35 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
	<dc:subject>Interesting Technology</dc:subject>
	<dc:subject>Others</dc:subject>
	<dc:subject>Wordpress</dc:subject>
		<guid isPermaLink="false">http://blogasian.com/andrew/?p=186</guid>
		<description><![CDATA[For Skype Bloggers, check out this plugin. It will create a &#8220;Call Me&#8221; button on your Wordpress blog.


Why would I want it? Well, (almost) all WordPress users have a Skype account, and some of them want to make easy for their visitors to contact them . You could go to that website, enter your name, [...]]]></description>
			<content:encoded><![CDATA[<p>For Skype Bloggers, check out this <a href="http://anti.masendav.com/skype-button-for-wordpress/">plugin</a>. It will create a &#8220;Call Me&#8221; button on your Wordpress blog.<br />
<a href="http://www.kqzyfj.com/click-1765960-10389124" target="_top" ><br />
<img src="http://www.ftjcfx.com/image-1765960-10389124" width="183" height="90" alt="" border="0"/></a></p>
<blockquote><p>Why would I want it? Well, (almost) all WordPress users have a Skype account, and some of them want to make easy for their visitors to contact them . You could go to that website, enter your name, choose the design you like, copy the HTML from the tiny textarea, open up some file from your theme folder in a text editor and then paste that HTML into that file. And then do it all over again if you want to select a new button style. Or you could simply download this plugin, enter your Skype ID, choose the design you like, add a single line of code into a template and be done. If you want another style, then just go back to the options, choose it, save and it’s done.</p></blockquote>
<p><a href="http://share.skype.com/in/369/68400" target="_blank"><br />
  <img src="http://share.skype.com/show/image/?id=369" border="0" /><br />
</a></p>
<p><span id="more-186"></span></p>
<p>If you still don&#8217;t know what Skype is, read more about it here: <a href="http://blogasian.com/andrew/index.php/2005/07/30/free-10-mins-skypeout-voip-international-call-day-3/">Link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andrew.blogasian.com/2005/11/26/skype-button-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing Smilies Plugin</title>
		<link>http://andrew.blogasian.com/2005/09/18/test/</link>
		<comments>http://andrew.blogasian.com/2005/09/18/test/#comments</comments>
		<pubDate>Sun, 18 Sep 2005 09:59:21 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
	<dc:subject>Wordpress</dc:subject>
		<guid isPermaLink="false">http://blogasian.com/andrew/?p=98</guid>
		<description><![CDATA[
Hi 
Testing smilies 
I dont think it&#8217;s going to work&#8230;.
Edit: It did work. 
]]></description>
			<content:encoded><![CDATA[<p><img src='http://andrew.blogasian.com/smilies/yahoo_rotfl.gif' alt='&#61;&#41;&#41;' class='wp-smiley' width='30' height='18' title='&#61;&#41;&#41;' /></p>
<p>Hi <img src='http://andrew.blogasian.com/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></p>
<p>Testing smilies <img src='http://andrew.blogasian.com/smilies/yahoo_tongue.gif' alt='&#58;&#80;' class='wp-smiley' width='18' height='18' title='&#58;&#80;' /></p>
<p>I dont think it&#8217;s going to work&#8230;.</p>
<p>Edit: It did work. <img src='http://andrew.blogasian.com/smilies/yahoo_tongue.gif' alt='&#58;&#80;' class='wp-smiley' width='18' height='18' title='&#58;&#80;' /></p>
]]></content:encoded>
			<wfw:commentRss>http://andrew.blogasian.com/2005/09/18/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gravatar Test</title>
		<link>http://andrew.blogasian.com/2005/09/17/gravatar-test/</link>
		<comments>http://andrew.blogasian.com/2005/09/17/gravatar-test/#comments</comments>
		<pubDate>Sat, 17 Sep 2005 11:25:27 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
	<dc:subject>Wordpress</dc:subject>
		<guid isPermaLink="false">http://blogasian.com/andrew/?p=90</guid>
		<description><![CDATA[Gravatar Test]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just added &#8220;gravatar&#8221; plugin to my wordpress&#8230;..Can someone with a <a href="http://www.gravatar.com">gravatar </a>drop a comment or something? I just want to see if it works. Thanks all! </p>
<p><!--kw=test wordpress--><br />
<!--adsense#afterpost--></p>
]]></content:encoded>
			<wfw:commentRss>http://andrew.blogasian.com/2005/09/17/gravatar-test/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>How to import entries from Blogsome to Wordpress</title>
		<link>http://andrew.blogasian.com/2005/09/03/how-to-import-entries-from-blogsome-to-wordpress/</link>
		<comments>http://andrew.blogasian.com/2005/09/03/how-to-import-entries-from-blogsome-to-wordpress/#comments</comments>
		<pubDate>Sat, 03 Sep 2005 15:23:48 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
	<dc:subject>Wordpress</dc:subject>
		<guid isPermaLink="false">http://blogasian.com/andrew/?p=77</guid>
		<description><![CDATA[At your new wordpress blog, go here:
http://yourblog.com/wp-admin/import-rss.php
Follow the directions. You may have to edit your import-rss.php file to add the link to your blogsome rss feed (http://yourblog.blogsome.com/feed/)
*** Warning! Before you actually run the import rss feature, you will have to reset your preferences under options > reading in your blogsome control panel so that all [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>At your new wordpress blog, go here:</p>
<p>http://yourblog.com/wp-admin/import-rss.php</p>
<p>Follow the directions. You may have to edit your import-rss.php file to add the link to your blogsome rss feed (http://yourblog.blogsome.com/feed/)</p>
<p>*** Warning! Before you actually run the import rss feature, you will have to reset your preferences under options > reading in your blogsome control panel so that all of your posts appear on the first page, and all are syndicated (I set both settings to &#8220;200&#8243;).</p>
<p>It will also import your post categories too. Cool! </p></blockquote>
<p>The bad thing about this is comments are not exported from blogsome. Comments for the posts transferred are closed as well. I don&#8217;t know how to solve these two problems. But it does work in transferring the posts.</p>
<p>Source: <a href="http://www.blogsome.com/forum/viewtopic.php?t=670&#038;highlight=export">Blogsome Forum</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andrew.blogasian.com/2005/09/03/how-to-import-entries-from-blogsome-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to display Subcategories for Wordpress</title>
		<link>http://andrew.blogasian.com/2005/09/03/how-to-display-subcategories-for-wordpress/</link>
		<comments>http://andrew.blogasian.com/2005/09/03/how-to-display-subcategories-for-wordpress/#comments</comments>
		<pubDate>Sat, 03 Sep 2005 15:19:01 +0000</pubDate>
		<dc:creator>andrew</dc:creator>
		
	<dc:subject>Wordpress</dc:subject>
		<guid isPermaLink="false">http://blogasian.com/andrew/?p=76</guid>
		<description><![CDATA[Go to sidebar.php and replace this code under Categories:

&#60; ?php wp_list_cats('sort_column=name&#38; hide_empty=0');?&#62;

]]></description>
			<content:encoded><![CDATA[<p>Go to sidebar.php and replace this code under Categories:</p>
<blockquote><p>
<code>&lt; ?php wp_list_cats('sort_column=name&amp; hide_empty=0');?&gt;</code>
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://andrew.blogasian.com/2005/09/03/how-to-display-subcategories-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
