<?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>Gabriel D Subba &#187; Wordpress</title>
	<atom:link href="http://www.kuzzuk.net/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kuzzuk.net</link>
	<description>A weblog of my personal and entrepreneurial journey</description>
	<lastBuildDate>Sat, 04 Feb 2012 23:56:02 +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>How To Create Pretty Permalinks In WordPress</title>
		<link>http://www.kuzzuk.net/how-to-create-pretty-permalinks-in-wordpress.html</link>
		<comments>http://www.kuzzuk.net/how-to-create-pretty-permalinks-in-wordpress.html#comments</comments>
		<pubDate>Fri, 19 Nov 2010 02:37:21 +0000</pubDate>
		<dc:creator>Kuzzuk</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Permalinks]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.kuzzuk.net/?p=36</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.kuzzuk.net/section/wordpress-tips" title="WordPress Tips">WordPress Tips</a></p>This is the second article in the WordPress tips series and it deals with permalinks. Permalinks in WordPress refer to the permanent URL for posts. By default, WordPress uses question marks and alphanumerics in permalinks making them ugly, non-memorable and not search engine friendly. For example, the default URL for this post would be http://www.kuzzuk.net/?p=36. [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.kuzzuk.net/section/wordpress-tips" title="WordPress Tips">WordPress Tips</a></p><p>This is the second article in the <a href="http://www.kuzzuk.net/section/wordpress-tips">WordPress tips</a> series and it deals with permalinks. <strong>Permalinks</strong> in WordPress refer to the permanent URL for posts. By default, WordPress uses question marks and alphanumerics in permalinks making them ugly, non-memorable and not search engine friendly. For example, the default URL for this post would be <strong>http://www.kuzzuk.net/?p=36</strong>. </p>
<p>However, WordPress provides a way to customize permalinks that are search engine friendly and memorable. This page has a <a href="http://codex.wordpress.org/Using_Permalinks">number of tags with examples on how you can customize your permalinks</a>. Here are the steps to customize your permalinks.</p>
<ol>
<li>Log into your WordPress administrator account and click the <strong>“Permalinks”</strong> link under <strong>&#8220;Settings&#8221;</strong> on the left panel.</li>
<li>As shown below, there are a number of <strong>&#8220;Common settings&#8221;</strong> to chose from including 1) Default, 2) Day and name, 3) Month and name, 4) Numeric and 5) Custom. You can chose any of the options, I would recommend you chose any option other than the default option with the custom option being the most flexible. In my case, I have set the custom option as <strong>/%postname%.html</strong> which makes my URL like <strong>http://www.kuzzuk.net/how-to-create-pretty-permalinks-in-wordpress.html</strong>.<br/><br/><div id="attachment_872" class="wp-caption alignnone" style="width: 560px"><img src="http://www.kuzzuk.net/wp-content/uploads/2010/11/wordpress-permalinks-settings.png" alt="Wordpress Permalinks Settings" title="Wordpress Permalinks Settings" width="550" height="462" class="size-full wp-image-872" /><p class="wp-caption-text">Wordpress Permalinks Settings</p></div></li>
<li>After choosing the desired setting, click the &#8220;Save Changes&#8221; button.</li>
</ol>
<h2>What If the Permalinks Do Not Work?</h2>
<p>If the permalink doesn’t work then it is most likely because of the .htaccess file permission issues (assuming the server is Apache). Open the .htaccess file and add the following code (if WordPress is installed in the root directory):</p>
<blockquote><p><code># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress</code></p></blockquote>
<p>Open the .htaccess file and add the following code (if WordPress is installed in a directory called ‘blog‘):</p>
<blockquote><p><code># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /blog/<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /blog/index.php [L]</p>
<p># END WordPress</code></p></blockquote>
<p>In most cases, the permalinks settings should work without having to mess with the .htaccess files. Please leave a comment, if you have questions or feedback.</p>
<div class="contact-box">
<p><img src="http://www.kuzzuk.net/wp-content/uploads/2010/05/iconContactUs.gif" alt="Contact ME" /> If you need my assistance with WordPress design or development then please do <a  href="http://www.kuzzuk.net/contact-me">contact me</a>. I live in Singapore (+8GMT) so there may be slight delays in answering queries.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kuzzuk.net/how-to-create-pretty-permalinks-in-wordpress.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding A New WordPress Header Image</title>
		<link>http://www.kuzzuk.net/adding-a-new-wordpress-header-image.html</link>
		<comments>http://www.kuzzuk.net/adding-a-new-wordpress-header-image.html#comments</comments>
		<pubDate>Sun, 31 Oct 2010 19:28:24 +0000</pubDate>
		<dc:creator>Kuzzuk</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress Headers]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.kuzzuk.net/?p=29</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.kuzzuk.net/section/wordpress-tips" title="WordPress Tips">WordPress Tips</a></p>I usually get many simple WordPress questions but I&#8217;m not able to reply to all queries. So this is my attempt to answer those questions via a series of simple WordPress tips for an average user starting with how to change the header image of the WordPress default theme. Log into your WordPress administrator account [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.kuzzuk.net/section/wordpress-tips" title="WordPress Tips">WordPress Tips</a></p><p>I usually get many simple WordPress questions but I&#8217;m not able to reply to all queries. So this is my attempt to answer those questions via a series of simple WordPress tips for an average user starting with how to change the header image of the WordPress default theme. </p>
