<?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>Hostipedia &#187; Wordpress</title>
	<atom:link href="http://hostipedia.com/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://hostipedia.com</link>
	<description>Web Development &#124; Domain Name &#124; Hosting &#124; Promotion</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:04:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to exclude post from front page in WordPress</title>
		<link>http://hostipedia.com/exclude-post-from-page</link>
		<comments>http://hostipedia.com/exclude-post-from-page#comments</comments>
		<pubDate>Wed, 27 Jul 2011 13:49:55 +0000</pubDate>
		<dc:creator>Max Monic</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[exclude categories from fron page]]></category>

		<guid isPermaLink="false">http://hostipedia.com/?p=887</guid>
		<description><![CDATA[The normal front page for a WordPress system shows latest published post accordingly. Sometimes you do not want that to happen. Sometimes you want to exclude certain post from appearing in the front page. You can simply achieve the task by using Ultimate Category Excluder. By using this plugin, you can select which categories that [...]]]></description>
			<content:encoded><![CDATA[<p>The normal front page for a WordPress system shows latest published post accordingly. Sometimes you do not want that to happen. Sometimes you want to exclude certain post from appearing in the front page. You can simply achieve the task by using <a href="http://wordpress.org/extend/plugins/ultimate-category-excluder/" target="_blank">Ultimate Category Excluder</a>.</p>
<p>By using this plugin, you can select which categories that you want to exclude from the front page. In other words, all of the posts inside the selected categories will not appear on the front page.</p>
<p>You can actually find several exclude categories like plugin out there but I prefer the Ultimate Category Excluder because the plugin can also exclude the posts in category from appearing in feeds or archives.</p>
]]></content:encoded>
			<wfw:commentRss>http://hostipedia.com/exclude-post-from-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to exclude page in wordpress</title>
		<link>http://hostipedia.com/how-to-exclude-page-in-wordpress</link>
		<comments>http://hostipedia.com/how-to-exclude-page-in-wordpress#comments</comments>
		<pubDate>Thu, 21 Jul 2011 04:57:32 +0000</pubDate>
		<dc:creator>Max Monic</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[How to exclude pages from footer]]></category>
		<category><![CDATA[How to exclude pages from navigation in Wordpress]]></category>
		<category><![CDATA[How to exclude pages from wp_nav_menu]]></category>

		<guid isPermaLink="false">http://hostipedia.com/?p=861</guid>
		<description><![CDATA[The header or footer of a WordPress theme usually contains navigation menu that is extracted from the WordPress pages. Sometimes you do not want a specific page to appear at the header or footer navigation menu. In this case there are a few methods that you can do to exclude the page or pages from [...]]]></description>
			<content:encoded><![CDATA[<p>The header or footer of a WordPress theme usually contains navigation menu that is extracted from the WordPress pages. Sometimes you do not want a specific page to appear at the header or footer navigation menu. In this case there are a few methods that you can do to exclude the page or pages from the WordPress navigation menu.</p>
<h3>Manual code injection</h3>
<p>Go to the Theme Editor of your WordPress blog and find the code location of the navigation menu. Find code that similar to the code below:</p>
<p><code>wp_list_pages('sort_column=menu_order&amp;depth=1&amp;title_li=');</code></p>
<p>If the navigation menu is at the header of your blog, usually you can find the code at header.php. If the navigation menu is at the footer, usually you can find them at footer.php. No one can tell you the exact location as it depends on the WordPress theme you are using.</p>
<p>To exclude a specific page, you just need to add &#8216;exclude=pageID&#8217; to the navigation menu code. In this case, the pages with page ID 12 and 26 are removed from the navigation menu. You can get the page ID from the shortlink of the page.<br />
<?php wp_list_pages('exclude=12,26' ); ?></p>
<h3>Use Exclude Pages wordpress plugin</h3>
<p>If you are too worry to mess with your WordPress theme, then you can install Exclude Pages wordpress plugin that you can get for free <a href="http://wordpress.org/extend/plugins/exclude-pages/">here</a>. This plugin adds a checkbox, “include this page in menus”, which is checked by default. If you uncheck it, the page will not appear in any listings of pages (which includes, and is usually limited to, your page navigation menus).</p>
]]></content:encoded>
			<wfw:commentRss>http://hostipedia.com/how-to-exclude-page-in-wordpress/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Platinum Seo pack for wordpress</title>
		<link>http://hostipedia.com/platinum-seo-pack</link>
		<comments>http://hostipedia.com/platinum-seo-pack#comments</comments>
		<pubDate>Fri, 08 Jul 2011 06:47:28 +0000</pubDate>
		<dc:creator>Max Monic</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://hostipedia.com/web/?p=19</guid>
		<description><![CDATA[Before this I have talk about how All in One Seo pack helps SEO. However in this post I will talk about something exactly like All in One Seo pack but with extra feature. All in One Seo pack is  good but the bad thing is you can&#8217;t change the permalink of any post. If [...]]]></description>
			<content:encoded><![CDATA[<p>Before this I have talk about how <a href="10-all-in-one-seo-pack/" target="_blank">All in One Seo pack helps SEO</a>. However in this post I will talk about something exactly like All in One Seo pack but with extra feature.</p>
<p>All in One Seo pack is  good but the bad thing is you can&#8217;t change the permalink of any post. If you do, the corresponding post will not appear in search engine results anymore due to the different adress.</p>
<p>By using <a href="http://wordpress.org/extend/plugins/platinum-seo-pack/">Platinum Seo Pack</a>, changing permalink is not a problem anymore since this plugin will automatically create 301 redirection from the old link to the new one.</p>
<p>One thing to remember, you could not use both plugins at the same time. Do not worry, Platinum Seo Pack will automatically use all of your All in One Seo Pack settings.</p>
<p><strong>Ps:</strong><em><strong> </strong><span style="color: #993300;">I am still sticking with All in One Seo Pack.</span></em></p>
]]></content:encoded>
			<wfw:commentRss>http://hostipedia.com/platinum-seo-pack/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 coltrane</title>
		<link>http://hostipedia.com/wordpress-27-coltrane</link>
		<comments>http://hostipedia.com/wordpress-27-coltrane#comments</comments>
		<pubDate>Wed, 06 Jul 2011 07:01:59 +0000</pubDate>
		<dc:creator>Max Monic</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://hostipedia.com/web/?p=3</guid>
		<description><![CDATA[The shockest thing of wordpress 2.7 also known as coltrane is its new interface. I like this new interface much more since I can reduce my clicks to do something. This is done by the placing of control panel features at the left sidebar. Blogger always want something simple as a blogging platform, thus make [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-4" title="wordpress-27" src="http://hostipedia.com/wp-content/uploads/2008/12/wordpress-27.jpg" alt="wordpress-27" width="399" height="150" /></p>
<p>The shockest thing of wordpress 2.7 also known as coltrane is its new interface. I like this new interface much more since I can reduce my clicks to do something. This is done by the placing of control panel features at the left sidebar.</p>
<p>Blogger always want something simple as a blogging platform, thus make wordpress  as a choice compare to Joomla or other CMS.</p>
<p>In wordpess coltrane, wordpress once again make thing simple by<span id="more-91"></span> adding quick press feature. Now blogger can reduce a click to add a new simple post that doesn&#8217;t need extra editing or styling (since there is no editor at the quick press feature).</p>
<p><img class="aligncenter size-full wp-image-5" title="quick-press" src="http://hostipedia.com/wp-content/uploads/2008/12/quick-press.jpg" alt="quick-press" width="409" height="239" /> <strong></strong></p>
<p><strong>RB-internal links problem </strong></p>
<p>After upgrading, I am having problem with the html editor. Luckily the problem solved once I deactivated all of wordpress plugins and activated it again one by one. Lastly, I detected that the culprit is RB-internal links, the plugin that I used the most.</p>
<p>I feel so bad to say goodbye to my precious buddy.</p>
]]></content:encoded>
			<wfw:commentRss>http://hostipedia.com/wordpress-27-coltrane/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WordPress 3.2 available for download</title>
		<link>http://hostipedia.com/wordpress-3-download</link>
		<comments>http://hostipedia.com/wordpress-3-download#comments</comments>
		<pubDate>Tue, 05 Jul 2011 17:50:33 +0000</pubDate>
		<dc:creator>Max Monic</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress 3.2 changelog]]></category>
		<category><![CDATA[wordpress 3.2 download]]></category>

		<guid isPermaLink="false">http://hostipedia.com/?p=713</guid>
		<description><![CDATA[Hi, there. Have you login to your wordpress admin control panel yet? For those that already login for today, I am sure you already notice the update available from WordPress 3.1 to WordPress 3.2 version. For the latest version of WordPress, you are going to see some changes at the admin interface. In WordPress 3.2, [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, there. Have you login to your wordpress admin control panel yet? For those that already login for today, I am sure you already notice the update available from WordPress 3.1 to WordPress 3.2 version. For the latest version of WordPress, you are going to see some changes at the admin interface. In WordPress 3.2, the screen is separated into two frame by default. This will give blogger wider space to write blog post. Actually I am a bit worry to upgrade. I am afraid that some plugins might not be usable anymore. Lucky all of the previous version of plugins that I used are working as usual. To prevent your WordPress installation from breaking after upgrade, make sure you disable all of the plugins first. And don&#8217;t forget to make database backup of your WordPress site.</p>
<blockquote><p>The focus for this release was making WordPress faster and lighter.  The first thing you’ll notice when you log in to 3.2 is a refreshed dashboard design that tightens the typography, design, and code behind the admin.  All of the widgets, menus, buttons, and interface elements fade away to allow you to compose and edit your thoughts in a completely clean environment conducive to writing, but when your mouse strays to the top of the screen your most-used shortcuts are right there where you need them. (I like to press F11 to take my browser full-screen, getting rid of even the OS chrome.)   (Rhapsody in Grey?) If you’re starting a new blog, you’ll also appreciate the fully HTML5 new Twenty Eleven theme, fulfilling our plan to replace the default theme every year. Start writing your first post in our redesigned post editor and venture to the full-screen button in the editing toolbar to enter the new distraction-free writing or zen mode, my personal favorite feature of the release.</p></blockquote>
<p>Okay boys. Times to upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://hostipedia.com/wordpress-3-download/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SEO Search Term Tagging 2 wordpress plugin</title>
		<link>http://hostipedia.com/how-to-do-on-page-seo</link>
		<comments>http://hostipedia.com/how-to-do-on-page-seo#comments</comments>
		<pubDate>Wed, 29 Jun 2011 13:59:20 +0000</pubDate>
		<dc:creator>Max Monic</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[on site seo tips]]></category>
		<category><![CDATA[seo search term tagging]]></category>

		<guid isPermaLink="false">http://hostipedia.com/how-to-do-on-page-seo/</guid>
		<description><![CDATA[Do you know about on page SEO? On page SEO usually is done by writing a post with SEO in mind. Usually the post will contain targeted keywords and the keyword density is made sure to be no more than 7 percent. If you are using WordPress as the platform for your website, you should [...]]]></description>
			<content:encoded><![CDATA[<p>Do you know about on page SEO? On page SEO usually is done by writing a post with SEO in mind. Usually the post will contain targeted keywords and the keyword density is made sure to be no more than 7 percent.</p>
<p>If you are using WordPress as the platform for your website, you should glad because the Search Term Tagging 2 wordpress plugin is going to made you on page SEO more easier. This wordpress plugin has the ability to save keyword that is used in search engine to reach your post. To optimize the post, you should list the incoming search terms below your post. Actually you can put the incoming search terms anywhere but it might look spammy and inconvenience for the readers. To avoid Google bots from detecting the post as a post with keyword stuffing, it’s good to control the number of displaying search terms to approximately 20.</p>
<p>So how does the plugin help SEO? The secret is in displaying the list of incoming search terms in the post. Remember, keyword density plays some role in SEO. Since the incoming search terms is placed in the post, the post should now be more optimized for the terms.</p>
<p>For on site SEO, you can activate the supplied widget. To avoid keyword stuffing issue, do not list to many term on the widget.</p>
]]></content:encoded>
			<wfw:commentRss>http://hostipedia.com/how-to-do-on-page-seo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create wordpress theme from scratch</title>
		<link>http://hostipedia.com/how-to-create-wordpress-theme</link>
		<comments>http://hostipedia.com/how-to-create-wordpress-theme#comments</comments>
		<pubDate>Mon, 20 Jun 2011 10:13:20 +0000</pubDate>
		<dc:creator>Max Monic</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[design wordpress theme]]></category>
		<category><![CDATA[how to create wordpress theme ebook]]></category>

		<guid isPermaLink="false">http://hostipedia.com/how-to-create-wordpress-theme/</guid>
		<description><![CDATA[There is a lot of available WordPress theme out there that you can get it for free. Somehow most of the themes required you to not remove their footer link on the theme. Although you tweak the theme to a totally different WordPress theme, it’s still origin from the same theme. Thus you still have [...]]]></description>
			<content:encoded><![CDATA[<p>There is a lot of available WordPress theme out there that you can get it for free. Somehow most of the themes required you to not remove their footer link on the theme. Although you tweak the theme to a totally different WordPress theme, it’s still origin from the same theme. Thus you still have no right to change or edit the footer link of the tweaked WordPress theme. So the only options available is to spend some money on premium theme or to design and coded a WordPress theme on your own.</p>
<p>To create a WordPress theme from scratch, you should follow these phases:</p>
<ol>
<li>Photoshop mockup </li>
<li>Design slice </li>
<li>Coding the layout using HTML and CSS </li>
</ol>
<p>Photoshop mockup means designing a WordPress theme using Photoshop. The Photoshop design should look as what you want to appear as in internet browser. Photoshop mockup and slicing the Photoshop design are important in order to ease your layout coding. From the mockup, you can determine how much length and width you need to put during coding the layout. Besides that, you can easily determine the address of the color needed for your layout styling.</p>
<p>There are already numbers of available tutorial about creating and designing WordPress theme from scratch, so I just point to the related sites:</p>
<ul>
<li><a title="http://webdesignerwall.com/tutorials/building-custom-wordpress-theme" href="http://webdesignerwall.com/tutorials/building-custom-wordpress-theme">http://webdesignerwall.com/tutorials/building-custom-wordpress-theme</a></li>
<li><a title="http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/" href="http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/">http://www.wpdesigner.com</a></li>
<li><a title="http://net.tutsplus.com/tutorials/wordpress/how-to-create-a-wordpress-theme-from-scratch/" href="http://net.tutsplus.com/">http://net.tutsplus.com/</a></li>
<li><a title="http://themeshaper.com/2009/06/22/wordpress-themes-templates-tutorial/" href="http://themeshaper.com/2009/06/22/wordpress-themes-templates-tutorial/">http://themeshaper.com/2009/06/22/wordpress-themes-templates-tutorial/</a></li>
</ul>
<p>In helping you coding the layout for the theme, it’s good to use Notepad++ instead of the normal notepad since Notepad++ come with Syntax checker. It just check Syntax though, and nothing beyond that. If you need better helper in coding the layout, consider to buy Adobe Dreamweaver.</p>
]]></content:encoded>
			<wfw:commentRss>http://hostipedia.com/how-to-create-wordpress-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get wordpress api key</title>
		<link>http://hostipedia.com/how-to-get-wordpress-api-key</link>
		<comments>http://hostipedia.com/how-to-get-wordpress-api-key#comments</comments>
		<pubDate>Thu, 03 Jun 2010 01:35:22 +0000</pubDate>
		<dc:creator>Max Monic</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[How to activate akismet]]></category>
		<category><![CDATA[how to get akismet api key]]></category>
		<category><![CDATA[how to use akismet]]></category>

		<guid isPermaLink="false">http://hostipedia.com/?p=686</guid>
		<description><![CDATA[Some applications such as Akismet require WordPress user to enter api key. To get the api key for akismet, you can either get one at akismet.com or just login to the wordpress.com administration and view your profile. The wordpress api key is located inside your profile page. If you haven&#8217;t installed Akismet yet, I suggest [...]]]></description>
			<content:encoded><![CDATA[<p>Some applications such as Akismet require WordPress user to enter api key. To get the api key for akismet, you can either get one at akismet.com or just login to the wordpress.com administration and view your profile. The wordpress api key is located inside your profile page. If you haven&#8217;t installed Akismet yet, I suggest you to activate it since Akismet can reduce spam comments and trackbacks greatly.</p>
<p>In some case, Akismet becomes too strict and even detect proper comment as spam. So it is good idea to seldom check your spam comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://hostipedia.com/how-to-get-wordpress-api-key/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to make wordpress autoblog</title>
		<link>http://hostipedia.com/the-best-wordpress-autoblog</link>
		<comments>http://hostipedia.com/the-best-wordpress-autoblog#comments</comments>
		<pubDate>Mon, 17 May 2010 15:35:57 +0000</pubDate>
		<dc:creator>Max Monic</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[how to make autoblog]]></category>
		<category><![CDATA[wordpress autoblog plugin]]></category>
		<category><![CDATA[wp-robot for autoblog]]></category>
		<category><![CDATA[wp-robot vs autoblogged]]></category>

		<guid isPermaLink="false">http://hostipedia.com/?p=684</guid>
		<description><![CDATA[Will you believe me if I say a lot of autobloggers are making decent income online? The only reason you don&#8217;t know about their success is they try to be secrective due to four circumstances. First, they don&#8217;t want other internet user to follow their footstep and thus increasing  competition. Second, they don&#8217;t want their [...]]]></description>
			<content:encoded><![CDATA[<p>Will you believe me if I say a lot of <a href="http://bit.ly/wp-autoblog">autobloggers</a> are making decent income online?</p>
<p>The only reason you don&#8217;t know about their success is they try to be secrective due to four circumstances.</p>
<ul>
<li>First, they don&#8217;t want other internet user to follow their footstep and thus <strong>increasing  competition</strong>.</li>
<li>Second, they don&#8217;t want their method to be widely spread and <strong>end up to Google</strong>. Once Google change their algorithm, autobloggers need to think another step in order to make decent income with the system.</li>
<li>Third, some autobloggers <strong>don&#8217;t even have a personal blog</strong> to share their success.</li>
<li>Fourth, contents use on an autoblog <strong>are stolen from other websites</strong> automatically. If you are a well known blogger, I doubt you want to write a post that say you are a content thief.</li>
</ul>
<p>The idea to create autoblog by using WordPress is to find a plugin that can grab RSS feed from any sources and then publish it as post. If you decided to start a WordPress autoblog, <a href="http://bit.ly/wp-autoblog  ">WP-Robot</a> or AutoBlogged are the best plugins available.</p>
<p>Both of them are commercial but they work great. From my research over the net, WP-Robot is worth to try.</p>
<p><a href="http://bit.ly/wp-autoblog"><img class="alignnone size-full wp-image-948" title="wordpress-autoblog" src="http://hostipedia.com/wp-content/uploads/2010/05/wordpress-autoblog.jpg" alt="wordpress autoblog" width="657" height="187" /></a></p>
<p>WP-Robot is a bit expensive but the product has been sold a lot. That just proven how worthy WP-Robot is.</p>
<p><a href="http://bit.ly/wp-autoblog">WP-Robot can grab contents</a> according to specific &#8216;tags&#8217;. That&#8217;s really awesome way to start an automatic niche blog. Besides that, WP-Robot is the best plugin for moneytization. If other autoblog plugins can only grab RSS feeds, with WP-Robot you can choose to insert Youtube video, Yahoo answers, Clickbank and even E-Bay products too.</p>
<p>That&#8217;s so awesome and will greatly boost your autoblog income.</p>
<p>If you are really interested to have autoblog, you should aware of certain issues. Firstly, autoblog generated duplicate contents that is hated by search engine. If you don&#8217;t tweak the generated contents manually, you may suffer to get organic traffics. So you still need to put a lot of efforts in driving traffics to your autoblog manually. Remember, no traffics, no money.</p>
<p>The most important, all of the contents on your autoblog are not yours. And will never be yours. If the contents owner decided to take law action, then there is nothing you can do. If you want to play safe, at least use whois guard or use fake identity on your whois information.</p>
<p>Regards,</p>
<p><img class="alignnone size-full wp-image-952" style="border-width: 0px; border-color: currentColor; border-style: none;" title="maxmonic-siggy" src="http://hostipedia.com/wp-content/uploads/2010/05/maxmonic-siggy.png" alt="" width="160" /></p>
]]></content:encoded>
			<wfw:commentRss>http://hostipedia.com/the-best-wordpress-autoblog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How All in One SEO Pack helps SEO</title>
		<link>http://hostipedia.com/all-in-one-seo-pack</link>
		<comments>http://hostipedia.com/all-in-one-seo-pack#comments</comments>
		<pubDate>Sat, 01 May 2010 11:30:28 +0000</pubDate>
		<dc:creator>Max Monic</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[all in one seo pack vs platinum seo pack]]></category>
		<category><![CDATA[how to do seo]]></category>
		<category><![CDATA[seo tutorial for dummies]]></category>
		<category><![CDATA[what is seo]]></category>

		<guid isPermaLink="false">http://hostipedia.com/web/?p=10</guid>
		<description><![CDATA[We always heard that All in One Seo Pack really helps to boost your search engine ranking. However, have you really heard how this plugin can helps you in serch engine optimization (SEO)? The basic of SEO There is a few things that we need to take care in order to get high ranking in [...]]]></description>
			<content:encoded><![CDATA[<p>We always heard that All in One Seo Pack really helps to boost your search engine ranking. However, have you really heard how this plugin can helps you in serch engine optimization (SEO)?</p>
<p><strong>The basic of SEO </strong></p>
<p>There is a few things that we need to take care in order to get high ranking in search engine. Common important things is url (website adress) and title.</p>
<p><img class="alignnone size-full wp-image-16" title="all-in-one-seo-pack" src="http://hostipedia.com/wp-content/uploads/2008/12/all-in-one-seo-pack.jpg" alt="all-in-one-seo-pack" width="430" height="90" /></p>
<p>By default, your post title and url is the same. However you can change the url to suit your needs. For SEO purpose, your url should be short in length and must contain the keywords that you want to optimize. In this post, I decided to<span id="more-92"></span> optimize the words &#8216;All in One Seo Pack&#8217;.</p>
<p><strong>Using all in one seo pack to change title</strong></p>
<p><strong><img class="alignnone size-full wp-image-15" title="browser-title" src="http://hostipedia.com/wp-content/uploads/2008/12/browser-title.jpg" alt="browser-title" width="329" height="43" /> </strong></p>
<p>By default, the title of your post is the same as the title that will appear at your browser. For seo purpose, this is a waste since search engine (especially Google) really like something unique and different. Luckily, we have all in one seo pack here.</p>
<p><img class="alignnone size-full wp-image-14" title="seo-title" src="http://hostipedia.com/wp-content/uploads/2008/12/seo-title.jpg" alt="seo-title" width="505" height="153" /></p>
<p>You can change the title according to your like. This is a tip for you. The title and description that you enter here will be visible in search engine results. So the title and description that you provide should have powerful and convincing words that will make visitor click on it. Otherwise, your high ranking in search engine means nothing.</p>
<p><strong>Optimize your title with all in one seo pack </strong></p>
<p>This blog is purely focus on web hosting and related stuff. So, I need to put the keyword &#8216;web hosting&#8217; as much as I can in order to get high ranking in search engine for related keywords.</p>
<p>That&#8217;s why I am using this great plugin to change my Title structure and fill it with &#8216;web hosting&#8217; keyword.</p>
<p><img class="alignnone size-full wp-image-13" title="seo-title-2" src="http://hostipedia.com/wp-content/uploads/2008/12/seo-title-2.jpg" alt="seo-title-2" width="422" height="114" /></p>
<p>Besides All in One SEO Pack, there is also another WordPress plugin for SEO purpose that is called <a href="http://hostipedia.com/platinum-seo-pack/">Platinum SEO Pack</a>. If you haven&#8217;t done any SEO optimization at your blog, start it now.</p>
<p>There is nothing to regret.</p>
]]></content:encoded>
			<wfw:commentRss>http://hostipedia.com/all-in-one-seo-pack/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

