<?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>AbelCheng.com &#187; Blogging</title> <atom:link href="http://www.abelcheng.com/category/blogging/feed/" rel="self" type="application/rss+xml" /><link>http://www.abelcheng.com</link> <description>Online Entrepreneurship. Blogging. Life.</description> <lastBuildDate>Fri, 08 Jul 2011 05:49:09 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2</generator> <item><title>How to Detect a 404 Error Page Automatically in WordPress Blog</title><link>http://www.abelcheng.com/how-to-detect-a-404-error-page-automatically-in-wordpress-blog/</link> <comments>http://www.abelcheng.com/how-to-detect-a-404-error-page-automatically-in-wordpress-blog/#comments</comments> <pubDate>Thu, 07 Oct 2010 09:12:51 +0000</pubDate> <dc:creator>Abel Cheng</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Useful 404's]]></category> <category><![CDATA[Wordpress Plugin]]></category><guid
isPermaLink="false">http://www.abelcheng.com/?p=303</guid> <description><![CDATA[A 404 error page is a nuisance to visitors of your website. It can be caused by a broken link or mistyped URL. Not only that, it is embarrassing to a certain extent so we want to avoid it as much as possible. It is very difficult for us to know when the error happens [...]]]></description> <content:encoded><![CDATA[<p></p><p>A 404 error page is a nuisance to visitors of your website. It can be caused by a broken link or mistyped URL.</p><p>Not only that, it is embarrassing to a certain extent so we want to avoid it as much as possible.</p><p>It is very difficult for us to know when the error happens and which page causes it.</p><p>Recently I found a solution by accident.<span
id="more-303"></span></p><p>While I was doing <a
href="../a-comprehensive-guide-to-migrating-from-joomla-1-0-to-wordpress/">migration from Joomla to WordPress</a> for one of my blogs, I found a WordPress plugin that helps me to detect any 404 errors.</p><p>My initial intention was to find out which old links in Joomla that were broken and redirect them to new WordPress links.</p><p>I thought I would stop using this plugin once the migration was completed. Until now, I am still using it – just for the purpose of detecting error pages on my site so that I can fix them whenever possible.</p><p>The best part of it is it is done automatically and an email is sent to me if an error is detected.</p><h3>Here is the WordPress Plugin You Need to Detect 404 Error Pages</h3><p>You can detect bad pages in your WordPress blog by installing a plugin called <a
href="http://wordpress.org/extend/plugins/useful-404s/" target="_blank">Useful 404’s</a>.</p><p>Follow the instructions on the page to install.</p><p>Once you install and activate the plugin, you have to put this piece of code (<code>&lt;?php useful404s(); ?&gt;</code>) in your theme’s 404 page by going to WordPress Dashboard: Appearance &gt; Editor &gt; 404 Template. Put the code right after the title or heading.</p><p>Next, in the plugin’s settings page, you can activate or deactivate email notifications, and customize the email messages that you are going to receive.</p><p>Now you are set to go.</p><p>Whenever an error is detected, an email will be sent to you. Then it is your job to fix anything that is causing the error.</p><p>This plugin can really help you save lots of time and headache. Go try it. You will be pleased with the new found traffic that would otherwise be lost.</p> ]]></content:encoded> <wfw:commentRss>http://www.abelcheng.com/how-to-detect-a-404-error-page-automatically-in-wordpress-blog/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>A Comprehensive Guide to Migrating from Joomla 1.0 to WordPress</title><link>http://www.abelcheng.com/a-comprehensive-guide-to-migrating-from-joomla-1-0-to-wordpress/</link> <comments>http://www.abelcheng.com/a-comprehensive-guide-to-migrating-from-joomla-1-0-to-wordpress/#comments</comments> <pubDate>Thu, 23 Sep 2010 02:42:43 +0000</pubDate> <dc:creator>Abel Cheng</dc:creator> <category><![CDATA[Blogging]]></category><guid
isPermaLink="false">http://www.abelcheng.com/?p=280</guid> <description><![CDATA[I have a site that run on Joomla for more than 3 years. I wanted to migrate after realizing that I like WordPress better and I find it easier to use. But one thing held me back. I have hundreds of pages that have been indexed by search engines, especially Google. I don’t want to [...]]]></description> <content:encoded><![CDATA[<p></p><p>I have a site that run on Joomla for more than 3 years. I wanted to migrate after realizing that I like WordPress better and I find it easier to use.</p><p>But one thing held me back.</p><p>I have hundreds of pages that have been indexed by search engines, especially Google. I don’t want to put all my efforts into building this site to waste after I migrate to WordPress as the old URLs would have been rendered useless. This would cause frustration not only to searchers but also to me as they would land at my 404 error pages.</p><p><span
id="more-280"></span>I put on hold the migration plan until I found this <a
href="http://www.iamboredsoiblog.eu/2009/04/20/joomla-migration-to-wordpress/" target="_blank">article</a> – which contains the solution to my biggest worry. He is my star.</p><p>I regained my confidence and started planning to convert my Joomla site to WordPress. The rest, as they say, is history.</p><p>It is now been about a week since I migrated my Joomla site to WordPress. To be exact, I migrated from Jommla 1.0 to WordPress 3.0.1.</p><p>When I was searching for articles about this topic, there were not many talked about the tasks you need to do AFTER the migration. Every one talks about the migration itself, which is quite simple to do.</p><p>Since there is lack of such documentation, I would like to record my personal experience on migration from Joomla 1.0 to WordPress. Not only about the migration but also include things you need to do after the migration so that you can still enjoy traffic sent by search engines and linkbacks.</p><p>I will do my best to keep this as simple as possible… and here it is:</p><ol><li>Backup      your site. I used a feature provided by my web host to back up the whole      site. This is important before you begin your migration. Just in case      anything goes wrong, you still have your site running.</li><li>Migrate      all your posts to WordPress. I used a script called <a
href="http://www.onestopjoomla.com/extensions/migrate/joomla-to-wordpress-import-wizard/" target="_blank">Joomla to WordPress Import Wizard</a> that I found on      OneStopJoomla.com. Unfortunately I hit a “Query failed” error at Step 3. I      took a look at the coding and found out that there was a mismatch of field      between Joomla and WordPress table structures. I did some changes to the      script and manage to get it work. Instructions on how to use this script      can be found on the site.</li><li>After      the import, check and make sure the categories in WordPress are correctly      assigned to your articles.</li><li>Don’t      forget your static pages. I just did some copying and pasting.</li><li>Copy (not      Move) the “Export” folder into the root directory of your site. To make it      work, you have to change the URL in WordPress Dashboard &gt; Settings &gt;      General. Change both the WordPress address (URL) and Blog address (URL)      from http://www.domain.com/export/ to http://www.domain.com/. Again,      before you do this, it is better to do a backup of your site.</li><li>Make      sure the home page and inner pages run properly without error. If      everything runs smoothly, you can now remove/delete your Joomla files and      folders. What I did was to rename all of them. If I need anyone of them, I      just rename it to its original name.</li><li>Make      sure the formatting of articles is not out.</li><li>Set      your permalink in WordPress. Do this in Dashboard &gt; Settings &gt;      Permalinks</li><li>Replace      Joomla tags such as <code>{mosimage}</code>. You can do a quick SQL search in phpMyAdmin      for all the articles that contain string “{mos” by using command “LIKE”.      Once you have removed these tags, do the SQL search again to make sure you      have completely removed them. I replaced <code>{mosimage}</code> with the corresponding      URL of the image.</li><li>Replace      old self-referenced URLs (that is Joomla URLs) with new WordPress URLs in your articles.      This is very tedious if you have many URLs in your old Joomla.</li><li>Install      plugins that you require – such as Recent Posts, Popular Posts, etc.</li><li>Make      sure you copy scripts such as <a
href="http://www.google.com/analytics/">Google      Analytics</a>, Aweber, etc. to your theme’s header or footer.</li><li>This      is very important if you don’t want to lose your link juice. To make sure      your old indexed pages can still be found in search engines, you have to      install 3 awesome WordPress plugins: <a
href="http://wordpress.org/extend/plugins/useful-404s/" target="_blank">Useful      404’s</a>, <a
href="http://wordpress.org/extend/plugins/simple-301-redirects/" target="_blank">Simple 301 Redirects</a>, and <a
href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Google XML Sitemaps</a>. Without these plugins, I would      have still in Joomla. Each plugin serves different purposes.</li></ol><ul><li><strong>Useful 404’s –</strong> This is very useful. It detects 404 error pages and immediately sends an email to inform you which page caused the error so that you can fix it. It is an on-going process as I still do this until today. To get it work, you need to modify your theme’s 404 page by including a special command [<code>&lt;?php useful404s(); ?&gt;</code>] as mentioned in the instructions of this plugin.</li><li><strong>Simple 301 Redirects –</strong> This is a no-frills plugin. But it serves the function I want. After you get an email from Useful 404’s, you need to redirect the old URL to the corresponding new URL. This is where Simple 301 Redirects comes into place. I tried using Redirection plugin but it caused an error in my site. So I stay with Simple 301 Redirects.</li><li><strong>Google XML Sitemaps –</strong> This plugin helps you generate a Google-compliant sitemap for your site. This expedites the process of indexing your new pages in WordPress.</li></ul><p>The list above is based on my own experience. It worked for me pretty well.</p><p>I agree it is a lot of work. But the good thing is it is a one-time job only. You do this once but reap the benefits many times over. The list can give you a good headstart.</p><p>(By the way, the theme I use for my newly migrated website is <a
href="../studiopress" target="_blank">Genesis Theme Framework</a> by Studio Press. A premium WordPress theme that I highly recommend.)</p><p>I am glad I did the migration. I hope this guide will help you to have a problem-free and seamless migration to WordPress.</p> ]]></content:encoded> <wfw:commentRss>http://www.abelcheng.com/a-comprehensive-guide-to-migrating-from-joomla-1-0-to-wordpress/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>A simple WordPress setting caused my blog undetected for 8 months</title><link>http://www.abelcheng.com/a-simple-wordpress-setting-caused-my-blog-undetected/</link> <comments>http://www.abelcheng.com/a-simple-wordpress-setting-caused-my-blog-undetected/#comments</comments> <pubDate>Wed, 12 May 2010 12:03:33 +0000</pubDate> <dc:creator>Abel Cheng</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Wordpress Privacy Settings]]></category><guid
isPermaLink="false">http://www.abelcheng.com/?p=257</guid> <description><![CDATA[I created a niche blog in September last year. After posting a few pages of content, I waited for the site to be indexed by search engines. Upon checking the blog days or weeks later, I found something unusual. Something I had never seen in my other blogs. When I checked in Google (using site:domain.com), [...]]]></description> <content:encoded><![CDATA[<p></p><p>I created a niche blog in September last year. After posting a few pages of content, I waited for the site to be indexed by search engines.</p><p>Upon checking the blog days or weeks later, I found something unusual. Something I had never seen in my other blogs.</p><p><span
id="more-257"></span>When I checked in Google (using <em>site:domain.com</em>), there was only one entry. Even that, the listing was a bit awkward and it didn’t look like a normal search result. When I used the same parameter on Yahoo, there were no results.</p><p>I thought I might give it some time to get back to normal.</p><p>Not until recently, after busy with my other projects, I decided to do something about this weird phenomenon. My initial plan was to move the entire blog to a new domain – thinking the existing domain caused the problem (Google blacklisted it?!).</p><p>In the midst of moving the site, I predicted the same problem would have had happened after the move.</p><p>Somehow something triggered me to take a look at the source code (Ctrl+U). And this action brought this problem to light. I managed to find out the main culprit for this. It was due to the following code:</p><p><code>&lt;meta name="robots" content="noindex, nofollow"&gt;</code></p><p>I knew why this happened, now I had to find out what caused this. I thought it was something to do with my settings in my WordPress theme. After searching for it high and low, my efforts remained fruitless.</p><p>Leaving me with no choice, I had to go through every setting in WordPress to find out the cause, one at a time – starting with <em>General Settings</em>.</p><p>When I reached <em>Privacy Settings</em>, I knew something was wrong. It was set to the second choice which is <em>I would like to block search engines, but allow normal visitors.<br
/> </em></p><p>I thought to myself, “Damn, who and when the setting was done?”</p><p>I really don’t know who did that. It could be me but I totally forget about that. Just because of this one radio button, my blog was under the radar (as far as search engines were concerned) for 8 months. Imagine the amount of sales I could have made if not because of this careless setting.</p><p>I quickly changed the setting to the first: <em>I would like my blog to be visible to everyone, including search engines (like Google, Sphere, Technorati) and archivers</em></p><p>Thank god. Now everything is back to normal.  All my previous SEO efforts were wasted. I have to start all over again.</p><p>Don’t make the same mistake as I did. And don’t simply change the settings in WordPress for no reason. If you are not sure what you are doing, just accept the standard settings. Otherwise, you efforts will be penalized… just like what happened to me.</p> ]]></content:encoded> <wfw:commentRss>http://www.abelcheng.com/a-simple-wordpress-setting-caused-my-blog-undetected/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to Redirect Any Page or Post Using 301 Redirect in Thesis</title><link>http://www.abelcheng.com/301-redirect-in-thesis/</link> <comments>http://www.abelcheng.com/301-redirect-in-thesis/#comments</comments> <pubDate>Wed, 05 May 2010 10:04:12 +0000</pubDate> <dc:creator>Abel Cheng</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Thesis]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://www.abelcheng.com/?p=251</guid> <description><![CDATA[Note: This post is applicable only to Thesis 1.7, not 1.5.1. When I was using Thesis 1.5.1, there was no such feature. If you are not using Thesis theme (I ask you to seriously consider using it) for your blog, I will let you know of a plugin which does exactly this in a minute. [...]]]></description> <content:encoded><![CDATA[<p></p><p><em><strong>Note:</strong> This post is applicable only to <a
href="http://www.abelcheng.com/thesis" target="_blank">Thesis</a> 1.7, not 1.5.1. When I was using Thesis 1.5.1, there was no such feature.</em></p><p>If you are not using Thesis theme (I ask you to <a
href="http://www.abelcheng.com/thesis-theme-review/">seriously consider using it</a>) for your blog, I will let you know of a plugin which does exactly this in a minute.</p><p>But first let’s talk about how to create a 301 redirect in Thesis 1.7.</p><p><span
id="more-251"></span>301 Redirect is the best way to redirect any web page to another link (it could be internal or external link) because it is SEO friendly and you won’t be penalized by search engines for doing this. I usually use this for cloaking my ugly, long, and non-memorable affiliate links.</p><p>Follow these steps to create a 301 redirect page for Thesis users:</p><ul><li>Login to <em>WordPress Dashboard</em>.</li><li>Create a new page: <em>Pages &gt; Add New</em> (or <em>Posts &gt; Add New</em>). I prefer creating new pages.</li><li>Enter the title of the page. This will become the URL of this new page. Make sure this URL is what you want by checking the Permalink. To change/rename, click <em>Edit</em> and then <em>Save</em>.</li><li>Goto field <em>301 Redirect for this Page’s URL</em> (scroll down a bit), enter URL of the destination page – the page you want this new page to redirect to. In this case, it can be your affiliate link, for example.<br
/> Click <em>Publish</em>.</li></ul><p>Easy peasy!</p><p>Now you can test it by entering the URL of the new page in the browser, and if it works properly, it will send you to the destination page – the URL you just entered in <em>301 Redirect for this Page’s URL</em> field.</p><p>I used to create PHP files just to cloak my links. Then I used FTP software to upload the files to my web server. As you can see, it is a very troublesome process. But with <a
href="http://www.abelcheng.com/thesis" target="_blank">Thesis</a>, you can do this in a flash. No FTP is required.</p><h3>Video Tutorial</h3><p>Watch this video if you are STILL not sure how to do it. Hope the tutorial video can help:</p><p><object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="330" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param
name="src" value="http://blip.tv/play/AYHSxlAC" /><param
name="allowfullscreen" value="true" /><embed
type="application/x-shockwave-flash" width="480" height="330" src="http://blip.tv/play/AYHSxlAC" allowfullscreen="true"></embed></object></p><h3>For Non-Thesis Users</h3><p>Here is what I promised you at the beginning of this article.</p><p>If you are not using Thesis theme, you can still configure 301 Redirect in WP by using a plugin. Try this: <a
href="http://www.searchenginepeople.com/blog/301-redirect-plugin-for-wordpress-for-non-technical-bloggers.html" target="_blank">301 Redirect Plugin for WordPress</a>. I have not tried it myself. But judging from the positive feedback, I believe the plugin works as promised. Why not you give it a try?</p> ]]></content:encoded> <wfw:commentRss>http://www.abelcheng.com/301-redirect-in-thesis/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How I Upgraded from Thesis 1.5.1 to Thesis 1.7</title><link>http://www.abelcheng.com/how-i-upgraded-from-thesis-1-5-1-to-thesis-1-7/</link> <comments>http://www.abelcheng.com/how-i-upgraded-from-thesis-1-5-1-to-thesis-1-7/#comments</comments> <pubDate>Fri, 23 Apr 2010 05:39:28 +0000</pubDate> <dc:creator>Abel Cheng</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Thesis Upgrade from 1.5.1 to 1.7]]></category><guid
isPermaLink="false">http://www.abelcheng.com/?p=235</guid> <description><![CDATA[I was using Thesis 1.5.1 and I didn’t bother to upgrade it until today – as it was running smoothly before this with no hiccups. Why should I rock the boat? But somehow, for some reason, I think it is now time for me to use Thesis 1.7 before I am being left out in [...]]]></description> <content:encoded><![CDATA[<p></p><p>I was using <a
href="http://www.abelcheng.com/thesis" target="_blank">Thesis</a> 1.5.1 and I didn’t bother to upgrade it until today – as it was running smoothly before this with no hiccups. Why should I rock the boat?</p><p>But somehow, for some reason, I think it is now time for me to use Thesis 1.7 before I am being left out in the dust <img
src='http://www.abelcheng.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p><p>Before I talk about the upgrade, let me share with you some new features found in Thesis 1.7 first. Features that I like are:</p><ul><li>You can do SEO optimization for every page and post individually &#8211; using the meta tag.</li><li>The new Home Page controls.</li><li>Cleaner and faster code.</li></ul><p>Now back to upgrade. I did a Google search and found one nicely done article on upgrading Thesis 1.6 to Thesis 1.7, as well as from Thesis 1.5.x to Thesis 1.7. The latter was what I was looking for.</p><p><span
id="more-235"></span>I just followed the instructions mentioned in <a
href="http://thesislab.net/archives/getting-there-upgrading-to-thesis-1-7/" target="_blank">the article</a>:</p><ol><blockquote><li><em>Repeating</em> above      information as a first and crucial step: <strong><em>Backup</em></strong><em> your site’s database and its web files, using whatever tools are provided      by your web host, </em><strong><em>before</em></strong><em> the upgrade.</em> It is not possible to just ‘click back’ to an earlier version of Thesis      after the upgrade to 1.7 without the possibility of losing certain      settings. This is why backups are vital. It’s your responsibility as a      site owner to know how to create them, and how to restore them.</li><li>Using your DIY Themes login      info, access the Thesis Theme Download Area page. Click the link that says      ‘Download Thesis 1.7 now.’</li><li>The file <code>thesis_17.zip</code> should be on your      local computer in the area where downloads normally go. Move <code>thesis_17.zip</code> to your desktop      (unless it’s there already).</li><li>Unzip the <code>thesis_17.zip</code> file to produce a      folder named <code>thesis_17</code>.</li><li>Open the <code>thesis_17</code> folder that is on your      local computer’s desktop to find inside the folder named <code>custom-sample</code>. Now <strong>delete</strong> the folder named <code>custom-sample</code>.</li><li>Start your FTP client and      access your web installation. Navigate through your web installation’s      file structure until you can see the <code>thesis_16</code> folder (which is located inside <code>wp-content/themes</code>).      Open the <code>thesis_16</code> folder to find the <code>custom</code> folder inside.</li><li>Download that online <code>custom</code> folder (from your 1.6      installation) to your local computer, and place it into the <code>thesis_1.7</code> folder (replacing the <code>custom-sample</code> folder that you      deleted earlier).</li><li>Use your FTP client to upload      your <code>thesis_1.7</code> folder      into <code>wp-content/themes</code> on your server. (You will put the folder <em>alongside</em> your existing <code>thesis_16</code> folder, the <code>default</code> theme folder, and the <code>classic</code> theme folder.)</li><li>Follow the by-now familiar      steps of opening the <code>thesis_1.7</code> folder and then the <code>custom</code> folder, setting permissions for <code>layout.css</code> (to 666) and the <code>cache</code> folder (to 775). Log into WordPress and go to Appearances &gt; Themes,      then activate Thesis 1.7. (If you click ‘Preview’ first, you may see a      Thesis site with no content. This is normal for Thesis in preview mode;      pay it no mind and proceed to activate.)</li></blockquote></ol><p><strong>As for upgrading from 1.5.x to 1.7:</strong></p><blockquote><p>So far as upgrading is concerned, the difference between 1.5.x and later editions of Thesis is that the later editions have <code>layout.css</code> and the <code>rotator</code> folder <strong>inside</strong> the <code>custom</code> folder. That’s it.</p><p>What this means for the upgrade process detailed above is that in <strong>Step 6</strong>, when you place your 1.5.x <code>custom</code> folder into the <code>thesis_17</code> folder on your local computer, you must make sure to put your <code>layout.css</code> and the <code>rotator</code> folder inside of that <code>custom</code> folder. Apart from that extra half-a-step (call it Step 6.5, if you like), the upgrade process for 1.5.x –&gt; 1.7 is the same as for 1.6 –&gt; 1.7.</p></blockquote><p>When I did a preview of 1.7 in WordPress Dashboard, I noticed the design was not as exactly as the old design. But I activated 1.7 anyway. When I checked out the live site (with 1.7 as the theme), it looked just fine. Phew!</p><p>The whole upgrade process was done in less than 20 minutes (including copying and checking).</p><p>Cool.</p> ]]></content:encoded> <wfw:commentRss>http://www.abelcheng.com/how-i-upgraded-from-thesis-1-5-1-to-thesis-1-7/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to Make a Static Page as Home Page in WordPress</title><link>http://www.abelcheng.com/make-static-page-as-home-page-in-wordpress/</link> <comments>http://www.abelcheng.com/make-static-page-as-home-page-in-wordpress/#comments</comments> <pubDate>Thu, 22 Apr 2010 08:05:59 +0000</pubDate> <dc:creator>Abel Cheng</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Static Page as Home Page]]></category> <category><![CDATA[Wordpress Tutorial]]></category><guid
isPermaLink="false">http://www.abelcheng.com/?p=223</guid> <description><![CDATA[More often than not, by default, WordPress blogs always display the latest posts on the home page. If your blog is located at the root and let’s say your domain name is domain.com. You will see the latest posts at domain.com. Sometimes, we don’t want this. We want to display a static page as the [...]]]></description> <content:encoded><![CDATA[<p></p><p><span
class="drop_cap">M</span>ore often than not, by default, WordPress blogs always display the latest posts on the home page. If your blog is located at the root and let’s say your domain name is <em>domain.com</em>. You will see the latest posts at <em>domain.com</em>.</p><p>Sometimes, we don’t want this. We want to<strong> display a static page as the front page.</strong> In other words, the content at the root directory (hence <em>domain.com</em> in our example) is always showing the same thing. It won’t change even though we have just posted a new entry.</p><p><span
id="more-223"></span><em>[One of the examples of such sites is my <a
href="http://www.reliableplr.com/" target="_blank">PLR Articles</a> site. I don’t want the home page to display the latest offerings of my PLR article packs. But instead the home page acts more like a mini sales letter.]</em></p><p>How do we set a page as our home page in WordPress? It is easy and it doesn’t need complicated coding.</p><p>Just follow the steps below:</p><ol><li>Login      to your <strong>WordPress Dashboard<br
/> </strong></li><li>Goto <strong>Settings &gt; Reading</strong> panel</li><li>At <strong>Front page displays, </strong>select <strong>A static page</strong> and select the page      you want to have as Home page from the drop down menu</li><li>Set <strong>Blog pages show at most </strong>to 1</li><li>Click <strong>Save Changes</strong></li></ol><p><strong> </strong></p><p><strong> </strong></p><p><strong> </strong></p><p
style="text-align: center;"><img
class="aligncenter size-full wp-image-224 frame" title="Make static page as home page in WordPress" src="http://www.abelcheng.com/wp-content/uploads/2010/04/static-page-as-home-page.jpg" alt="Make static page as home page in WordPress" width="500" height="300" /></p><p>Voila. That is it!</p> ]]></content:encoded> <wfw:commentRss>http://www.abelcheng.com/make-static-page-as-home-page-in-wordpress/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How To Create Content From Interviews</title><link>http://www.abelcheng.com/create-content-from-interviews/</link> <comments>http://www.abelcheng.com/create-content-from-interviews/#comments</comments> <pubDate>Mon, 10 Aug 2009 07:18:33 +0000</pubDate> <dc:creator>Abel Cheng</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Internet Business]]></category> <category><![CDATA[Create Content From Interviews]]></category> <category><![CDATA[Power Interview Formula]]></category><guid
isPermaLink="false">http://www.abelcheng.com/?p=120</guid> <description><![CDATA[The main reason people surf the Net is to look for content. Content that they can use and help them solve problems or get informed. Hence, providing great content is the main job of any website that wants to attract readers. There are many ways you can use to provide content. You can create your [...]]]></description> <content:encoded><![CDATA[<p></p><p>The main reason people surf the Net is to look for content. Content that they can use and help them solve problems or get informed.</p><p>Hence, providing great content is the main job of any website that wants to attract readers.</p><p>There are many ways you can use to provide content. You can create your own content by writing it yourself, hiring writers, or even using <a
href="http://www.reliableplr.com" target="_blank">PLR articles</a>.</p><p>But there’s one secret weapon that I use to create content… without writing a word. This method really serves me well but it’s not widely discussed.</p><p>Here’s the method: <em>I create content from interviewing people.</em></p><p><span
id="more-120"></span></p><h3>These Are No Ordinary Interviews</h3><p>I am not talking about normal folks. One reason that makes this approach so wonderful is you are not going to ask ordinary persons to write content for you but those who are renowned in their own areas.</p><p>For example, people such as published authors, authority bloggers, and famous personalities.</p><p>Not sure how you can do this? Guess no more. I have personally done this several times. And I am about to reveal to you how easy it is for a “nobody” to interview famous guys.</p><h3>Step #1 &#8211; Find Famous Persons to Interview</h3><p>The first question is who to interview. The answer is anyone who is an expert in your market or industry is your potential interview candidate.</p><p>It doesn’t matter what they do. They can be writers or bloggers or anyone who commands respect in your field.</p><p>One of the best places to start your search is blogs. Use Google or any blog directory for this purpose.</p><p>We are not looking for any blog but popular blogs. One indication of a popular blog is it has a large number of comments and followers. It’s a good sign when a blogger attracts a high number of comments for each of his posts.</p><p>Once you’ve found a blogger you like based on this factor, approach him for an interview.</p><h3>Step #2 – Initiate the First Contact</h3><p>Where do you find the contact details? Most probably, there’s a contact form on the blog. Use it to make the contact.</p><p>Keep it short. You don’t want to write a 10-page email in your first email. What you need to do is to write a short and sweet email by telling him how you admire him (or his blog) and you’d like to have him for an interview.</p><p>Your first email is also used to test his responsiveness in reading and replying emails.</p><p>If he replies and shows some interest, you can discuss more details about the interview in your follow-up emails.</p><h3>Step #3 – Prepare the Questions</h3><p>After getting confirmation of an interview, it’s now time to compile your interview questions. How long should it be? I’d suggest not more than 10 questions.</p><p>In any subject, there are always top burning questions or frequently-asked questions. These are the exact questions your readers want to know the answers to. Get the interviewee do the answering for you and your readers will thank you for doing this.</p><p>Follow these 3 steps and you will have content created without writing a word. And your readers love you for the excellent content that you have created for them.</p><p>For more detailed steps on how to create content from interviews, check out my report <a
href="../powerinterviewformula/">Power Interview Formula</a>. It&#8217;s a step-by-step guide that also provides real life email templates on how to approach interviewees and get them to say &#8220;yes&#8221; to your interview invites. Personalities I have interviewed include Guy Kawasaki and Darren Rowse.</p> ]]></content:encoded> <wfw:commentRss>http://www.abelcheng.com/create-content-from-interviews/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Thesis Theme – Does it live up to the hype?</title><link>http://www.abelcheng.com/thesis-theme-review/</link> <comments>http://www.abelcheng.com/thesis-theme-review/#comments</comments> <pubDate>Fri, 10 Jul 2009 03:51:14 +0000</pubDate> <dc:creator>Abel Cheng</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Product Reviews]]></category> <category><![CDATA[Thesis Theme]]></category> <category><![CDATA[Wordpress Theme]]></category><guid
isPermaLink="false">http://www.abelcheng.com/?p=51</guid> <description><![CDATA[Okay, if you are long enough in blogging, you must have heard of premium Thesis WordPress theme by Chris Pearson of DIYthemes. Testimonials and praise people have for this theme are fantastic. Not only is the theme excellent, they claim that Thesis support is one of the best in the market. It’s phenomenal, I must [...]]]></description> <content:encoded><![CDATA[<p></p><p><span
class="drop_cap">O</span>kay, if you are long enough in blogging, you must have heard of premium Thesis WordPress theme by Chris Pearson of DIYthemes.</p><p>Testimonials and praise people have for this theme are fantastic. Not only is the theme excellent, they claim that Thesis support is one of the best in the market.</p><p><span
id="more-51"></span>It’s phenomenal, I must say.</p><h3>How Did It Start</h3><p>I admit that I am slow in adopting new products. After making sure there’s nothing to worry about using a new product, then only I proceed to try it out.</p><p>The same goes to Thesis theme. I decided to try it out myself and this is what I think of it.</p><p>Recently I tried <a
href="http://www.abelcheng.com/thesis" target="_blank">Thesis</a> on my new site and the moment I installed it, I said to myself, “Boy this animal is different from the rest! It’s truly great and unique.”</p><p>And I like it so much that I use it even on this blog! For this site, it took me about (maybe less) 30 minutes to migrate from my old WP theme (also by Chris – Neoclassical) to the current one.</p><div
class="wp-caption aligncenter" style="width: 500px"> <img
title="Old Blog Design" src="http://abelcheng.com/graphics/old AC blog - 500px.gif" alt="" width="500" height="375" /><p
class="wp-caption-text">Old Blog Design Using Chris Pearson&#39;s Neoclassical</p></div><p>Nothing much to change except to create a couple new Widgets on the sidebar. Really, it was very simple to make this switch except with one minor problem: I used the wrong version of WordPress for Thesis 1.5.1. But after I upgraded to WordPress 2.8, everything works fine.</p><div
class="wp-caption aligncenter" style="width: 500px"> <img
title="The Current Design" src="http://abelcheng.com/graphics/new AC blog with Thesis.gif" alt="" width="500" height="375" /><p
class="wp-caption-text">Tada! New Blog Design Using Thesis Theme</p></div><p>If you look at the new design, nothing seems impressive. Because it is not something that I can use to compete with other “magazine” style theme. But being a simple person, I like the simplicity of the Thesis theme. No flashy graphics and just plain transparent background with texts. Of course, you can have colored background, if you want.</p><p>The strengths of this theme are not on the outside but inside. Let me explain…</p><h3>The Good of Thesis Theme</h3><p>Thesis has a different approach as compared to conventional WP themes and these are the exact differences that make it so popular among bloggers. Personally here are the features I love about Thesis theme:</p><ul><li><strong>Flexible      and easy to customize –</strong> With other themes, you have to mess around with      the coding if you want to change something. For example the header or the      footer. With Thesis, all you need to do is go to <strong>Thesis Options</strong> panel and <strong>Thesis      Design</strong> Options panel. You can click your way to configuration. No messing      around with complicated codes. Things you can change in Thesis Options panel include title tags, header      scripts (excellent for Google Analytics) and footer scripts, navigation menu      (for your blog pages), CSS stylesheet and so on. In Thesis Design Options, you can specify how many columns you want for      your blog (from 1 to 3) and its order. You can pick and choose fonts and      font sizes that you prefer. And other designing options.</li><li><strong>SEO      friendly –</strong> You can do on-page search engine optimization for the site      (site wide) or for a particular page (eg: title, meta description). When      you use Thesis theme, you don’t need to install any SEO plugins.</li></ul><ul><li><strong>Need      more customizations? Use Thesis Hooks –</strong> You can use these hooks to further      add, remove, or modify the theme. For example, I use it to add Adsense      code after the post. You can use hooks for just anything.</li></ul><p>As you can see, Thesis theme is highly flexible, extremely quick to customize, and SEO friendly.</p><h3>The Bad of Thesis Theme</h3><p>Having said good things about it, does Thesis theme have its bad points?</p><p>I would say nothing seriously bad about it but it takes you a while to experiment with the theme to figure out how it works and how to make it work for you.</p><p>Make sure you read Thesis Theme User’s Guide on how to get started and tips on customizations.  Once you can get hold of it, it will become one of the easiest themes you will ever get.</p><h3>Where To Purchase Thesis Theme</h3><p>Interested in giving this theme a try? Great but unfortunately it&#8217;s not free.</p><p>There are two purchase options: <strong>$87 for personal use</strong> (one site only) and its <strong>developer’s option is $164</strong>. For the latter, you can use Thesis on any number of sites that you own. However, both options come with lifetime upgrades and support.</p><p
class="alert">To find out more about Thesis theme, <a
href="http://www.abelcheng.com/thesis" target="_blank">click here</a>. Happy trying and see the difference in your blogging experience!</p><p
style="text-align: center;"><a
href="http://www.shareasale.com/r.cfm?u=227819&amp;b=198392&amp;m=24570&amp;afftrack=&amp;urllink=diythemes%2Ecom%2Fthesis%2F" target="_blank">Thesis Demo Site — See the Thesis Theme in action!</a><img
style="border: 0;" src="https://diythemes.com/aff/scripts/imp.php?a_aid=getitnow&amp;a_bid=d1c60af6" alt="" width="1" height="1" /></p><p
style="text-align: center;"><a
href="http://www.diythemes.com/thesis/get-thesis?a_aid=getitnow&amp;a_bid=88100db6"><img
class="aligncenter" src="https://diythemes.com/aff/accounts/default1/banners/thesis-260x125.png" alt="" /></a><img
style="border: 0;" src="https://diythemes.com/aff/scripts/imp.php?a_aid=getitnow&amp;a_bid=88100db6" alt="" width="1" height="1" /></p> ]]></content:encoded> <wfw:commentRss>http://www.abelcheng.com/thesis-theme-review/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>How To Use And Rewrite PLR Articles – A Video Tutorial</title><link>http://www.abelcheng.com/how-to-use-and-rewrite-plr-articles-content/</link> <comments>http://www.abelcheng.com/how-to-use-and-rewrite-plr-articles-content/#comments</comments> <pubDate>Tue, 19 May 2009 03:25:35 +0000</pubDate> <dc:creator>Abel Cheng</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[How To Rewrite PLR Articles]]></category><guid
isPermaLink="false">http://www.abelcheng.com/?p=39</guid> <description><![CDATA[You hear this many times over: “You must rewrite your PLR articles before you use them on your website!” (Note: PLR articles is private label rights articles. Besides using them for content, some Internet marketers also use them as email marketing, article marketing, and affiliate marketing tools) The main reason for rewriting PLR articles is [...]]]></description> <content:encoded><![CDATA[<p></p><p><span
class="drop_cap">Y</span>ou hear this many times over: “You must rewrite your PLR articles before you use them on your website!”</p><p>(Note: PLR articles is private label rights articles. Besides using them for content, some Internet marketers also use them as email marketing, article marketing, and affiliate marketing tools)</p><p>The main reason for rewriting PLR articles is you want to make sure that the articles are unique and are of high quality. And not duplicate content as everyone else is having. As I have found out, all things being equal, having original content will boost your search engine ranking and attract more traffic to your website or blog.</p><p>It&#8217;s even more so if you plan to submit articles to article directories such as <a
href="http://www.ezinearticles.com" target="_blank">EzineArticles</a>. You need to make sure that the articles are not just duplicate PLR content. Otherwise, your articles will not be accepted.</p><p>Personally, I prefer hiring freelancers to rewrite PLR articles for me. But if you want to do it yourself for some reason, I have a valuable video for you.</p><p><span
id="more-39"></span></p><p>The “How to Re-Write PLR Articles” video was made by a popular “green” writer. Her name is Tiffany. She outlines the tips and tricks of how you can rewrite your PLR articles for uniqueness, freshness, and quality.</p><p>She doesn&#8217;t use any fancy article rewriter software. She only uses the good old Microsoft Word.</p><p>In summary, here are the main steps for rewriting for your quick reference:</p><ol><li>Change the article title to make it eye-catching.</li><li>Add a new introduction paragraph. Latest news is best for this.</li><li>Rewrite the paragraphs by modifying the structure without changing the meaning of the paragraph.</li><li>Replace words with synonyms.</li><li>Add product links and reviews in the article.</li><li>Add personal story/graphic/video to the article.</li><li>Before posting, use <strong><a
href="http://www.dupefreepro.com/" target="_blank">DupeFreePro</a></strong> to check for uniqueness between the original article and rewritten one. I have been using DupeFreePro myself and I find it very useful.</li></ol><p>For the full scoop, watch the 6-minute live demo video here:</p><p><object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param
name="allowFullScreen" value="true" /><param
name="allowscriptaccess" value="always" /><param
name="src" value="http://www.youtube.com/v/Zgz4gJsiNy4&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><embed
type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/Zgz4gJsiNy4&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></p><p><strong>Note:</strong> When you rewrite, there is a tendency to stuff as many keywords as possible. This is the biggest mistake you can make. Stop doing this! Keyword stuffing make your article look weird. Remember, you write for your readers not search engines.</p><p>If you want to buy PLR articles, here is a great resource you may want to check out: <strong><a
href="http://www.reliableplr.com/?sid=ACblog" target="_blank">ReliablePLR.com</a></strong>. Here you will only find limited edition PLR article packs in profitable niches. Best of all, besides high quality and well written, you can pick and choose the topics you want to buy. No membership is needed. Every pack is limited to 100 licenses only.</p> ]]></content:encoded> <wfw:commentRss>http://www.abelcheng.com/how-to-use-and-rewrite-plr-articles-content/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Can you really make money blogging?</title><link>http://www.abelcheng.com/can-you-really-make-money-blogging/</link> <comments>http://www.abelcheng.com/can-you-really-make-money-blogging/#comments</comments> <pubDate>Wed, 18 Jul 2007 11:27:16 +0000</pubDate> <dc:creator>Abel Cheng</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Blog Mastermind]]></category> <category><![CDATA[Yaro Starak]]></category><guid
isPermaLink="false">http://www.abelcheng.com/?p=23</guid> <description><![CDATA[You&#8217;ve heard enough. But is it true that people can make real bucks just by blogging? What if you could have a peek at who&#8217;s making what. Then that could well answer your doubt. Paula&#8217;s List of Blogger Salaries Top 5 are in the millions. Top 120 altogether. After having a look at this, you [...]]]></description> <content:encoded><![CDATA[<p></p><p>You&#8217;ve heard enough. But is it true that people can make real bucks just by blogging?</p><p>What if you could have a peek at who&#8217;s making what. Then that could well answer your doubt.</p><p><span
id="more-23"></span></p><p><a
title="Click here" href="http://paulamooney.blogspot.com/2007/06/paulas-new-list-of-blogger-salaries-and.html" target="new">Paula&#8217;s List of Blogger Salaries</a></p><p><div
style="display:block;float:right;padding: 0px 10px 10px 10px;"><script type="text/javascript"><!--
google_ad_client = "pub-5317728182695207";
google_ad_slot = "5362858640";
google_ad_width = 300;
google_ad_height = 250;
//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>Top 5 are in the millions. Top 120 altogether.</p><p>After having a look at this, you may want to seriously consider starting your own blog.</p><p>What? You don&#8217;t know how to start a blog? Don&#8217;t worry, that&#8217;s why I am here.</p><p>I have something for you to help you kickstart your blog. It&#8217;s called <em>Blog Profits Blueprint</em>. Written by Yaro Starak.</p><p>Interestingly, Yaro is one of the bloggers featured on Paula&#8217;s list. Why is it important? Because you learn from someone who has made it.</p><p><a
href="http://www.abelcheng.com/links/blogprofitsblueprint.html" target="_blank">Click here to download the Blog Profits Blueprint</a></p><p>In  the free report, you&#8217;ll learn:</p><ul><li>How to choose your blog topic: passion or profit?</li><li>Why bloging is not a job, it&#8217;s business</li><li>7 ways to create pillar content that attracts traffic</li><li>How to market your blog and marketing mistakes most bloggers make</li><li>Single best way to make money from a blog</li></ul><p>If you still find it hard to take action on the advice in the report, you can sign up Yaro mentoring program.</p><p>In the program, you&#8217;ll be coached on successful blogging. Details here:</p><p><a
href="http://www.abelcheng.com/links/blogmastermind.html" target="_blank">Click here to join the Blog Mastermind Mentoring Program</a></p><p>Good luck.</p> ]]></content:encoded> <wfw:commentRss>http://www.abelcheng.com/can-you-really-make-money-blogging/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.abelcheng.com @ 2012-02-04 01:57:37 -->