<ol>
<li>Log into your WordPress administrator account and click the <strong>&#8220;Appearance&#8221;</strong> option on the left panel.</li>
<li>Click the &#8220;<strong>Header&#8221;</strong> option and you&#8217;ll see the following screen that allows you to either upload a header or choose a different header from a set of default images. The current default theme for WordPress versions above 2.9 is TwentyTen.<br/><br/><div id="attachment_831" class="wp-caption alignnone" style="width: 560px"><img src="http://www.kuzzuk.net/wp-content/uploads/2010/11/wordpress-custom-headers1.jpg" alt="WordPress custom header for TwentyTen" title="wordpress-custom-headers" width="550" height="492" class="size-full wp-image-831" /><p class="wp-caption-text">WordPress custom header for TwentyTen</p></div></li>
<li>Create an image file with width and height dimensions of 940 and 198 pixels respectively on your local computer and save it in a desired location. Upload this image by clicking the <strong>&#8220;Choose File&#8221;</strong> button followed by the <strong>&#8220;Upload&#8221;</strong> button under <strong>&#8220;Upload Image&#8221;</strong> option. This will change the header to the uploaded picture.</li>
<li>If you do not know have a custom header image then you can also change the header image by choosing an appropriate image from the list of headers. There are options to remove or restore images but use these with caution as you will lose your customizations. </li>
</ol>
<h2>Changing WordPress Headers For Version 2.9 &#038; Below And Non Default Themes</h2>
<p>If your WordPress version is 2.9 or below then the above set of instructions do not apply to you because the default theme in those WordPress versions is Kubrick. I strongly recommend you to upgrade your WordPress especially for security reasons but if you are unable to upgrade your WordPress version then follow the steps below to change your header.</p>
<ol>
<li>Find out the dimensions of your current header by right-clicking the header and checking out its Properties.</li>
<li>Find the location of the header image, example, <strong>wp-content/themes/default/images/</strong> as well as the name of the image, for example, <strong>kubrickheader.jpg</strong>.</li>
<li>Create a custom image with the same dimensions and rename it to the header image name. Overwrite the current image with the new image by uploading the new image to the correct location. It is advisable to save the current image under a different name in case anything goes wrong. </li>
</ol>
<p>That&#8217;s it, the above steps also work for any version of WordPress where the default theme is not being used. If you have any questions or suggestions for WordPress tips then please leave a comment.</p>
<div class="contact-box">
<p><img src="http://www.kuzzuk.net/wp-content/uploads/2010/05/iconContactUs.gif" alt="Contact ME" /> If you need my assistance in upgrading WordPress or customizing it then please do <a  href="http://www.kuzzuk.net/contact-me">contact me</a>. I live in Singapore (+8GMT) so there may be slight delays in answering queries.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kuzzuk.net/adding-a-new-wordpress-header-image.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Blueprint For Small Business</title>
		<link>http://www.kuzzuk.net/wordpress-blueprint-for-small-business.html</link>
		<comments>http://www.kuzzuk.net/wordpress-blueprint-for-small-business.html#comments</comments>
		<pubDate>Mon, 11 Jan 2010 09:49:37 +0000</pubDate>
		<dc:creator>Kuzzuk</dc:creator>
				<category><![CDATA[WordPress For Business]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress As CMS]]></category>

		<guid isPermaLink="false">http://www.kuzzuk.net/?p=568</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.kuzzuk.net/section/wordpress-for-business" title="WordPress For Business">WordPress For Business</a></p><p><embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.15" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true" flashvars="guid=zR5ZvBCE&width=640&height=360&qc_publisherId=p-18-mFEk4J448M" title="Adria Richards: Blueprint for Small Business"></embed></p>WordPress Blueprint For Small Business This is a presentation by Adria Richards, a geek goddess on how great WordPress is for small business owners. In this presentation, you&#8217;ll find helpful posts on how WordPress can be used for your business website. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.kuzzuk.net/section/wordpress-for-business" title="WordPress For Business">WordPress For Business</a></p><p><embed src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.15" type="application/x-shockwave-flash" width="640" height="360" allowscriptaccess="always" allowfullscreen="true" flashvars="guid=zR5ZvBCE&width=640&height=360&qc_publisherId=p-18-mFEk4J448M" title="Adria Richards: Blueprint for Small Business"></embed></p><h2>WordPress Blueprint For Small Business</h2>
