<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Change Permalink</title>
		<link>http://www.kriesi.at/support/topic/change-permalink</link>
		<description>Support Forum - Topic: Change Permalink</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 21:58:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/change-permalink" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Change Permalink"</title>
			<link>http://www.kriesi.at/support/topic/change-permalink#post-24487</link>
			<pubDate>Wed, 10 Aug 2011 06:01:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24487@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok in the newest CleanCut version you need to activate the rewrite - open up theme_options/portfolio.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;capability_type&#38;#39; =&#38;gt; &#38;#39;post&#38;#39;,
        	&#38;#39;hierarchical&#38;#39; =&#38;gt; false,
        	&#38;#39;rewrite&#38;#39; =&#38;gt; true,&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;capability_type&#38;#39; =&#38;gt; &#38;#39;post&#38;#39;,
        	&#38;#39;hierarchical&#38;#39; =&#38;gt; false,
        	&#38;#39;rewrite&#38;#39; =&#38;gt; array(&#38;#39;slug&#38;#39;=&#38;gt;&#38;#39;news&#38;#39;,&#38;#39;with_front&#38;#39;=&#38;gt;true),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Instead of &#34;news&#34; you can use any text/slug you like but avoid using existing page, category or post names. Then flush the permalinks (Settings &#38;gt; Permalinks , click on &#34;Save&#34; and refresh the page).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nugent44 on "Change Permalink"</title>
			<link>http://www.kriesi.at/support/topic/change-permalink#post-24473</link>
			<pubDate>Tue, 09 Aug 2011 21:46:10 +0000</pubDate>
			<dc:creator>nugent44</dc:creator>
			<guid isPermaLink="false">24473@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, I searched that file and could not find the code listed above
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change Permalink"</title>
			<link>http://www.kriesi.at/support/topic/change-permalink#post-24455</link>
			<pubDate>Tue, 09 Aug 2011 15:50:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24455@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can change it in  theme_options/portfolio.php :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nugent44 on "Change Permalink"</title>
			<link>http://www.kriesi.at/support/topic/change-permalink#post-24451</link>
			<pubDate>Tue, 09 Aug 2011 15:11:34 +0000</pubDate>
			<dc:creator>nugent44</dc:creator>
			<guid isPermaLink="false">24451@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where is this coding change made when using Cleancut?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change Permalink"</title>
			<link>http://www.kriesi.at/support/topic/change-permalink#post-11033</link>
			<pubDate>Fri, 07 Jan 2011 12:44:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11033@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BrianGlassford on "Change Permalink"</title>
			<link>http://www.kriesi.at/support/topic/change-permalink#post-11004</link>
			<pubDate>Thu, 06 Jan 2011 19:41:43 +0000</pubDate>
			<dc:creator>BrianGlassford</dc:creator>
			<guid isPermaLink="false">11004@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Genius! Thanks so much....:))
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change Permalink"</title>
			<link>http://www.kriesi.at/support/topic/change-permalink#post-10969</link>
			<pubDate>Thu, 06 Jan 2011 08:36:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">10969@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up portfolio.php located in the theme_options folder and replace following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;rewrite&#38;#39; =&#38;gt; array(&#38;#39;slug&#38;#39;=&#38;gt;$slugRule.&#38;#39;/portfolio&#38;#39;,&#38;#39;with_front&#38;#39;=&#38;gt;true),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;rewrite&#38;#39; =&#38;gt; array(&#38;#39;slug&#38;#39;=&#38;gt;$slugRule,&#38;#39;with_front&#38;#39;=&#38;gt;true),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Afterwards go to Settings &#38;gt; Permalinks and type &#34;store&#34; in the category base field. Then save the settings.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BrianGlassford on "Change Permalink"</title>
			<link>http://www.kriesi.at/support/topic/change-permalink#post-10956</link>
			<pubDate>Wed, 05 Jan 2011 17:30:48 +0000</pubDate>
			<dc:creator>BrianGlassford</dc:creator>
			<guid isPermaLink="false">10956@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In Habitat I need to change the permalinks for &#34;portfolio&#34; to say &#34;store&#34;....rather than &#34;/category/portfolio. I'm making my portfolio a store...&#60;/p&#62;
&#60;p&#62;Current - Permalink: &#60;a href=&#34;http://www.storyhousestudio.com/category/portfolio/treetop/&#34; rel=&#34;nofollow&#34;&#62;http://www.storyhousestudio.com/category/portfolio/treetop/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;New - Permalink: &#60;a href=&#34;http://www.storyhousestudio.com/store/treetop/&#34; rel=&#34;nofollow&#34;&#62;http://www.storyhousestudio.com/store/treetop/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
