<?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>Rumah Abi News And Technology &#187; category url</title>
	<atom:link href="http://rumahabi.com/tag/category-url/feed" rel="self" type="application/rss+xml" />
	<link>http://rumahabi.com</link>
	<description>My Personal Blog About Current News, iPhone And Technology</description>
	<lastBuildDate>Mon, 26 Jul 2010 08:54:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel='hub' href='http://rumahabi.com/?pushpress=hub'/>
		<item>
		<title>Delete The Word Category In WordPress Category Url With Plugins And PHP Tag</title>
		<link>http://rumahabi.com/delete-the-word-category-in-wordpress-category-url-with-plugins-and-php-tag.html</link>
		<comments>http://rumahabi.com/delete-the-word-category-in-wordpress-category-url-with-plugins-and-php-tag.html#comments</comments>
		<pubDate>Sun, 01 Feb 2009 12:46:15 +0000</pubDate>
		<dc:creator>Abi</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[category base removal]]></category>
		<category><![CDATA[category url]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[prefix]]></category>
		<category><![CDATA[top level categories]]></category>
		<category><![CDATA[url plugin]]></category>

		<guid isPermaLink="false">http://rumahabi.com/?p=422</guid>
		<description><![CDATA[<p><a href="http://rumahabi.com/delete-the-word-category-in-wordpress-category-url-with-plugins-and-php-tag.html">Delete The Word Category In WordPress Category Url With Plugins And PHP Tag</a> is a post from: <a href="http://rumahabi.com">SEO Blog And Technology</a></p>
Delete The Word Category In WordPress Category Url With Plugins And PHP Tag is a post from: SEO Blog And Technology By default WordPress set category url with the word &#8220;category&#8221; or prefix within it. But some people regard as ugly url and not too SEO url. Actually we can remove the word, and there [...]


Related posts:<ol><li><a href='http://rumahabi.com/permalink-migration-plugins-to-permenantly-moved-ugly-permalinks-into-pretty-url.html' rel='bookmark' title='Permanent Link: Permalink Migration Plugins To Permenantly Moved Ugly Permalinks Into Pretty Url'>Permalink Migration Plugins To Permenantly Moved Ugly Permalinks Into Pretty Url</a></li>
<li><a href='http://rumahabi.com/how-to-exclude-wordpress-category.html' rel='bookmark' title='Permanent Link: How To Exclude WordPress Category'>How To Exclude WordPress Category</a></li>
<li><a href='http://rumahabi.com/seo-your-category-with-description.html' rel='bookmark' title='Permanent Link: SEO Your WordPress Category With Description'>SEO Your WordPress Category With Description</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://rumahabi.com/delete-the-word-category-in-wordpress-category-url-with-plugins-and-php-tag.html">Delete The Word Category In WordPress Category Url With Plugins And PHP Tag</a> is a post from: <a href="http://rumahabi.com">SEO Blog And Technology</a></p>
<p><span class="drop_cap">B</span>y default WordPress set category url with the word &#8220;category&#8221; or prefix within it. But some people regard as ugly url and not too SEO url. Actually we can remove the word, and there are 2 ways to remove the word &#8220;category&#8221; in category url, one with plugin or add php tag in category template php. And in this post <a href="http://rumahabi.com/" target="_blank">SEO Blog</a> will explain on how to remove word &#8220;Category&#8221;.<span id="more-422"></span></p>
<p>I give a picture of what I am talking now, your category url by default is like this:</p>
<p><strong>http://blogname.com/category/seo</strong></p>
<p>And we want to remove the word &#8220;Category&#8221; into this url:</p>
<p><strong>http://blogname.com/seo</strong></p>
<p>*. <strong>SEO</strong> is the name of the category.</p>
<p>1. <strong>Using Plugins</strong>, there are 2 plugins I know that could remove the “category/” text from WordPress URL string</p>
<p>A. <strong>Using Top Level Categories</strong></p>
<p>You can <a rel="nofollow" href="http://fortes.com/projects/wordpress/top-level-cats/" target="_blank">download the Top level Categories here</a>.</p>
<p>B. <strong>Using Category Base Removal Plugin</strong></p>
<p>You can <a rel="nofollow" href="http://www.brianshoff.com/wordpress/category-base-removal-plugin.htm" target="_blank">download the Top level Categories here</a>.</p>
<p>2. <strong>Using PHP tag</strong>. I think you better use plugins, because it&#8217;s a lot easier. But in regard of sharing knowledge I post this way too.</p>
<p>1. Login to your WordPress via FTP, and go to <strong>category-template.php</strong>.<br />
2. And find this:</p>
<blockquote><p>
$catlink = str_replace(&#039;%category%&#039;, $category_nicename, $catlink);</p></blockquote>
<p>3. And put the following tag right beneath the above tag:</p>
<blockquote><p>$catlink = str_replace(&#039;category/&#039;, &#039;&#039;, $catlink);</p></blockquote>
<p>The tag within your category-template.php should look like the following image:</p>
<p style="text-align: center;"><a href="http://www.geocities.com/abi_bakars/categorywpurl.JPG" target="_blank"><img class="aligncenter" src="http://www.geocities.com/abi_bakars/categorywpurl.JPG" alt="category url in category-template.php" width="495" height="120" /></a></p>
<p>Click the image to have a bigger view.</p>
<p>And the last thing you need to do is change your permalink into this permalink structure (go to setting &#8211; &gt; permalink):</p>
<blockquote><p>%category%/%postname%</p></blockquote>
<p>.</p>
<p>Done!</p>
<p>There is also a problem if your current permalink structure is none as the above permalink. To resolve this you need a <a href="http://rumahabi.com/permalink-migration-plugins-to-permenantly-moved-ugly-permalinks-into-pretty-url.html"><strong>Permalink migration plugins</strong></a>. Go to this post because I&#8217;ve listed number of <a href="http://rumahabi.com/permalink-migration-plugins-to-permenantly-moved-ugly-permalinks-into-pretty-url.html"><strong>migration permalink plugins</strong></a>. Just wait:D. See you in the next post.</p>


<p>Related posts:<ol><li><a href='http://rumahabi.com/permalink-migration-plugins-to-permenantly-moved-ugly-permalinks-into-pretty-url.html' rel='bookmark' title='Permanent Link: Permalink Migration Plugins To Permenantly Moved Ugly Permalinks Into Pretty Url'>Permalink Migration Plugins To Permenantly Moved Ugly Permalinks Into Pretty Url</a></li>
<li><a href='http://rumahabi.com/how-to-exclude-wordpress-category.html' rel='bookmark' title='Permanent Link: How To Exclude WordPress Category'>How To Exclude WordPress Category</a></li>
<li><a href='http://rumahabi.com/seo-your-category-with-description.html' rel='bookmark' title='Permanent Link: SEO Your WordPress Category With Description'>SEO Your WordPress Category With Description</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://rumahabi.com/delete-the-word-category-in-wordpress-category-url-with-plugins-and-php-tag.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