<p>This is a presentation by <a href="http://butyoureagirl.com/about/">Adria Richards</a>, a geek goddess on how great <a href="http://wordpress.org">WordPress</a> is for small business owners. In this presentation, you&#8217;ll find helpful posts on how WordPress can be used for your business website. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuzzuk.net/wordpress-blueprint-for-small-business.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Development And Launch Checklist</title>
		<link>http://www.kuzzuk.net/blog-development-and-launch-checklist.html</link>
		<comments>http://www.kuzzuk.net/blog-development-and-launch-checklist.html#comments</comments>
		<pubDate>Wed, 07 Oct 2009 01:45:46 +0000</pubDate>
		<dc:creator>Kuzzuk</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Problogger]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.kuzzuk.net/?p=458</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.kuzzuk.net/section/resources" title="Resources">Resources</a></p>Let’s say you want to develop and launch a self-hosted WordPress blog or website. Here is a checklist of items that you can tick off before unleashing your WordPress site to the world. This post contains handy tips to make your site much better.]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.kuzzuk.net/section/resources" title="Resources">Resources</a></p><p><div id="attachment_401" class="wp-caption alignright" style="width: 310px"><img src="http://www.kuzzuk.net/wp-content/uploads/2009/10/bloglaunchchecklist.jpg" alt="Blog Launch checklist" title="bloglaunchchecklist" width="300" height="360" class="size-full wp-image-401" /><p class="wp-caption-text">Blog Launch checklist</p></div>Over at <a href="http://www.problogger.com/forum/showthread.php?t=445">ProBlogger forum</a>, the first challenge is to come up with a list post. This post is my entry to the challenge. Let&#8217;s say you want to develop and launch a <a href="http://wordpress.org">self-hosted WordPress blog</a>. Here is a checklist of items that you can tick off before unleashing your blog to the world. </p>
