<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Help Center Topic: How to make a three part URL for Wordpress</title>
		<link>http://www.labnol.org/forums/topic/how-to-make-a-three-part-url-for-wordpress</link>
		<description>Help Center Topic: How to make a three part URL for Wordpress</description>
		<language>en-US</language>
		<pubDate>Mon, 13 Feb 2012 04:09:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.labnol.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.labnol.org/forums/rss/topic/how-to-make-a-three-part-url-for-wordpress" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "How to make a three part URL for Wordpress"</title>
			<link>http://www.labnol.org/forums/topic/how-to-make-a-three-part-url-for-wordpress#post-6377</link>
			<pubDate>Wed, 19 Aug 2009 16:37:08 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6377@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;WordPress stores two addresses inside the database. These determine where your blog files are, and where the main index is. On a normal install, these addresses are the same.&#60;/p&#62;
&#60;p&#62;There are two occasions where you will need to access the database to alter one or both of these settings:&#60;/p&#62;
&#60;p&#62;   1. If you have tried to alter the Blog URL or WordPress URL in Settings, and an error has occurred.&#60;br /&#62;
   2. If you have moved to a domain/subdomain with a different name. &#60;/p&#62;
&#60;p&#62;_______________________&#60;br /&#62;
&#60;a href=&#34;http://www.true-home-business.com&#34; rel=&#34;nofollow&#34;&#62;http://www.true-home-business.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "How to make a three part URL for Wordpress"</title>
			<link>http://www.labnol.org/forums/topic/how-to-make-a-three-part-url-for-wordpress#post-6273</link>
			<pubDate>Thu, 06 Aug 2009 20:13:33 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6273@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;/%category%/%postname%.html to be precise ;)&#60;br /&#62;
&#60;a href=&#34;http://www.website.com/blog/this-is-a-blog.html&#34; rel=&#34;nofollow&#34;&#62;http://www.website.com/blog/this-is-a-blog.html&#60;/a&#62; you will get this url when you make a post under the category blog.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.website.com/blog/tech/this-is-a-blog.html&#34; rel=&#34;nofollow&#34;&#62;http://www.website.com/blog/tech/this-is-a-blog.html&#60;/a&#62; -  If you have a sub category name blog under tech then you can get this blog url.. (the url is slightly different from what you mentioned)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "How to make a three part URL for Wordpress"</title>
			<link>http://www.labnol.org/forums/topic/how-to-make-a-three-part-url-for-wordpress#post-6164</link>
			<pubDate>Fri, 24 Jul 2009 11:04:00 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6164@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;@sparx,@surender97:&#60;/p&#62;
&#60;p&#62;Thank you.....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "How to make a three part URL for Wordpress"</title>
			<link>http://www.labnol.org/forums/topic/how-to-make-a-three-part-url-for-wordpress#post-6148</link>
			<pubDate>Tue, 21 Jul 2009 22:24:09 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6148@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Go on your Dashboard and click on Permalinks:&#60;br /&#62;
After that click on Custom check box and fill there following:&#60;br /&#62;
/%category%/%postname%.htm&#60;/p&#62;
&#60;p&#62;For example:&#60;br /&#62;
&#60;a href=&#34;http://www.yourname.com/technology/how-to-publish-blog-post.htm&#34; rel=&#34;nofollow&#34;&#62;http://www.yourname.com/technology/how-to-publish-blog-post.htm&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "How to make a three part URL for Wordpress"</title>
			<link>http://www.labnol.org/forums/topic/how-to-make-a-three-part-url-for-wordpress#post-6134</link>
			<pubDate>Mon, 20 Jul 2009 14:52:40 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6134@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;@techkran: If &#34;blog&#34; and &#34;tech&#34; are categories, then your permalink structure should be as follows:&#60;/p&#62;
&#60;p&#62;/%category%/%postname%/&#60;/p&#62;
&#60;p&#62;Make the change in the OPTIONS &#38;gt; PERMALINK section&#60;/p&#62;
&#60;p&#62;See &#60;a href=&#34;http://codex.wordpress.org/Using_Permalinks&#34; rel=&#34;nofollow&#34;&#62;this page&#60;/a&#62; for more.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "How to make a three part URL for Wordpress"</title>
			<link>http://www.labnol.org/forums/topic/how-to-make-a-three-part-url-for-wordpress#post-6128</link>
			<pubDate>Sun, 19 Jul 2009 20:22:55 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6128@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Dear Amit,I want to launch a new website.And i want to clear a doubt regarding the same.&#60;/p&#62;
&#60;p&#62;Usually the normal URL will be in the format&#60;br /&#62;
&#60;a href=&#34;http://www.website.com/2009/07/this-is-a-blog&#34; rel=&#34;nofollow&#34;&#62;http://www.website.com/2009/07/this-is-a-blog&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.website.com/2009/07/this-is-a-blog.html&#34; rel=&#34;nofollow&#34;&#62;http://www.website.com/2009/07/this-is-a-blog.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I want to know how to keep like&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.website.com/blog/this-is-a-blog.html&#34; rel=&#34;nofollow&#34;&#62;http://www.website.com/blog/this-is-a-blog.html&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.website.com/tech/blog/this-is-a-blog.html&#34; rel=&#34;nofollow&#34;&#62;http://www.website.com/tech/blog/this-is-a-blog.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;i'm so confused...please help me
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

