<?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: Can I somehow display portfolio category ALIASES in the setup instead of name?</title>
		<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name</link>
		<description>Support Forum - Topic: Can I somehow display portfolio category ALIASES in the setup instead of name?</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 11:35:24 +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/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name" rel="self" type="application/rss+xml" />

		<item>
			<title>mgma on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86990</link>
			<pubDate>Fri, 07 Dec 2012 21:24:14 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">86990@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We solved this by appending a 'sub-cat' to the term name and then stripping out the sub in the display template.&#60;br /&#62;
So Best Sellers-dogs and Best Sellers-birds appear in wp-admin, but the public pages all show just 'Best Sellers'.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86741</link>
			<pubDate>Thu, 06 Dec 2012 07:06:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86741@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; In this case you can try to replace all occurences of $category-&#38;gt;category_nicename in loop-portfolio.php with $category-&#38;gt;slug. I'm not sure if this will work though... &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86737</link>
			<pubDate>Thu, 06 Dec 2012 07:01:39 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">86737@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes... so I can have unique portfolios that each contain their own &#34;Best Sellers&#34; category... the way I'll tell them apart, and assign portfolio items to them in the back end, is seeing their slugs. Cause otherwise they'll all say &#34;Best Sellers&#34; and I won ;t be able to tell which is which.&#60;/p&#62;
&#60;p&#62;Brilliant?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86699</link>
			<pubDate>Thu, 06 Dec 2012 05:30:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">86699@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62;I'm not sure how to do this but can I ask what advantages can you get from displaying the category aliases rather than the actual name?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86689</link>
			<pubDate>Thu, 06 Dec 2012 04:54:07 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">86689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks. Not working though. This changed them on the front end. The opposite of what I'm trying to achieve. I want the regular names on the front end, but the slugs on the back end. Is this a different PHP file?&#60;/p&#62;
&#60;p&#62;Thanks again...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86575</link>
			<pubDate>Wed, 05 Dec 2012 07:42:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up includes/loop-portfolio.php and search for following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output .= &#38;quot;class=&#38;#39;&#38;quot;.$category-&#38;gt;category_nicename.&#38;quot;_sort_button&#38;#39; &#38;gt;&#38;quot;.$category-&#38;gt;cat_name.&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can replace $category-&#38;gt;cat_name with eg the slug or the category nicename - if you i.e. want to use the slug then replace it with: $category-&#38;gt;slug .
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86561</link>
			<pubDate>Wed, 05 Dec 2012 04:22:53 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">86561@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;And BTW... Names AND slugs would do the trick as well...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Can I somehow display portfolio category ALIASES in the setup instead of name?"</title>
			<link>http://www.kriesi.at/support/topic/can-i-somehow-display-portfolio-category-aliases-in-the-setup-instead-of-name#post-86560</link>
			<pubDate>Wed, 05 Dec 2012 04:18:52 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">86560@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am trying to setup multiple portfolios that contain the same &#60;em&#62;name&#60;/em&#62; category (display when sorting... i.e &#34;Best Sellers&#34;) but a separate &#34;Best Sellers&#34; category in each portfolio.&#60;/p&#62;
&#60;p&#62;SO... when choosing which categories to pull from in the theme settings while setting up portfolios... as well as assigning posts to portfolio categories (check boxes on the right when creating a post)... how can I get these to display the category &#60;em&#62;slugs&#60;/em&#62; instead of the names... even though the names will show up when sorting these portfolios in the front end?&#60;/p&#62;
&#60;p&#62;Thanks...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