<p><br/>I&#8217;ll start off by listing the items on the checklist before I expand further. This is going to be one long post so you may want to grab some coffee or download the <a href="http://www.kuzzuk.net/wp-content/uploads/2009/10/wordpresschecklist2009.pdf">PDF file to print and read at your leisure</a>. </p>
<ol>
<li>Choose a Good Domain Name</li>
<li>Evaluate WordPress Recommended Hosting</li>
<li>Change the WordPress Default Theme/Template</li>
<li>Update Permalinks to Create Search Engine Friendly URLs </li>
<li>Ditch the WYSIWYG Editor</li>
<li>Change Date and Time Option</li>
<li>Update Akismet</li>
<li>Expand Ping List </li>
<li>Install and Configure Redirection Plugin</li>
<li>Install and Activate SEO Slugs Plugin</li>
<li>Install and Configure All-in-One SEO Plugin</li>
<li>Install and Configure Robots Meta Plugin </li>
<li>Improve Navigation with the Breadcrumbs Plugin</li>
<li>Improve Pagination with Pager Fix</li>
<li>Install and Configure Super Cache Plugin </li>
<li>Validate your Blog or Website</li>
<li>Grade Your Blog or Website With Website Grader</li>
<li>Browser Compatibility Check</li>
<li>Add Google Analytics </li>
<li>Make Your Blog or Website Social </li>
</ol>
<h3>1. Choose a Good Domain Name</h3>
<p>Do you have a good domain name? Skip this part if you already have a good domain name that you want to use. </p>
<ul>
<li>A good domain name should incorporate some of your main keywords and be easy to remember. </li>
<li><a href="http://nameboy.com">Nameboy</a> is a fantastic service for brainstorming and buying domain names. <a href="http://onelook.com">OneLook</a> is not a domain registrar but is another great service that can be used for brainstorming domain names. </li>
<li>After deciding upon a domain name, register it with a service like <a href="http://nameboy.com">Nameboy</a>, <a href="http://godaddy.com">GoDaddy</a> or <a href="http://namecheap.com">NameCheap</a>.  </li>
</ul>
<h3>2. Evaluate WordPress Recommended Hosting</h3>
<p>Do you have a good hosting provider? Skip this part if you already have a web host that you are satisfied with. Some of the important criteria to evaluate hosting providers are as follows:</p>
<ul>
<li>Disk space</li>
<li>Bandwidth per month</li>
<li>Number of email accounts provided</li>
<li>One click installer for WordPress like Fantastico or SimpleScripts (especially useful if you are non technical)</li>
<li>Price Plans</li>
<li>Number of databases (useful if you intend to host more than one WordPress installation per account)</li>
<li>Add-on domains (useful if you intend to host more than one domain per account)</li>
<li>Demo login is important if you want to familiarize yourself with the hosting control panel interface.</li>
<li>Customer service factors like 24/7 customer service via telephone, live chat or email is important. Especially if you live in a different timezone, 24/7 support is vital. </li>
<li>Reliability can be gauged by the number of issues reported on public websites like Google Groups and WordPress.org support forums. However, this cannot be absolutely accurate because the number of problems is usually directly proportional to their number of customers. Additionally, check whether they have a server status monitoring system.</li>
</ul>
<p>WordPress recommends the following hosting providers: </p>
<ol>
<li><a href="http://www.kuzzuk.net/weblog/recommends/bluehost/" rel="nofollow">BlueHost</a></li>
<li><a href="http://www.kuzzuk.net/weblog/recommends/dreamhost/" rel="nofollow">DreamHost</a></li>
<li><a href="http://www.kuzzuk.net/weblog/recommends/hostican/"  rel="nofollow">HostICan</a></li>
<li><a href="http://www.kuzzuk.net/weblog/recommends/anhosting/" rel="nofollow">ANHosting</a></li>
<li><a href="http://mediatemple.net/">Media Temple</a></li>
<li><a href="http://laughingsquid.net/">Laughing Squid</a></li>
</ol>
<p><strong>Disclosure Note</strong>: The hosting provider links (except Media Temple and Laughing Squid) are affiliate links through which I will earn a commission. However, if you buy hosting from my links I&#8217;ll provide you with 2 hours of technical setup for free.</p>
<h3>3. Change the WordPress Default Theme/Template</h3>
<p>To make your website or blog to look unique, here are a few options to consider:</p>
<ul>
<li>Hire a WordPress professional at <a href="http://elance.com">eLance</a> or <a href="http://rentacoder.com">Rent-A-Coder</a> to create a custom theme or template. However, looking through the premium and free themes would be a great way to determine what exactly you want for the design of your website or blog.</li>
<li>A good starting point would be premium themes that cost less than $100 in most cases. These themes can form a good base should you decide to customize the template yourself or hire a WordPress professional at eLance or Rent-A-Coder. Unlike free themes, premium themes provide support services and free upgrades. </li>
<li>If you can&#8217;t find a premium theme that meets your needs or if you don&#8217;t want to pay for a premium theme then consider free themes. However, finding a good free theme is like looking for a needle in a haystack. For free themes, check out <a href="http://wordpress.org/extend/themes/">WordPress Extend</a>.</li>
</ul>
<p>Still can&#8217;t find a suitable theme? You can get ideas from other blogs or you can hire a WordPress professional via  eLance or Rent-A-Coder. </p>
<h3>4. Update Permalinks to Create Search Engine Friendly URLs </h3>
<p>By default, WordPress creates ugly URLs like <strong>http://example.com/?p=345</strong> which is not exactly ideal. However, creating a user and search engine friendly URL is not difficult at all. Here’s what you do:</p>
<ol>
<li>Log in to your WordPress administrator account</li>
<li>Click the <strong>“Settings”</strong> link on the left sidebar followed by <strong>“Permalinks”</strong> link.</li>
<li>Choose any structure apart from “Default”. I like to use the Custom Structure of <strong>“/%postname%.html”</strong> that makes my URL look like <strong>http://example.org/postname.html</strong></li>
<li>If the permalink doesn’t work then it is most likely because of the .htaccess file permission issues (assuming the server is Apache). Open the .htaccess file and add the following code (if WordPress is installed in the root directory):
<p><code># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress</code></li>
<li>Open the .htaccess file and add the following code (if WordPress is installed in a directory called ‘blog‘):
<p><code># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /blog/<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /blog/index.php [L]</p>
<p># END WordPress<br />
</code></li>
</ol>
<h3>5. Ditch the WYSIWYG Editor</h3>
<p>By default, WordPress provides a visual WYSIWYG Editor to edit content. I strongly recommend to turn this visual editor off because a lot of times it creates unnecessary extra code especially when you copy and paste from word processors like Microsoft Word. Do the following to turn the visual editor off:</p>
<ol>
<li>Log in to your WordPress administrator account</li>
<li>Click on your profile name link on the top right corner of the administrator&#8217;s interface.</li>
<li>Uncheck the <strong>“Use the visual editor when writing”</strong> box and click the <strong>“Update Profile”</strong> button.</li>
</ol>
<h3>6. Change Date and Time Option</h3>
<p>By default, WordPress is set to the UTC timezone which is most likely not your timezone. Do the following to change the date and time option:</p>
<ol>
<li>Log in to your WordPress administrator account</li>
<li>Click the <strong>“Settings”</strong> tab followed by “General” link. </li>
<li>Scroll down to “Timezone”, “Date Format”, “Time Format” and “Week Starts On”  settings and change it according to your timezone and preferences.</li>
<li>Click the “Save Changes” button.</li>
</ol>
<h3>7. Update Akismet</h3>
<p>Comment spam is a nuisance for WordPress blogs and websites. Spammers usually use automated software to post comments that promote their commercial services. Akismet (comes bundled with WordPress) is the plugin of choice to protect against comment spam.</p>
<ol>
<li>Log into your WordPress account.</li>
<li>Click on the “Plugins” link on the left side of the Dashboard.</li>
<li>Click the “Activate” link for Akismet.</li>
<li>A note saying “Akismet is almost ready. You must enter your WordPress.com API key for it to work.” will be displayed.</li>
<li>Open a new window and go to <a href="http://www.wordpress.com">www.wordpress.com</a> and sign up at <a href="http://wordpress.com/signup/">http://wordpress.com/signup/</a>. At the end of the registration, an API key will be emailed to you.</li>
<li>Go back to the WordPress administrator and click the “enter your WordPress.com API key” link.</li>
<li>Enter the API Key and click the “Update options” button.</li>
</ol>
<p>Now your WordPress website or blog is protected against comment spam.</p>
<h3>8. Expand Ping List</h3>
<p>By default, WordPress only pings one service and does not notify other blog directories and search engines that your website or blog has been updated. So it is a good idea to expand this list and notify more services.</p>
<ol>
<li>Log in to your WordPress administrator account</li>
<li>Click the “Settings” tab followed by “Writing” link. Scroll to the “Update Services” box and enter the <a href="http://www.kuzzuk.net/list-of-blog-ping-services.html">list of ping services here</a>.
</li>
<li>Click the “Save Changes” button. </li>
</ol>
<p>Check out <a href="http://www.fridaytrafficreport.com/setting-up-your-wordpress-ping-list/">Setting up your WordPress ping list</a> for details on how to use a plugin to prevent your blog from over-pinging.</p>
<h3>9. Install and Configure Redirection Plugin</h3>
<p>The Redirection Plugin is important for SEO purposes. Whenever a URL changes for whatever reasons then it creates an issue with search engines. For instance, lets say <strong>http://example.com/category/postname</strong> changes to <strong>http://example.com/category/name-of-the-post</strong> and the former URL has already been indexed by the search engine. Then there will be SEO consequences. The Redirection Plugin comes in handy in such cases to do a 301 redirect which means that it tells the search engine that  http://example.com/category/postname has permanently moved to http://example.com/category/name-of-the-post. Do the following to activate and configure the plugin:</p>
<ol>
<li>Download <a href="http://wordpress.org/extend/plugins/redirection/">Redirection Plugin</a> and FTP to the server&#8217;s “wp content/plugins” folder. Alternatively, search for the plugin via “Plugin -> Add New” option.</li>
<li>Log in to your WordPress administrator account</li>
<li>Click on the “Plugins” link and click the “Activate” link for the Redirection Plugin.</li>
<li>After successful activation, click the “Manage” tab followed by “Redirection” and “Options” link. </li>
<li>Under “URL Monitoring” set the values to “Modified Posts” and click the “Update” button.</li>
</ol>
<h3>10. Install and Activate SEO Slugs Plugin</h3>
<p>The <a href="http://wordpress.org/extend/plugins/seo-slugs/">SEO Slugs plugin</a> removes common words like &#8216;a&#8217;, &#8216;the&#8217;, &#8216;in&#8217; from URLs to improve search engine optimization. For example, <strong>http://example.com/category/how-to-install-wordpress</strong> becomes <strong>http://example.com/category/install-wordpress</strong>. Do the following to activate the plugin:</p>
<ol>
<li>Download SEO Slugs plugin and FTP to the server&#8217;s “wp content/plugins” folder. Alternatively, search for the plugin via “Plugin -> Add New” option.</li>
<li>Log in to your WordPress administrator account</li>
<li>Click on the “Plugins” link and click tthe “Activate” link for the SEO Slugs plugin.</li>
</ol>
<p><strong>Note</strong>: Please do check out other slug plugins as well.</p>
<h3>11. Install and Configure All-in-One SEO Plugin</h3>
<p><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All-in-One SEO Plugin</a> is one of the most comprehensive and popular SEO plugins for WordPress. It optimizes titles (titles are very important for search engine rankings) and automatically generates META tags (which can also be over-ridden manually). Do the following to activate and configure the plugin:</p>
<ol>
<li>Download All-in-One SEO Plugin and FTP to the server&#8217;s “wp content/plugins” folder. Alternatively, search for the plugin via “Plugin -> Add New” option.</li>
<li>Log in to your WordPress administrator account</li>
<li>Click on the “Plugins” link and click the “Activate” link for the All-in-One SEO Plugin.</li>
<li>After successful activation, click the “Settings” tab followed by “All in One SEO” to configure accordingly.</li>
<li>You can also manually create title, description and keywords while writing posts or pages in WordPress. Just scroll down to see the options. Please note that certain tthemes like Thesis handles SEO very well and you may not need this plugin.</li>
</ol>
<h3>12. Install and Configure Robots Meta Plugin</h3>
<p>The <a href="http://wordpress.org/extend/plugins/robots-meta/">Robots Meta Plugin</a> allows you to set which parts of the WordPress blog or website can be indexed by search engines. For example, it makes it easy to prevent pages like registration, login, search results and categories to be indexed. Do the following to activate and configure the plugin:</p>
<ol>
<li>Download Robots Meta Plugin and FTP to the server&#8217;s “wp content/plugins” folder. Alternatively, search for the plugin via “Plugin -> Add New” option.</li>
<li>Log in to your WordPress administrator account</li>
<li>Click on the “Plugins” link on the Dashboard.</li>
<li>Click the “Activate” link for the Robots Meta Plugin.</li>
<li>Click the “Plugins” link followed by “Robots Meta” link to set the configuration. I recommend preventing the following from being indexed:
<ul>
<li>Site&#8217;s search results pages</li>
<li>Login and register pages</li>
<li>All admin pages</li>
<li>Author archives</li>
<li>Date based archives</li>
</ul>
</li>
<li> Additionally, you can manually allow or prevent a post or a page to be indexed  while writing posts or pages in WordPress. Just scroll down to see the options.</li>
</ol>
<h3>13. Improve Navigation with the Breadcrumbs Plugin</h3>
<p>The <a href="http://wordpress.org/extend/plugins/breadcrumb-navxt/">Breadcrumbs Plugin</a> is a great navigation tool because users are often lost within a website, especially if they came to an internal page or post via search engines. An example of a breadcrumb would be <strong>&#8220;Blog Home > Category > Breadcrumbs R Us&#8221;</strong>. Do the following to activate and configure the plugin:</p>
<ol>
<li>Download Breadcrumbs Plugin and FTP to the server&#8217;s “wp content/plugins” folder. Alternatively, search for the plugin via “Plugin -> Add New” option.</li>
<li>Log in to your WordPress administrator account</li>
<li>Click on the “Plugins” link on the Dashboard.</li>
<li>Click the “Activate” link for the Breadcrumbs Plugin.</li>
<li>Click the “Settings” link followed by “Breadcrumb NavXT” link to set the configuration. </li>
<li>Open the appropriate file for your theme (usually header.php). This can be done by clicking the “Design” tab followed by the “Theme Editor” link.<br />
<img src="http://www.kuzzuk.net/wp-content/uploads/2009/10/breadcrumb-change.jpg" alt="breadcrumb-change" title="breadcrumb-change" width="303" height="192" class="alignnone size-full wp-image-438" /></li>
<li>Save the file and the breadcrumbs are now active.</li>
</ol>
<p><strong>Note</strong>: Please do check out other breadcrumb plugins as well.</p>
<h3>14. Improve Pagination with Pager Fix</h3>
<p>The <a href="http://www.seoegghead.com/software/wordpress-seo-pager.seo">Pager Fix</a> plugin improves pagination dramatically. This is benefecial because users can directly jump to a particular page plus search engines have access to links for all pages. Do the following to activate and configure the plugin:</p>
<ol>
<li>Download Pager Fix plugin and FTP to the server&#8217;s “wp content/plugins” folder. Alternatively, search for the plugin via “Plugin -> Add New” option.</li>
<li>Log in to your WordPress administrator account</li>
<li>Click on the “Plugins” link on the Dashboard.</li>
<li>Click the “Activate” link for the Pager Fix plugin.</li>
<li>Open the appropriate file for your theme (usually index.php). This can be done by clicking the “Design” tab followed by the “Theme Editor” link.<br />
<img src="http://www.kuzzuk.net/wp-content/uploads/2009/10/pagination-code.jpg" alt="pagination-code" title="pagination-code" width="501" height="390" class="alignnone size-full wp-image-440" />
</li>
<li>Save the file and the new pagination is now active.</li>
</ol>
<p><strong>Note</strong>: Please do check out other pagination plugins as well. The new version of Pager Fix may not require you to change code.</p>
<h3>15. Install and Configure Super Cache Plugin</h3>
<p>The <a href="http://wordpress.org/extend/plugins/wp-super-cache/">Super Cache plugin</a> significantly speeds up a site. Users and search engines love fast websites. It is relatively hard to configure but once you are done, the increase in speed will be noticeable. Do the following to activate and configure the plugin:</p>
<ol>
<li>Download Super Cache plugin and FTP to the server&#8217;s “wp content/plugins” folder.<br />
Log in to your WordPress administrator account</li>
<li>Click on the “Plugins” link on the Dashboard.</li>
<li>Click the “Activate” link for the Super Cache plugin.</li>
<li>Click the “Settings” tab followed by the “WP Super Cache” link to configure the plugin.</li>
</ol>
<h3>16. Validate your Blog or Website</h3>
<p>It is important to validate your website to ensure that it meets coding standards. </p>
<ol>
<li>Go to <a href="http://validator.w3.org/">http://validator.w3.org/</a></li>
<li>Enter the URL of your website and click the “Check” button.</li>
<li>The results will show the total number of errors. If there are no errors then rejoice.</li>
</ol>
<h3>17. Grade Your Blog or Website With Website Grader</h3>
<p>Test your WordPress blog or website with Website Grader to mainly check  the “On-Page SEO” factors  like titles, headings, content, and URLs to improve search engine rankings. </p>
<ol>
<li>Go to  <a href="http://www.websitegrader.com/">http://www.websitegrader.com/</a></li>
<li>Enter the URL of your website and click the “Generate Report” button.</li>
<li>Note the results of the “On Page SEO” mainly the following:
<ul>
<li>Metadata</li>
<li>Heading Summary</li>
<li>Image Summary</li>
</ul>
</li>
</ol>
<h3>18. Browser Compatibility Check</h3>
<p>Check your WordPress blog or website with BrowserShots to test the compatibility of the site with various browsers. </p>
<ol>
<li>Go to <a href="http://browsershots.org">http://browsershots.org</a></li>
<li>Enter the URL of your website and check the browsers of your choice</li>
<li>Click the “Submit” button. Results appear as per server availability.</li>
</ol>
<p><strong>Note</strong>: It is virtually impossible to be compliant with all browsers so focus on the dominant ones like Internet Explorer 6 and above and FireFox. </p>
<h3>19. Add Google Analytics </h3>
<p>Once the website or blog is launched, analysis and tracking is vital to see where the traffic is coming from and which parts of the site are popular.  Google Analytics does a great job of measuring and analyzing traffic but is not the one and only analytics program available. Feel free to experiment.</p>
<ol>
<li>Go to <a href="http://www.google.com/analytics/">Google Analytic</a>s and sign-up or sign-in</li>
<li>Click the “Add Website Profile” link and enter the website address and timezone. Click the “Finish” button.</li>
<li>A tracking code like below is generated.<br />
<img src="http://www.kuzzuk.net/wp-content/uploads/2009/10/googletrackingcodeanalytics.jpg" alt="googletrackingcodeanalytics" title="googletrackingcodeanalytics" width="498" height="229" class="alignnone size-full wp-image-447" /></li>
<li>Open the appropriate file for your theme (usually footer.php). This can be done by clicking the “Design” tab followed by the “Theme Editor” link. Note that some themes provide an option to place the code without having to edit the theme.</li>
<li>Paste the above code immediately before the closing body tag</li>
<li>Save the file and Google analytics is now active.</li>
</ol>
<h3>20. Make Your Blog or Website Social </h3>
<p>Make it easy for your readers to share your website, blog, post or page through social media. A plugin for this purpose is <a href="http://wordpress.org/extend/plugins/sociable/">Sociable</a>.  Do the following to activate and configure the plugin:</p>
<ol>
<li>Download the Sociable plugin and FTP to the server&#8217;s “wp content/plugins” folder. Alternatively, search for the plugin via “Plugin -> Add New” option.</li>
<li>Log in to your WordPress administrator account</li>
<li>Click on the “Plugins” link on the Dashboard.</li>
<li>Click the “Activate” link for the  Sociable plugin.</li>
<li>Click the “Settings” tab followed by the “Sociable” link to configure the plugin. I usually like to display it in posts and pages.</li>
<li>Save the changes and Sociable is now active.</li>
</ol>
<p><strong>Note</strong>: Also check out other social media plugins.</p>
<h3><a href="http://www.kuzzuk.net/wp-content/uploads/2009/10/wordpresschecklist2009.pdf">Download the more detailed PDF of the Checklist</a></h3>
<p>Please do leave comments, would love your feedback on expanding and making this checklist more useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuzzuk.net/blog-development-and-launch-checklist.html/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Strolling Along WordPress Blog</title>
		<link>http://www.kuzzuk.net/strolling-along-wordpress-blog.html</link>
		<comments>http://www.kuzzuk.net/strolling-along-wordpress-blog.html#comments</comments>
		<pubDate>Fri, 19 Jun 2009 03:33:59 +0000</pubDate>
		<dc:creator>Kuzzuk</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress Projects]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[Lets Go Strolling]]></category>
		<category><![CDATA[Strolling Along Blog]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.kuzzuk.net/?p=42</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.kuzzuk.net/section/portfolio" title="Portfolio">Portfolio</a><a href="http://www.kuzzuk.net/section/portfolio/wordpress-projects" title="WordPress Projects">WordPress Projects</a></p>Let's Go strolling is a company that sells with baby strollers online and wanted to add a blog to a website to turn it into a hub for existing and prospective clients. The project required creating a WordPress theme that matched the existing website and a customized Flash header with FeedBurner integration which allows the visitors to sign-up for blog updates either via RSS or e-mail. ]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.kuzzuk.net/section/portfolio" title="Portfolio">Portfolio</a><a href="http://www.kuzzuk.net/section/portfolio/wordpress-projects" title="WordPress Projects">WordPress Projects</a></p><p><img src="http://www.kuzzuk.net/wp-content/uploads/2009/06/LetsGoStrollingBlog.png" alt="Lets Go Strolling Blog" class="image_portfolio_large" />  </p>
<p><strong>The Client</strong>: Let&#8217;s Go Strolling</p>
<p><strong>Website Platform</strong>: WordPress</p>
<p><strong>Project Description</strong>: Let&#8217;s Go strolling is a company that sells with baby strollers and has a highly popular online store. This blog is a classic example of adding a blog to a website to turn it into a hub for existing and prospective clients. The company uses the blog to post an interesting mix of articles that include product information, customer education on the various types of strollers as well as fun articles like which strollers Hollywood celebrities use. The project required creating a WordPress theme that matched the existing website and a customized Flash header with FeedBurner integration which allows the visitors to sign-up for blog updates either via RSS or e-mail. </p>
<div class="contact-box">
<p><img src="http://www.kuzzuk.net/wp-content/uploads/2010/05/iconContactUs.gif" alt="Contact ME" /> For a <strong>customized quote</strong> of my WordPress website services, please <a  href="http://www.kuzzuk.net/contact-me">contact me</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kuzzuk.net/strolling-along-wordpress-blog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HANDS Kalimpong WordPress Website</title>
		<link>http://www.kuzzuk.net/hands-kalimpong-wordpress-website.html</link>
		<comments>http://www.kuzzuk.net/hands-kalimpong-wordpress-website.html#comments</comments>
		<pubDate>Mon, 04 May 2009 01:57:53 +0000</pubDate>
		<dc:creator>Kuzzuk</dc:creator>
				<category><![CDATA[Non Profit Projects]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress Projects]]></category>
		<category><![CDATA[HANDS Kalimpong]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.kuzzuk.net/?p=359</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.kuzzuk.net/section/portfolio/non-profit-projects" title="Non Profit Projects">Non Profit Projects</a><a href="http://www.kuzzuk.net/section/portfolio" title="Portfolio">Portfolio</a><a href="http://www.kuzzuk.net/section/portfolio/wordpress-projects" title="WordPress Projects">WordPress Projects</a></p>This WordPress website was designed for HANDS Kalimpong, a non-profit organization from my hometown. It uses a basic WordPress theme with a tabbed menu. The website header and colors/typography were customized.]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.kuzzuk.net/section/portfolio/non-profit-projects" title="Non Profit Projects">Non Profit Projects</a><a href="http://www.kuzzuk.net/section/portfolio" title="Portfolio">Portfolio</a><a href="http://www.kuzzuk.net/section/portfolio/wordpress-projects" title="WordPress Projects">WordPress Projects</a></p><p><img src="http://www.kuzzuk.net/wp-content/uploads/2009/12/handKalimpongOrgCropped.png" alt="HANDS Kalimpong" class="image_portfolio_large" /></p>
<p><strong>The Client</strong>: HANDS Kalimpong</p>
<p><strong>Website Platform</strong>: WordPress</p>
<p><strong>Project Description</strong>: This WordPress website was designed for HANDS Kalimpong, a non-profit organization from my hometown. It uses a basic WordPress theme with a tabbed menu. The website header and colors/typography were customized. Domain as well as hosting was provided for free. </p>
<div class="contact-box">
<p><img src="http://www.kuzzuk.net/wp-content/uploads/2010/05/iconContactUs.gif" alt="Contact ME" /> For a <strong>customized quote</strong> of my WordPress website or non profit website consulting services, please <a  href="http://www.kuzzuk.net/contact-me">contact me</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kuzzuk.net/hands-kalimpong-wordpress-website.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Your Username Available At These 72 Social Networks?</title>
		<link>http://www.kuzzuk.net/username-check-social-networks.html</link>
		<comments>http://www.kuzzuk.net/username-check-social-networks.html#comments</comments>
		<pubDate>Wed, 15 Apr 2009 02:14:58 +0000</pubDate>
		<dc:creator>Kuzzuk</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[BallHype]]></category>
		<category><![CDATA[behance.net]]></category>
		<category><![CDATA[Blip.fm]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[brightkite]]></category>
		<category><![CDATA[Buzznet]]></category>
		<category><![CDATA[cafemom]]></category>
		<category><![CDATA[Current]]></category>
		<category><![CDATA[Cyworld]]></category>
		<category><![CDATA[DailyMotion]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[diigo]]></category>
		<category><![CDATA[Disqus]]></category>
		<category><![CDATA[Dropjack]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[eHow]]></category>
		<category><![CDATA[epinions]]></category>
		<category><![CDATA[Etsy]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Families.com]]></category>
		<category><![CDATA[Faves]]></category>
		<category><![CDATA[FFFFound!]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Flixster]]></category>
		<category><![CDATA[Fotolog]]></category>
		<category><![CDATA[FriendFeed]]></category>
		<category><![CDATA[funnyordie]]></category>
		<category><![CDATA[Gather]]></category>
		<category><![CDATA[Good Reads]]></category>
		<category><![CDATA[hi5]]></category>
		<category><![CDATA[iLike]]></category>
		<category><![CDATA[ImageShack]]></category>
		<category><![CDATA[IMEEM]]></category>
		<category><![CDATA[Kaboodle]]></category>
		<category><![CDATA[last.fm]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[LiveJournal]]></category>
		<category><![CDATA[mixx]]></category>
		<category><![CDATA[Multiply]]></category>
		<category><![CDATA[myLot]]></category>
		<category><![CDATA[MySpace]]></category>
		<category><![CDATA[Netlog]]></category>
		<category><![CDATA[newsvine]]></category>
		<category><![CDATA[Ning]]></category>
		<category><![CDATA[Odeo]]></category>
		<category><![CDATA[Plurk]]></category>
		<category><![CDATA[Posterous]]></category>
		<category><![CDATA[Propeller]]></category>
		<category><![CDATA[reddit]]></category>
		<category><![CDATA[Revver]]></category>
		<category><![CDATA[Skyrock]]></category>
		<category><![CDATA[Slashdot]]></category>
		<category><![CDATA[Sphinn]]></category>
		<category><![CDATA[Squidoo]]></category>
		<category><![CDATA[StumbleUpon]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[ThisNext]]></category>
		<category><![CDATA[tipjoy]]></category>
		<category><![CDATA[Tribe]]></category>
		<category><![CDATA[tumblr]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[UStream]]></category>
		<category><![CDATA[vi.sualize.us]]></category>
		<category><![CDATA[Viddler]]></category>
		<category><![CDATA[Vimeo]]></category>
		<category><![CDATA[Virb]]></category>
		<category><![CDATA[Vox]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Xanga]]></category>
		<category><![CDATA[Xing]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.kuzzuk.net/?p=186</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.kuzzuk.net/section/social-media" title="Social Media">Social Media</a></p>NameChk is a great service that allows you to check whether your username is available at various social networks that it covers. Just type in your username and click the &#8220;chk&#8221; button and viola, it shows whether the username is taken or not for the 72 social networks the service currently covers (see screenshot below [...]]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.kuzzuk.net/section/social-media" title="Social Media">Social Media</a></p><p><div id="attachment_189" class="wp-caption alignright" style="width: 310px"><img src="http://www.kuzzuk.net/wp-content/uploads/2009/04/username-social-networks-small.jpg" alt="Image Source: sxc.hu" title="username-social-networks-small" width="300" height="235" class="size-full wp-image-189" /><p class="wp-caption-text">Image Source: sxc.hu</p></div> <a href="http://namechk.com/">NameChk</a> is a great service that allows you to check whether your username is available at various social networks that it covers.<br />
<br/>Just type in your username and click the <strong>&#8220;chk&#8221;</strong> button and viola, it shows whether the username is taken or not for the 72 social networks the service currently covers (see screenshot below as well as the tags). I wish it would go one step further and allow me to register for these social networks should my username be available. However, I know that would be quite difficult but I like asking for the pie in the sky.<br />
<br/><br />
<img src="http://www.kuzzuk.net/wp-content/uploads/2009/04/namechk-600.png" alt="namechk-600" title="namechk-600" width="600" height="463" class="alignnone size-full wp-image-205" /></p>
<p>Before I forget, here&#8217;s a blank copy of the spreadsheet I use to <a href="http://www.kuzzuk.net/wp-content/uploads/2009/04/socialmediasignuptacker.xls">track my usernames on social networks</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kuzzuk.net/username-check-social-networks.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

