<?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 - Tag: sub portfolio - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/sub-portfolio</link>
		<description>Support Forum - Tag: sub portfolio - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 17:22:59 +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/tags/sub-portfolio" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Linking a Portfolio Entry to Another Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/linking-a-portfolio-entry-to-another-portfolio#post-21495</link>
			<pubDate>Fri, 24 Jun 2011 06:08:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21495@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you need to create portfolio pages for each horse race. Actually these pages aren't sub portfolios but &#34;standard&#34; portfolios - sub portfolios aren't supported at the moment. Then you create one portfolio where you enter the urls to the different horse race portfolio sites as custom fields for the portfolio entries. These entries will link to the other portfolio pages afterwards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nugent44 on "Linking a Portfolio Entry to Another Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/linking-a-portfolio-entry-to-another-portfolio#post-21462</link>
			<pubDate>Thu, 23 Jun 2011 20:48:02 +0000</pubDate>
			<dc:creator>nugent44</dc:creator>
			<guid isPermaLink="false">21462@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;okay so from what I can tell, under theme options I have actually directed the sub portfolio to show on the page: &#60;a href=&#34;http://altd.dev.amermancreative.com/colts&#34; rel=&#34;nofollow&#34;&#62;http://altd.dev.amermancreative.com/colts&#60;/a&#62;&#60;br /&#62;
but the portfolio entry everyone clicks on takes it to that absolute-moon-youtube portfolio entry instead...ahhhh.... thanks for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nugent44 on "Linking a Portfolio Entry to Another Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/linking-a-portfolio-entry-to-another-portfolio#post-21460</link>
			<pubDate>Thu, 23 Jun 2011 20:22:02 +0000</pubDate>
			<dc:creator>nugent44</dc:creator>
			<guid isPermaLink="false">21460@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;and the link to that sub page still shows as: &#60;a href=&#34;http://altd.dev.amermancreative.com/?portfolio=absolute-moon-youtube&#34; rel=&#34;nofollow&#34;&#62;http://altd.dev.amermancreative.com/?portfolio=absolute-moon-youtube&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nugent44 on "Linking a Portfolio Entry to Another Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/linking-a-portfolio-entry-to-another-portfolio#post-21459</link>
			<pubDate>Thu, 23 Jun 2011 20:21:11 +0000</pubDate>
			<dc:creator>nugent44</dc:creator>
			<guid isPermaLink="false">21459@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, that worked perfectly to get the custom fields option, however, now I can't seem to get any portfolio entries to show on the &#34;sub&#34; portfolio. When I click on an image in the main portfolio it just links to the generic page I created, not showing any portfolio entries.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Linking a Portfolio Entry to Another Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/linking-a-portfolio-entry-to-another-portfolio#post-21351</link>
			<pubDate>Wed, 22 Jun 2011 10:00:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21351@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry forgot to mention that :( -&#60;br /&#62;
You need to modify the portfolio options to support custom fields. To do this, open /theme_options/portfolio.php and find this code (around line 59):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$args = array(
        	&#38;#39;labels&#38;#39; =&#38;gt; $labels,
        	&#38;#39;public&#38;#39; =&#38;gt; true,
        	&#38;#39;show_ui&#38;#39; =&#38;gt; true,
        	&#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;$slugRule,&#38;#39;with_front&#38;#39;=&#38;gt;true),
        	&#38;#39;query_var&#38;#39; =&#38;gt; true,
        	&#38;#39;show_in_nav_menus&#38;#39;=&#38;gt; false,
        	&#38;#39;menu_position&#38;#39; =&#38;gt; 5,
        	&#38;#39;supports&#38;#39; =&#38;gt; array(&#38;#39;title&#38;#39;,&#38;#39;thumbnail&#38;#39;,&#38;#39;excerpt&#38;#39;,&#38;#39;editor&#38;#39;,&#38;#39;comments&#38;#39;)
        );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the &#60;strong&#62;supports&#60;/strong&#62; to include custom fields like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$args = array(
        	&#38;#39;labels&#38;#39; =&#38;gt; $labels,
        	&#38;#39;public&#38;#39; =&#38;gt; true,
        	&#38;#39;show_ui&#38;#39; =&#38;gt; true,
        	&#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;$slugRule,&#38;#39;with_front&#38;#39;=&#38;gt;true),
        	&#38;#39;query_var&#38;#39; =&#38;gt; true,
        	&#38;#39;show_in_nav_menus&#38;#39;=&#38;gt; false,
        	&#38;#39;menu_position&#38;#39; =&#38;gt; 5,
        	&#38;#39;supports&#38;#39; =&#38;gt; array(&#38;#39;title&#38;#39;,&#38;#39;thumbnail&#38;#39;,&#38;#39;excerpt&#38;#39;,&#38;#39;editor&#38;#39;,&#38;#39;comments&#38;#39;,&#38;#39;custom-fields&#38;#39;)
        );&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>nugent44 on "Linking a Portfolio Entry to Another Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/linking-a-portfolio-entry-to-another-portfolio#post-21329</link>
			<pubDate>Tue, 21 Jun 2011 20:44:56 +0000</pubDate>
			<dc:creator>nugent44</dc:creator>
			<guid isPermaLink="false">21329@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I read this post which I believe is about a similar problem. However, I do not even have the option of custom field on portfolio entries. Any help is greatly greatly appreciated. &#60;a href=&#34;http://www.kriesi.at/support/topic/read-more-and-portfolio-links&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/read-more-and-portfolio-links&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nugent44 on "Linking a Portfolio Entry to Another Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/linking-a-portfolio-entry-to-another-portfolio#post-21322</link>
			<pubDate>Tue, 21 Jun 2011 18:36:44 +0000</pubDate>
			<dc:creator>nugent44</dc:creator>
			<guid isPermaLink="false">21322@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;okay, I have looked through the wordpress codex to figure out where to create custom fields, but I do not see a place to enter it on the portfolio entry page. Could you direct me to where I create this?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Linking a Portfolio Entry to Another Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/linking-a-portfolio-entry-to-another-portfolio#post-21311</link>
			<pubDate>Tue, 21 Jun 2011 14:49:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21311@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can use custom fields to enter custom links. In template_portfolio.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; class=&#38;#39;more-link&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Read more&#38;#39;,&#38;#39;cleancut&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (get_post_meta($post-&#38;gt;ID, &#38;#39;website&#38;#39;, true) != &#38;#39;&#38;#39;){
echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_post_meta($post-&#38;gt;ID, &#38;#39;website&#38;#39;, true).&#38;quot;&#38;#39; class=&#38;#39;more-link&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Go to Portfolio&#38;#39;,&#38;#39;cleancut&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
}else{
echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; class=&#38;#39;more-link&#38;#39;&#38;gt;&#38;quot;.__(&#38;#39;Read more&#38;#39;,&#38;#39;cleancut&#38;#39;).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then create custom fields called &#34;website&#34; for each portfolio entry and enter the portfolio url you want to link to.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nugent44 on "Linking a Portfolio Entry to Another Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/linking-a-portfolio-entry-to-another-portfolio#post-21280</link>
			<pubDate>Mon, 20 Jun 2011 19:31:18 +0000</pubDate>
			<dc:creator>nugent44</dc:creator>
			<guid isPermaLink="false">21280@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I am setting up an extensive portfolio to showcase various sale horses.&#60;br /&#62;
The main portfolio will list all the categories of horses and I'd like each portfolio entry to link to a portfolio page that showcases the horses of that type available for sale. &#60;/p&#62;
&#60;p&#62;Could anyone walk me through how to link a portfolio entry to another portfolio? Right now it is just linking to a static page.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
