<?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>I Make Money Online by Blogging in the Philippines - Sustines Laplana at SELaplana.com &#187; Wordpress</title>
	<atom:link href="http://www.selaplana.com/category/internet/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.selaplana.com</link>
	<description>Learn how I make money online by blogging at home in the Philippines - Sustines Laplana</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:10:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress database error Illegal mix of collations</title>
		<link>http://www.selaplana.com/2011/02/12/wordpress-database-error-illegal-mix-of-collations/</link>
		<comments>http://www.selaplana.com/2011/02/12/wordpress-database-error-illegal-mix-of-collations/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 13:22:07 +0000</pubDate>
		<dc:creator>Sustines Laplana</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Collations]]></category>
		<category><![CDATA[Dabatase Collations Error]]></category>
		<category><![CDATA[Illegal mis of Collations]]></category>
		<category><![CDATA[Latin1]]></category>
		<category><![CDATA[Utf8]]></category>
		<category><![CDATA[Wordpress Database Error]]></category>

		<guid isPermaLink="false">http://www.selaplana.com/?p=10018</guid>
		<description><![CDATA[After successfully corrected the error caused by the WordPress plugin called Pagination which I blogged at my post, WordPress database error You have an error in your SQL syntax, I again discovered another error encountered by the blog as logged in the error_log file. The error message says: WordPress database error Illegal mix of collations [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.selaplana.com%2F2011%2F02%2F12%2Fwordpress-database-error-illegal-mix-of-collations%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.selaplana.com%2F2011%2F02%2F12%2Fwordpress-database-error-illegal-mix-of-collations%2F&amp;source=selaplana&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>After successfully corrected the error caused by the WordPress plugin called Pagination which I blogged at my post, <em><strong><a href="http://www.selaplana.com/2011/02/12/wordpress-database-error-you-have-an-error-in-your-sql-syntax/">WordPress database error You have an error in your SQL syntax</a></strong></em>, I again discovered another error encountered by the blog as logged in the error_log file. The error message says:</p>
<blockquote><p>WordPress database error Illegal mix of collations (latin1_swedish_ci,IMPLICIT), (utf8_general_ci,COERCIBLE), (utf8_general_ci,COERCIBLE) for operation &#8216;replace&#8217; for query  SELECT SQL_CALC_FOUND_ROWS  wp_posts.* FROM wp_posts  WHERE 1=1 AND ((((LENGTH(wp_posts.post_content) &#8211; LENGTH(REPLACE(LCASE(wp_posts.post_content), &#8216;éŸ©å›½æ€§çˆ±ç”µå½±&#8217;, &#8221;)))/18) + ((LENGTH(wp_posts.post_title) &#8211; LENGTH(REPLACE(LCASE(wp_posts.post_title), &#8216;éŸ©å›½æ€§çˆ±ç”µå½±&#8217;, &#8221;)))*3/18) + ((LENGTH(wp_posts.post_content) &#8211; LENGTH(REPLACE(LCASE(wp_posts.post_content), &#8216;video&#8217;, &#8221;)))/5) + ((LENGTH(wp_posts.post_title) &#8211; LENGTH(REPLACE(LCASE(wp_posts.post_title), &#8216;video&#8217;, &#8221;)))*3/5) + 0)&gt;0) AND wp_posts.post_type != &#8216;revision&#8217; AND (wp_posts.post_status = &#8216;publish&#8217; OR wp_posts.post_author = 1 AND wp_posts.post_status = &#8216;private&#8217;)  ORDER BY  ((LENGTH(wp_posts.post_content) &#8211; LENGTH(REPLACE(LCASE(wp_posts.post_content), &#8216;éŸ©å›½æ€§çˆ±ç”µå½±&#8217;, &#8221;)))/18) + ((LENGTH(wp_posts.post_title) &#8211; LENGTH(REPLACE(LCASE(wp_posts.post_title), &#8216;éŸ©å›½æ€§çˆ±ç”µå½±&#8217;, &#8221;)))*3/18) + ((LENGTH(wp_posts.post_content) &#8211; LENGTH(REPLACE(LCASE(wp_posts.post_content), &#8216;video&#8217;, &#8221;)))/5) + ((LENGTH(wp_posts.post_title) &#8211; LENGTH(REPLACE(LCASE(wp_posts.post_title), &#8216;video&#8217;, &#8221;)))*3/5) + 0 DESC, POST_DATE DESC  LIMIT 670, 10 made by require, wp, WP-&gt;main, WP-&gt;query_posts, WP_Query-&gt;query, WP_Query-&gt;get_posts</p></blockquote>
<p>The error message is already clear&#8230; there was an illegal mix of collations between <strong>latin1</strong> and the <strong>utf8</strong>. With this, my instinct told me that there might be some tables in the database used by my blog that are using the latin1 collation or charset while there are others in utf8.</p>
<p>And it might be true because this blog started to exist on March 2006. And the WordPress software at that time was using the latin1 charset. Then there was a time that the utf8 collation has been made available and became the default collation of the WordPress.</p>
<p>So, I logged in to my <em><strong>cPanel</strong></em>, opened the <em><strong>MyPHPAdmin</strong></em> script and checked the tables of the database used by this blog. And yes, it&#8217;s true. The tables used by this blog are still using the <em><strong>Latin1 collation</strong></em> which in conflict to the <em style="font-weight: bold;">WordPress Collation default setting </em>which is already in<em style="font-weight: bold;"> Utf8</em>.</p>
<p>Now, I am sure that there is a need for me to convert the tables from using the <em><strong>Latin1</strong></em> to <em><strong>Utf8</strong></em>.</p>
<p>Here&#8217;s what I did:</p>
<ol>
<li>Through the <em><strong>PHPMyAdmin</strong></em> Script, I downloaded the affected tables in the form of database dumps.</li>
<li>I opened the downloaded database dumps file using the Windows Wordpad.</li>
<li>I replaced all the <em><strong>CHARSET=Latin1</strong></em> with <em><strong>CHARSET=utf8 </strong></em>using the <em><strong>Find and Replace</strong></em> feature of the Windows Wordpad.</li>
<li>Then I saved the file.</li>
<li>Using the MyPHPAdmin script, I dropped all the affected tables.</li>
<li>Then I imported the downloaded database dumps into the database.</li>
</ol>
<p>That&#8217;s it.</p>
<p>I checked the tables of that database and yes, the collations error was already corrected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.selaplana.com/2011/02/12/wordpress-database-error-illegal-mix-of-collations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress database error You have an error in your SQL syntax</title>
		<link>http://www.selaplana.com/2011/02/12/wordpress-database-error-you-have-an-error-in-your-sql-syntax/</link>
		<comments>http://www.selaplana.com/2011/02/12/wordpress-database-error-you-have-an-error-in-your-sql-syntax/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 13:03:48 +0000</pubDate>
		<dc:creator>Sustines Laplana</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Correcting Database Error]]></category>
		<category><![CDATA[Pagination Plugin Error]]></category>
		<category><![CDATA[Wordpress Database Error]]></category>
		<category><![CDATA[Wordpress Plugin Error]]></category>

		<guid isPermaLink="false">http://www.selaplana.com/?p=10016</guid>
		<description><![CDATA[While trying to correct the error that has been logged in the error_log file regarding suhosin.so which I blogged at my post, PHP Warning: Module ‘suhosin’ already loaded in Unknown on line 0, I also discovered another error that this blog has encountered. This time it is related to the database and the error message [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.selaplana.com%2F2011%2F02%2F12%2Fwordpress-database-error-you-have-an-error-in-your-sql-syntax%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.selaplana.com%2F2011%2F02%2F12%2Fwordpress-database-error-you-have-an-error-in-your-sql-syntax%2F&amp;source=selaplana&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>While trying to correct the error that has been logged in the error_log file regarding suhosin.so which I blogged at my post, <em><strong><a href="http://www.selaplana.com/2011/02/06/php-warning-module-suhosin-already-loaded-in-unknown-on-line-0/">PHP Warning: Module ‘suhosin’ already loaded in Unknown on line 0</a></strong></em>, I also discovered another error that this blog has encountered. This time it is related to the database and the error message says:</p>
<blockquote><p>WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8221; at line 1 for query SELECT count(*) FROM  made by require, require_once, include, pagination</p></blockquote>
<p>By looking at the error message above, my instinct told me that this error might be caused by a particular WordPress Plugin I installed for my blog.</p>
<p>I checked the codes of every activated plugin, looking for the code, <strong>SELECT count(*) FROM</strong>. And I found this at the codes of the plugin called <em><strong>Pagination</strong></em>.</p>
<p>I again, checked the errors recorded on the error_log file and I found this one which I think related to the above error:</p>
<blockquote><p>WordPress database error Unknown column &#8216;post_id&#8217; in &#8216;field list&#8217; for query SELECT count(DISTINCT post_id) FROM wp_posts  INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) INNER JOIN wp_term_taxonomy ON (wp_term_relationships.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id)  WHERE 1=1  AND wp_term_taxonomy.taxonomy = &#8216;category&#8217; AND wp_term_taxonomy.term_id IN (&#8217;44&#8242;) AND wp_posts.post_type = &#8216;post&#8217; AND (wp_posts.post_status = &#8216;publish&#8217;)  ORDER BY wp_posts.post_date DESC made by require, require_once, include, pagination</p></blockquote>
<p>In order to verify if this error is caused by the WordPress plugin called <em><strong>Pagination</strong></em>, I searched this code, <em><strong>SELECT count(DISTINCT post_id) FROM</strong></em>,  from its codes. And I was right.</p>
<p>So, I don&#8217;t have a choice but to deactivate the plugin to save my blog from these errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.selaplana.com/2011/02/12/wordpress-database-error-you-have-an-error-in-your-sql-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Post Revisions</title>
		<link>http://www.selaplana.com/2011/02/03/wordpress-post-revisions/</link>
		<comments>http://www.selaplana.com/2011/02/03/wordpress-post-revisions/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 08:03:56 +0000</pubDate>
		<dc:creator>Sustines Laplana</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Database Optimization]]></category>
		<category><![CDATA[Optimize Database]]></category>
		<category><![CDATA[Post Revisions]]></category>
		<category><![CDATA[Wordpress Posts]]></category>
		<category><![CDATA[Wordpress Revisions]]></category>

		<guid isPermaLink="false">http://www.selaplana.com/?p=10245</guid>
		<description><![CDATA[Post Revisions tracking system was introduced on the Wordpress version 2.6. With this, everytime you save your post or the Wordpress system automatically saved your post, it also creates a new data in your wp-posts table in the database. But this data has the type called "revision".]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.selaplana.com%2F2011%2F02%2F03%2Fwordpress-post-revisions%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.selaplana.com%2F2011%2F02%2F03%2Fwordpress-post-revisions%2F&amp;source=selaplana&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Post Revisions tracking system was introduced on the WordPress version 2.6. With this, everytime you save your post or the WordPress system automatically saved your post, it also creates a new data in your wp-posts table in the database. But this data has the type called &#8220;revision&#8221;.</p>
<p>The very purpose of this is for you to be able to get the previous copy of your revision if ever you did something wrong with the latest revision of your post.</p>
<p>But the negative effect of this is that your database is getting bigger especially if you saved your post several times before posting it, or if you are editing your posts several times. And as you already know, bigger database file will just be a burden of your server, thus slowing your site, if not crashing it off.</p>
<h3>Turn Off Post Revisions</h3>
<p>You can however turn off the Post Revisions Tracking System. That is if you think you don&#8217;t need this kind of feature. Just follow the steps below:</p>
<p>Step 1: Log-in to your cPanel.</p>
<p>Step 2: Find the wp-config.php file. It is usually found in the WordPress directory.</p>
<p>Step 3: Edit the wo-config.php file and insert this: <strong>define(&#8216;WP_POST_REVISIONS&#8217;, false);</strong></p>
<p>Step 4: Save the file.</p>
<p>So, now the feature has been turned off already.</p>
<h3>Delete Post Revisions from the Database</h3>
<p>Now, if this feature has been turned on for a long time already, then I am sure that there are lots of post revisions entries in your database especially if you are posting a lot into your wordpress blog or site. You might need to delete them.</p>
<p>You can delete those entries by running the Sql command: <strong>DELETE FROM wp_posts WHERE post_type = &#8220;revision&#8221;;</strong></p>
<p>You can run that code using the MyPhPAdmin of your cPanel. If you are using the WP-DBManager WordPress plugin, then you can make use of its Run SQL feature.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.selaplana.com/2011/02/03/wordpress-post-revisions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deprecated Error: Assigning the return value of new by reference is deprecated in</title>
		<link>http://www.selaplana.com/2010/11/02/deprecated-error-assigning-the-return-value-of-new-by-reference-is-deprecated-in/</link>
		<comments>http://www.selaplana.com/2010/11/02/deprecated-error-assigning-the-return-value-of-new-by-reference-is-deprecated-in/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 15:02:04 +0000</pubDate>
		<dc:creator>Sustines Laplana</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Server Error]]></category>
		<category><![CDATA[Wordpress Error]]></category>

		<guid isPermaLink="false">http://www.selaplana.com/?p=8692</guid>
		<description><![CDATA[In my post, Negative Effect of Keyword Hijacking, I told you that I transferred all my blogs hosted by DreamHost to a new Dedicated server. However, I found out today that my Gallery blog was still dead. I haven&#8217;t set-up an account for the blog and of course I haven&#8217;t set up the blog including [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.selaplana.com%2F2010%2F11%2F02%2Fdeprecated-error-assigning-the-return-value-of-new-by-reference-is-deprecated-in%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.selaplana.com%2F2010%2F11%2F02%2Fdeprecated-error-assigning-the-return-value-of-new-by-reference-is-deprecated-in%2F&amp;source=selaplana&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>In my post, <a href="http://www.selaplana.com/2010/10/19/the-negative-effect-of-keyword-hijacking/">Negative Effect of Keyword Hijacking</a>, I told you that I transferred all my blogs hosted by DreamHost to a new Dedicated server.</p>
<p>However, I found out today that my Gallery blog was still dead. I haven&#8217;t set-up an account for the blog and of course I haven&#8217;t set up the blog including its files.</p>
<p>So, just to make the story short, I set-up an account for the blog using the CPanel/WHM, the database, and then I immediately  uploaded all the files including the WordPress files that I recently downloaded from the server of Dreamhost. After that, I imported the back-up database of the site, and then tried to reactivate the blog.</p>
<p>But there&#8217;s another problem. Accessing the blog will generate this kind of error which says:</p>
<blockquote><p>Deprecated: Assigning the return value of new by reference is deprecated in &#8230;</p></blockquote>
<p>I don&#8217;t know yet what&#8217;s the cause of this problem. My other blogs haven&#8217;t experienced it.</p>
<p>I think and think&#8230; until I remembered that my other blogs have been installed with the updated Wordress software. It might be the reason why my <a href="http://gallery.selaplana.com/">Gallery</a> blog generated this kind of error because I failed to update its WordPress software.</p>
<p>I never wasted time. I downloaded the latest version of the <a href="http://wordpress.org">WordPress</a> and uploaded the files into the server. After that&#8230; everything went fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.selaplana.com/2010/11/02/deprecated-error-assigning-the-return-value-of-new-by-reference-is-deprecated-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatal error: Allowed memory size of 33554432 bytes exhausted</title>
		<link>http://www.selaplana.com/2010/09/10/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted/</link>
		<comments>http://www.selaplana.com/2010/09/10/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 14:04:44 +0000</pubDate>
		<dc:creator>Sustines Laplana</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Error]]></category>
		<category><![CDATA[Wordpress Memory]]></category>

		<guid isPermaLink="false">http://www.selaplana.com/?p=8549</guid>
		<description><![CDATA[After moving my blogs to a new dedicated server, I began seeing error like this: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 88078 bytes) in /home/username/public_html/wp-includes/wp-db.php on line 849 By simply reading the error, it seems that the allotted memory which is 32MB is not enough for the wp-db.php file. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.selaplana.com%2F2010%2F09%2F10%2Ffatal-error-allowed-memory-size-of-33554432-bytes-exhausted%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.selaplana.com%2F2010%2F09%2F10%2Ffatal-error-allowed-memory-size-of-33554432-bytes-exhausted%2F&amp;source=selaplana&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>After moving my blogs to a new dedicated server, I began seeing error like this:</p>
<blockquote><p>Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 88078 bytes) in /home/username/public_html/wp-includes/wp-db.php on line 849</p></blockquote>
<p>By simply reading the error, it seems that the allotted memory which is 32MB is not enough for the wp-db.php file. Then I think, the solution for this is to increase the allotted memory to, let&#8217;s say 50MB but it&#8217;s better if increased to, 64MB.</p>
<p>Here&#8217;s how:</p>
<p><strong>Step 1</strong>: Open the <em><strong>wp-config.php</strong> </em>file. It is found in your <em><strong>public_html</strong></em> folder.</p>
<p><strong>Step 2</strong>: Then insert the code below just below the PHP opening tag <em><strong>&lt;?PHP</strong></em>:</p>
<ol></ol>
<blockquote><p>define(&#8216;wp_memory_limit&#8217;, &#8217;64M&#8217;);</p></blockquote>
<p>As simple as that, and everything will be fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.selaplana.com/2010/09/10/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking for Better WordPress Mobile Plugins</title>
		<link>http://www.selaplana.com/2010/08/27/looking-for-better-wordpress-mobile-plugins/</link>
		<comments>http://www.selaplana.com/2010/08/27/looking-for-better-wordpress-mobile-plugins/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 01:51:04 +0000</pubDate>
		<dc:creator>Sustines Laplana</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Admob]]></category>
		<category><![CDATA[Wordpress Mobile Edition Plugin]]></category>
		<category><![CDATA[Wordpress Mobile Pack Plugin]]></category>
		<category><![CDATA[Wordpress Mobile Plugin]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.selaplana.com/?p=8375</guid>
		<description><![CDATA[For few years already, I was using the <strong><em>Wordpress Mobile</em></strong> plugin written by Andy Moore. I was already contented with it although, I found two problems such as:
<ol>
	<li>The author of this plugin, Andy Moore, has not been updating the plugin.</li>
	<li>The <strong><em>WP Super Cache </em></strong>Plugin sometimes cached the mobile version of it and it's the one being served to non-mobile users.</li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.selaplana.com%2F2010%2F08%2F27%2Flooking-for-better-wordpress-mobile-plugins%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.selaplana.com%2F2010%2F08%2F27%2Flooking-for-better-wordpress-mobile-plugins%2F&amp;source=selaplana&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>For few years already, I was using the <strong><em>WordPress Mobile</em></strong> plugin written by Andy Moore. I was already contented with it although, I found two problems such as:</p>
<ol>
<li>The author of this plugin, Andy Moore, has not been updating the plugin.</li>
<li>The <strong><em>WP Super Cache </em></strong>Plugin sometimes cached the mobile version of it and it&#8217;s the one being served to non-mobile users.</li>
</ol>
<p>But I didn&#8217;t consider them serious problems because in the first place, the plugin smoothly works with the latest version of the WordPress. And when the mobile version of the blog is being served to the non-mobile users, I would only immediately delete all the cached files using the &#8220;Delete Cache&#8221; option in the <strong><em>WP Super Cache</em></strong> Admin Page to correct the problem.</p>
<p>However, time came that I feel tired of deleting the cached files everytime the mobile version of the blog is being served to non-mobile users. I tried other mobile plugins&#8230; observed them&#8230; and found out that the plugin written by Andy Moore is still better in terms of server&#8217;s memory consumption.</p>
<p>Remember that there are at least 3,000 unique mobile visitors accessing the blog every day. With that number of unique mobile visitors, <em><strong>Wapple Architect Mobile Plugin for WordPress</strong></em> and <em><strong>WordPress Mobile Edition</strong></em> plugins simply caused the downtimes of this blog&#8230; Either of these two plugins really caused serious (<em>major major</em>) problem of this blog.</p>
<p>Take a look at the graph generated by Dreamhost for my PS account. The blue line represent the CPU load of my Dreamhost PS accout, and the red one represent the memory consumption.</p>
<p style="text-align: center;"><a rel="attachment wp-att-8376" href="http://www.selaplana.com/2010/08/27/looking-for-better-wordpress-mobile-plugins/loadgraph/"><img class="alignnone size-full wp-image-8376" title="loadgraph" src="http://www.selaplana.com/wp-content/uploads/2010/08/loadgraph.jpg" alt="" width="484" height="269" /></a></p>
<p>At 1800 to 2300 hours, the memory consumption and the CPU load are high. That&#8217;s when the <strong><em>WordPress Mobile Edition</em></strong> plugin is being used in serving mobile edition of the blog to the mobile users. And during that time, the blog was crawling and sometimes it&#8217;s down (503 error).</p>
<p>At 2400 hours, I deactivated the <em><strong>WordPress Mobile Edition</strong></em> plugin and reactivated the <em><strong>WordPress Mobile</strong></em> plugin by Andy Moore. That&#8217;s the time when the CPU load and the memory consumption rate had been reduced to the minimum and the blog run smoothly.</p>
<p>I actually did that experiment for several times before using the <a href="http://wordpress.org/extend/plugins/wordpress-mobile-edition/">WordPress Mobile Edition</a> and the <a href="http://wordpress.org/extend/plugins/wapple-architect/">Wapple Architect Mobile Plugin for WordPress</a>, one at a time. But the results were really bad.</p>
<p>Now, I have no other option but to use the <em><strong>WordPress Mobile</strong></em> plugin by Andy Moore. I can disable any mobile plugins for the blog and the mobile users can still access my blog, but I need to <a href="http://www.selaplana.com/2009/12/25/10-easy-ways-to-make-money-online-by-blogging/">earn money</a> through <a href="http://www.selaplana.com/2009/11/12/admob-to-join-google/">Admob</a>, so I need to use a mobile plugin for better conversion. After all, <strong><em>$300 to $600 monthly income from Admob</em></strong> is already a great addition to my overall online income.</p>
<p>Any suggestion please.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.selaplana.com/2010/08/27/looking-for-better-wordpress-mobile-plugins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Making Your WordPress Blog Secure and Hack-Free</title>
		<link>http://www.selaplana.com/2010/08/14/making-your-wordpress-blog-secure-and-hack-free/</link>
		<comments>http://www.selaplana.com/2010/08/14/making-your-wordpress-blog-secure-and-hack-free/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 15:05:21 +0000</pubDate>
		<dc:creator>Sustines Laplana</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.selaplana.com/?p=8557</guid>
		<description><![CDATA[These two videos will teach you how to make your WordPress blog secure and hack-free. Just watch the videos and apply the things you&#8217;ll learn from them into your blog and then your WordPress blog will never be hacked by anybody.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.selaplana.com%2F2010%2F08%2F14%2Fmaking-your-wordpress-blog-secure-and-hack-free%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.selaplana.com%2F2010%2F08%2F14%2Fmaking-your-wordpress-blog-secure-and-hack-free%2F&amp;source=selaplana&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>These two videos will teach you how to make your WordPress blog secure and hack-free. Just watch the videos and apply the things you&#8217;ll learn from them into your blog and then your WordPress blog will never be hacked by anybody.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/jlkqze6aMys" /><embed type="application/x-shockwave-flash" width="500" height="350" src="http://www.youtube.com/v/jlkqze6aMys"></embed></object></p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/2mlUrgTlHRA" /><embed type="application/x-shockwave-flash" width="500" height="350" src="http://www.youtube.com/v/2mlUrgTlHRA"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.selaplana.com/2010/08/14/making-your-wordpress-blog-secure-and-hack-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Widgetizing a WordPress Theme</title>
		<link>http://www.selaplana.com/2010/06/19/widgetizing-a-wordpress-theme/</link>
		<comments>http://www.selaplana.com/2010/06/19/widgetizing-a-wordpress-theme/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 16:58:04 +0000</pubDate>
		<dc:creator>Sustines Laplana</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Widgetizing Wordpress]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[Wordpress Widgets]]></category>

		<guid isPermaLink="false">http://www.selaplana.com/?p=8127</guid>
		<description><![CDATA[Widgetizing a Wordpress theme is actually just simple. By simply doing few steps as instructed by the "Automatic" the people behind the Wordpress and the Wordpress themes, I successfully widgetized my personally designed and coded Wordpress theme used by this blog.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.selaplana.com%2F2010%2F06%2F19%2Fwidgetizing-a-wordpress-theme%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.selaplana.com%2F2010%2F06%2F19%2Fwidgetizing-a-wordpress-theme%2F&amp;source=selaplana&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Some of you knew or if not noticed already that <a href="http://www.selaplana.com">this blog</a> is using a theme that is not available at any WordPress theme directory. It&#8217;s because I am the one who designed and coded this theme.</p>
<p>I may have knowledge in creating a WordPress theme but it&#8217;s not enough for me to create an optimized and widgetized WordPress theme.</p>
<p>Just recently, the <a href="http://www.wordpress.org">WordPress 3.0</a> was released. I immediately upgraded my blog to the latest WordPress engine thinking that nothing would go wrong. But I was wrong. I encountered lots of problem especially on the plugins that this blog is using. And one of these problems were caused by plugins that were already in widget form.</p>
<p>So, I realized that I really need to widgetize the theme of this blog.</p>
<p>Here&#8217;s what I did.</p>
<p><span style="text-decoration: line-through;"><strong>Step 1</strong></span>. Create a file &#8220;<strong><em>functions.php</em></strong>&#8221; and save it on the directory of the theme used by the blog. You should take note that the file name is &#8220;<strong><em>functions.php</em></strong>&#8221; not &#8220;function.php&#8221;.</p>
<p><span style="text-decoration: line-through;"><strong>Step 2</strong></span>. On the &#8220;<em>functions.php</em>&#8221; file, I wrote this code:</p>
<blockquote><p>&lt;?php<br />
if ( function_exists(&#8216;register_sidebar&#8217;) )<br />
register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;sidebar1&#8242;,<br />
&#8216;before_widget&#8217; =&gt; &#8221;,<br />
&#8216;after_widget&#8217; =&gt; &#8221;,<br />
&#8216;before_title&#8217; =&gt; &#8216;&lt;h5&gt;&#8217;,<br />
&#8216;after_title&#8217; =&gt; &#8216;&lt;/h5&gt;&#8217;,<br />
));<br />
register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;sidebar2&#8242;,<br />
&#8216;before_widget&#8217; =&gt; &#8221;,<br />
&#8216;after_widget&#8217; =&gt; &#8221;,<br />
&#8216;before_title&#8217; =&gt; &#8216;&lt;h5&gt;&#8217;,<br />
&#8216;after_title&#8217; =&gt; &#8216;&lt;/h5&gt;&#8217;,<br />
));<br />
register_sidebar(array(&#8216;name&#8217;=&gt;&#8217;sidebar3&#8242;,<br />
&#8216;before_widget&#8217; =&gt; &#8221;,<br />
&#8216;after_widget&#8217; =&gt; &#8221;,<br />
&#8216;before_title&#8217; =&gt; &#8216;&lt;h5&gt;&#8217;,<br />
&#8216;after_title&#8217; =&gt; &#8216;&lt;/h5&gt;&#8217;,<br />
));<br />
?&gt;</p></blockquote>
<p>Obviously, I was defining 3 widget areas in the sidebar of this blog. These are named as &#8220;sidebar1&#8243;, &#8220;sidebar2&#8243; and &#8220;sidebar3&#8243;.</p>
<p><span style="text-decoration: line-through;"><strong>Step 3</strong></span>. Each of the 3 sidebar widget areas that I defined in &#8220;functions.php&#8221; file has a corresponding code that should be placed in the desired area on the sidebar.</p>
<p>For the first widget area I used this code:</p>
<blockquote><p>&lt;?php if ( !function_exists(&#8216;dynamic_sidebar&#8217;)<br />
|| !dynamic_sidebar(&#8216;sidebar1&#8242;) ) : ?&gt;<br />
&lt;?php endif; ?&gt;</p></blockquote>
<p>For the second widget area, I used this code:</p>
<blockquote><p>&lt;?php if ( !function_exists(&#8216;dynamic_sidebar&#8217;)<br />
|| !dynamic_sidebar(&#8216;sidebar2&#8242;) ) : ?&gt;<br />
&lt;?php endif; ?&gt;</p></blockquote>
<p>And below was for the third widget area:</p>
<blockquote><p>&lt;?php if ( !function_exists(&#8216;dynamic_sidebar&#8217;)<br />
|| !dynamic_sidebar(&#8216;sidebar3&#8242;) ) : ?&gt;<br />
&lt;?php endif; ?&gt;</p></blockquote>
<p><span style="text-decoration: line-through;"><strong>Step 4</strong></span>. Then that would be the time that I added widgets in every widget area. It could be done by clicking the &#8220;<strong><em>Widget</em></strong>&#8221; link under the &#8220;<em><strong>Appearance</strong></em>&#8221; at the WordPress admin panel. Then click and drag the desired widgets to any of the 3 widget areas.</p>
<p><span style="text-decoration: line-through;"><strong>Step 5</strong></span>. Checked the blog and saw that I was successful in widgetizing the WordPress of this blog.</p>
<h3>Finale</h3>
<p>In that simple steps, my blog&#8217;s theme is finally a widgetized one.</p>
<p>I thought at first doing this is hard, but it was actually too easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.selaplana.com/2010/06/19/widgetizing-a-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Top 5 WordPress Mobile Plugins</title>
		<link>http://www.selaplana.com/2010/06/15/top-5-wordpress-mobile-plugins/</link>
		<comments>http://www.selaplana.com/2010/06/15/top-5-wordpress-mobile-plugins/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 02:13:44 +0000</pubDate>
		<dc:creator>Sustines Laplana</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.selaplana.com/?p=8326</guid>
		<description><![CDATA[Mobile phones are now becoming better. With the release of the different smartphones, users can now browse the internet using their mobile phones. Even Google advances itself into mobile internet use. So, bloggers especially those using the WordPress platform in running their blogs should make their blogs usable through mobile browsing. The process is easy [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.selaplana.com%2F2010%2F06%2F15%2Ftop-5-wordpress-mobile-plugins%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.selaplana.com%2F2010%2F06%2F15%2Ftop-5-wordpress-mobile-plugins%2F&amp;source=selaplana&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Mobile phones are now becoming better. With the release of the different smartphones, users can now browse the internet using their mobile phones. Even Google advances itself into mobile internet use.</p>
<p>So, bloggers especially those using the WordPress platform in running their blogs should make their blogs usable through mobile browsing. The process is easy because there are lots of WordPress mobile plugins created and made available in the internet.</p>
<p>Below are the top 5, or the 5 most popular Wordress plugins that will make your blogs mobile.</p>
<ol>
<li><strong></strong><strong><a href="http://wordpress.org/extend/plugins/WordPress-mobile-edition/">WordPress  Mobile Edition</a> &#8211; </strong>WordPress Mobile Edition is a plugin that shows an interface designed for a mobile device when visitors come to your site on a mobile device. Mobile browsers are automatically detected, the list of mobile browsers can be customized on the settings page. This plugin is written by Crowd Favorite.</li>
<li><strong></strong><strong><a href="http://wordpress.org/extend/plugins/WordPress-mobile-pack/">WordPress  Mobile Pack</a> &#8211; </strong>The WordPress Mobile Pack is a complete toolkit to help mobilize your WordPress site and blog.<br />
It includes a mobile switcher to select themes based on the type of user that is visiting the site, a selection of mobile themes, extra widgets, device adaptation and a mobile administration panel to allow users to edit the site or write new posts when out and about.</li>
<li><strong><a href="http://wordpress.org/extend/plugins/wapple-architect/">Wapple Architect Mobile Plugin for WordPress</a></strong> &#8211; Wapple Architect Mobile Plugin for WordPress is a plugin that allows you to mobilize your blog in minutes. Every single mobile device is detected and all aspects of your blog are tailored to the visiting handset. Sites aren&#8217;t dumbed down to the lowest common denominator but instead use the features and functionality that advanced phones offer. Devices are detected by using Wapple&#8217;s advanced web services instead of relying on inferior 3rd party tools. If you view your blog with a brand new, never before seen handset, it&#8217;ll still work perfectly! Any theme you&#8217;ve installed and have styled for web will be carried across to mobile giving you a consistent look and feel for each and every one of your visitors.</li>
<li><strong><a href="http://wordpress.org/extend/plugins/mobilepress/">MobilePress</a></strong> &#8211; MobilePress is a WordPress plugin that will render your WordPress blog on mobile handsets, with the ability to use customized themes. MobilePress is SEO enabled and detects Google, Yahoo and MSN mobile  search bots. These mobile search engine bots will see the mobile version of your blog  and get your mobile site indexed in the mobile search results.</li>
<li><strong><a href="http://wordpress.org/extend/plugins/mowser-wordpress-mobile/">Mowser WordPress Mobile</a></strong> &#8211; The dotMobi WordPress Mobile Pack is a complete toolkit to help mobilize your WordPress site and blog.Â  It includes a mobile switcher to select themes based on the type of user that is visiting the site, a selection of mobile themes, extra widgets, device adaptation and a mobile administration panel to allow users to edit the site or write new posts when out and about.</li>
</ol>
<p>Hope this list helps you choose what to use. But in my part, I like the <strong>(3) Wapple Architect Mobile</strong> plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.selaplana.com/2010/06/15/top-5-wordpress-mobile-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why Avoid Using the Global Translator WordPress Plugin?</title>
		<link>http://www.selaplana.com/2010/04/25/why-avoid-using-wordpress-translator-plugin/</link>
		<comments>http://www.selaplana.com/2010/04/25/why-avoid-using-wordpress-translator-plugin/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 07:25:03 +0000</pubDate>
		<dc:creator>Sustines Laplana</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Global Translator Plugin]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Translator]]></category>

		<guid isPermaLink="false">http://www.selaplana.com/?p=7910</guid>
		<description><![CDATA[I already stopped using the <a href="http://www.n2h.it/wp-plugins/wordpress-global-translator-plugin/">Global Translator plugin</a> for Wordpress. For several days already, this <a href="http://www.selaplana.com/">Make Money Online</a> blog was running without that plugin.

The <em>Global Translator plugin</em> for Wordpress was actually generating pages of the blog by saving the translated pages into the server. Everyday, the blog automatically got more hundreds of pages. Most of these pages were indexed by Google and other search engines.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.selaplana.com%2F2010%2F04%2F25%2Fwhy-avoid-using-wordpress-translator-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.selaplana.com%2F2010%2F04%2F25%2Fwhy-avoid-using-wordpress-translator-plugin%2F&amp;source=selaplana&amp;style=compact&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I already stopped using the <a href="http://www.n2h.it/wp-plugins/wordpress-global-translator-plugin/">Global Translator plugin</a> for WordPress. For several days already, this <a href="http://www.selaplana.com/">Make Money Online</a> blog was running without that plugin.</p>
<p>The <em>Global Translator plugin</em> for WordPress was actually generating pages of the blog by saving the translated pages into the server. Everyday, the blog automatically got more hundreds of pages. Most of these pages were indexed by Google and other search engines.</p>
<p>Some of the translated pages actually topped the several SERPs of Google. And from these SERPs our blog got more traffic and also it earned money through <a href="http://www.selaplana.com/2009/01/21/my-adsense-income/">Adsense</a>.</p>
<p>In other words<em>, Global Translator</em> plugin for WordPress has helped our blog earn money and increase our blog&#8217;s alexa ranking from 100,000Â  to its current ranking which is 58,200 (current as of writing this post).</p>
<p>However, of these advantages of the said plugin, it also brought problems into our blog that might end up to a penalty from Google that would also lead to the lost of income, or it might end up being banned by the webhost or anything else.</p>
<p>Here are the problems caused by the said WordPress plugin:</p>
<h3>Eats Up Server&#8217;s Space</h3>
<p>The Global Translator plugin normally generate hundreds (thousands) of pages for your blog depending on how large is your blog. And those pages generated are being saved by the plugin into your server&#8217;s disk. In my blog&#8217;s case, each of the pages is about 1 MB in size.</p>
<p>For an account that only has limited disk space, saving hundreds of files of 1MB each could really mean a problem.</p>
<p>I was just fortunate that my webhost, the <a href="http://www.dreamhost.com/r.cgi?473286hosting-vps.html">DreamHost</a>, offer unlimited disk space to my account. That&#8217;s why I haven&#8217;t seen it yet as a threat to my webhosting account.</p>
<p>But who knows ifÂ  one day, DreamHost will change their mind and ban me from their webhosting service just because my account is eating up too much disk space.</p>
<h3>Slowed Down the Site or Blog</h3>
<p>On Friday, April 9, 2010, Google revealed that the <a href="http://www.selaplana.com/2010/04/16/blogs-that-loads-fast-rank-high-up-in-google-serp/">speed of loading of a site</a> is now being considered by Google when ranking websites at the Google SERP. It&#8217;s not actually the only one signal used by Google but it&#8217;s one of the 200 signals considered by Google in deciding which website or webpage should be ranked first, then next, and so on.</p>
<p>Because of this new development in Google Search Engine algo, I immediately checked the loading speed of the blog. And I found out that the flags (images of different flags) of different nations displayed on the blog by the <em>Global Translato</em>r plugin contributed the slowing down of the blog.</p>
<p>Now if I will allow this plugin to slow down the loading speed of this blog, then I might lose important SERPs that will lead to the decrease of the blog&#8217;s traffic. And losing traffic would also mean losing blog&#8217;s income.</p>
<h3>Google Search Engine Penalty</h3>
<p>It&#8217;s not yet proven that the continued use of the <em>Global Translator</em> plugin leads to the penalty imposed by the Google search engine to the blog that is using it. But I think, time will come that that it will really happen.</p>
<p>To let you know, through my <a href="http://www.google.com/webmasters/">Google Webmasters</a> account, I found out that Google discovered at least 56,000 &#8220;<em>404 error</em>&#8221; that have been caused by this plugin. It happens when Google followed a link generated by this plugin leading to the untranslated page.</p>
<p>But this huge number of &#8220;404 error&#8221; was not just my problem that made me worry that Google might penalized my blog. Last April 14, 2010 Google emailed me through my Google Webmasters account telling that the Googlebot experienced problem in following a large number of links within the site.</p>
<p>Here&#8217;s the email that I received:</p>
<blockquote><p>Googlebot encountered problems while crawling your site http://www.selaplana.com/.</p>
<p>Googlebot encountered extremely large numbers of links on your site. This may indicate a problem with your site&#8217;s URL structure. Googlebot may unnecessarily be crawling a large number of distinct URLs that point to identical or similar content, or crawling parts of your site that are not intended to be crawled by Googlebot. As a result Googlebot may consume much more bandwidth than necessary, or may be unable to completely index all of the content on your site.</p></blockquote>
<p>Google provided me the list of pages that Google thought are not necessarily be crawled. And all the pages listed are those generated by the Global Translator plugin.</p>
<h3>Conclusion</h3>
<p>There are other two issues that have talked by bloggers around the world regarding this plugin.</p>
<ol>
<li>The terms and conditions provided by the Google&#8217;s Language API prohibit anyone to save translations into the disk or any form or device more than a certain period.</li>
<li>Some languages are not supported by Google Adsense.</li>
</ol>
<p>But these two didn&#8217;t worry me because I made sure that the settings I set for the Global Translator plugin are in accordance with the Google terms.</p>
<p>Only the three problems caused by the plugin that I have discussed above really made me decide to stop using the said plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.selaplana.com/2010/04/25/why-avoid-using-wordpress-translator-plugin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

