<?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"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Rename portfolio category taxonomy (portfolio_category)</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 10:15:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19745</guid>
					<title><![CDATA[Rename portfolio category taxonomy (portfolio_category)]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19745</link>
					<pubDate>Sun, 11 May 2014 13:36:59 +0000</pubDate>
					<dc:creator>webnstyle</dc:creator>

					<description>
						<![CDATA[
						<p>Hey, I have another litte question.</p>
<p>I would like to rename the &#8220;portfolio_categorie&#8221;</p>
<p>my example is here:</p>
<p><a href="http://golfclub-7berge.webnstyle.de/portfolio_category/golfplatz/" rel="nofollow">http://golfclub-7berge.webnstyle.de/portfolio_category/golfplatz/</a></p>
<p>can you give me a hint, please! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" />   thank&#8217;s a lot!<br />
Your support ist excellent!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19752</guid>
					<title><![CDATA[Reply To: Rename portfolio category taxonomy (portfolio_category)]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19752</link>
					<pubDate>Mon, 12 May 2014 08:25:38 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Edit your functions.php and replace all occurences of &#8220;portfolio_category&#8221; with your new slug. Then you need to flush your rewrite rules:</p>
<p>Add a (or uncomment the existing) section in your functions.php </p>
<pre><code>function my_rewrite_flush() {
flush_rewrite_rules();
}
add_action( ‘after_switch_theme’, ‘my_rewrite_flush’ );</code></pre>
<p>Switch theme to default, refresh, then switch back to Savia. Your new slug should now be in place! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19755</guid>
					<title><![CDATA[Reply To: Rename portfolio category taxonomy (portfolio_category)]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19755</link>
					<pubDate>Mon, 12 May 2014 10:20:10 +0000</pubDate>
					<dc:creator>webnstyle</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m sorry! it&#8217;s not working!  I explain it step by step:</p>
<p>1: I renamed 2x the slug<br />
register_taxonomy(&#8216;<em>portfolio_category</em>&#8216;, &#8216;portfolio&#8217;, array(&#8216;hierarchical&#8217; =&gt; true, &#8216;label&#8217; =&gt; &#8216;Portfolio Category&#8217;, &#8216;query_var&#8217; =&gt; true, &#8216;rewrite&#8217; =&gt; true));<br />
}</p>
<p>$option_posts_per_page = get_option( &#8216;posts_per_page&#8217; );</p>
<p>function my_option_posts_per_page( $value ) {<br />
    global $option_posts_per_page;<br />
    if ( is_tax( &#8216;<em>portfolio_category</em>&#8216;) ) {<br />
        return (ot_get_option(&#8216;portfolio_items_per_page&#8217;,9) ? ot_get_option(&#8216;portfolio_items_per_page&#8217;,9) : 9);<br />
    } else {<br />
        return $option_posts_per_page;<br />
    }<br />
}</p>
<p>2. I add the code into the function.php</p>
<p>function my_rewrite_flush() {<br />
flush_rewrite_rules();<br />
}<br />
add_action( ‘after_switch_theme’, ‘my_rewrite_flush’ );</p>
<p>3. I switched the theme to &#8220;Default&#8221; (refreshed it) and switched back to &#8220;Savia&#8221;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19757</guid>
					<title><![CDATA[Reply To: Rename portfolio category taxonomy (portfolio_category)]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19757</link>
					<pubDate>Mon, 12 May 2014 11:00:11 +0000</pubDate>
					<dc:creator>webnstyle</dc:creator>

					<description>
						<![CDATA[
						<p>isn&#8217;t it possible to change the slug like this:</p>
<p>&#8216;rewrite&#8217; =&gt; array(&#8216;slug&#8217; =&gt; &#8216;golfclub&#8217;),  </p>
<p>I like to create a clear URL like:<br />
<a href="http://www.domain.com/GOLFCLUB/golfplatz/bahn-1" rel="nofollow">http://www.domain.com/GOLFCLUB/golfplatz/bahn-1</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19768</guid>
					<title><![CDATA[Reply To: Rename portfolio category taxonomy (portfolio_category)]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19768</link>
					<pubDate>Tue, 13 May 2014 07:29:21 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Here is the register_taxonomy method docs:</p>
<p><a href="http://codex.wordpress.org/Function_Reference/register_taxonomy" rel="nofollow">http://codex.wordpress.org/Function_Reference/register_taxonomy</a></p>
<p>First param is its name (in slug form). The above should actually work, make sure flush all your cache and rewrite rules, if you still don&#8217;t get it, please send me your URL and credentials so I can take a look. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19794</guid>
					<title><![CDATA[Reply To: Rename portfolio category taxonomy (portfolio_category)]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19794</link>
					<pubDate>Wed, 14 May 2014 07:03:22 +0000</pubDate>
					<dc:creator>webnstyle</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>in the functions.php I can find this:</p>
<p>register_taxonomy(&#8216;portfolio_category&#8217;, &#8216;portfolio&#8217;, array(&#8216;hierarchical&#8217; =&gt; true, &#8216;label&#8217; =&gt; &#8216;Portfolio Categories&#8217;, &#8216;query_var&#8217; =&gt; true, &#8216;rewrite&#8217; =&gt; true));</p>
<p>that&#8217;s simmilar to the function in your Link, right?!</p>
<p>&lt;?php register_taxonomy( $taxonomy, $object_type, $args ); ?&gt;</p>
<p>So I changed &#8216;portfolio_category&#8217; into &#8216;golfclub&#8217; but it&#8217;s not working!<br />
Do I make a mistake in flushing or rewriting?!</p>
<p>I&#8217;m using:<br />
function my_rewrite_flush() {<br />
flush_rewrite_rules();<br />
}<br />
add_action( ‘after_switch_theme’, ‘my_rewrite_flush’ );</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19796</guid>
					<title><![CDATA[Reply To: Rename portfolio category taxonomy (portfolio_category)]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19796</link>
					<pubDate>Wed, 14 May 2014 07:25:43 +0000</pubDate>
					<dc:creator>webnstyle</dc:creator>

					<description>
						<![CDATA[
						<p>..is it faster with URL and credentials?!<br />
tell me your email-please! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19798</guid>
					<title><![CDATA[Reply To: Rename portfolio category taxonomy (portfolio_category)]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19798</link>
					<pubDate>Wed, 14 May 2014 07:50:32 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p><a href="mailto:contact@blueowlcreative.com" rel="nofollow">contact@blueowlcreative.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19822</guid>
					<title><![CDATA[Reply To: Rename portfolio category taxonomy (portfolio_category)]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19822</link>
					<pubDate>Wed, 14 May 2014 13:13:42 +0000</pubDate>
					<dc:creator>webnstyle</dc:creator>

					<description>
						<![CDATA[
						<p>thanks!<br />
I think you got mail! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19825</guid>
					<title><![CDATA[Reply To: Rename portfolio category taxonomy (portfolio_category)]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/taxometry-portfolio_categorie-rename/#post-19825</link>
					<pubDate>Wed, 14 May 2014 13:43:21 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I mailed you back but for some reason my mail didn&#8217;t go thru&#8230;<br />
we can write here, it&#8217;s ok.<br />
I can see the default:<br />
register_taxonomy(&#8216;portfolio_category&#8217;, &#8216;portfolio&#8217;, array(&#8216;hierarchical&#8217; => true, &#8216;label&#8217; => &#8216;Portfolio Categories&#8217;, &#8216;query_var&#8217; => true, &#8216;rewrite&#8217; => true));</p>
<p>Have you changed anything there as we speak? </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

