<?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: Portfolio links</title>
		<link>http://www.kriesi.at/support/topic/portfolio-links-1</link>
		<description>Support Forum - Topic: Portfolio links</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 13:43:52 +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/portfolio-links-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Portfolio links"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-links-1#post-16872</link>
			<pubDate>Wed, 13 Apr 2011 04:48:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16872@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
delete following code in template_portfolio.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h3 id=&#38;quot;post-&#38;lt;?php the_ID(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;Permanent Link: &#38;lt;?php the_title(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h3&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;@StSmith I can't find an obvious flaw :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bhendo99 on "Portfolio links"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-links-1#post-16794</link>
			<pubDate>Mon, 11 Apr 2011 21:13:26 +0000</pubDate>
			<dc:creator>bhendo99</dc:creator>
			<guid isPermaLink="false">16794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I pasted the &#34;echo '&#60;img src=&#34;'.$portfolio_image_small.'&#34; alt=&#34;&#34; /&#62;';&#34;&#60;/p&#62;
&#60;p&#62;And the titles are still there...&#60;/p&#62;
&#60;p&#62;Here is the link: &#60;a href=&#34;http://www.planconcrete.com/portfolio/&#34; rel=&#34;nofollow&#34;&#62;http://www.planconcrete.com/portfolio/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I want the &#34;text&#34; where &#34; Driveway 1.2&#34; deleted off  and all the rest of them on the portfolio..&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Brian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>StSmith on "Portfolio links"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-links-1#post-16785</link>
			<pubDate>Mon, 11 Apr 2011 17:01:59 +0000</pubDate>
			<dc:creator>StSmith</dc:creator>
			<guid isPermaLink="false">16785@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think I found a work around for this. I went into the single.php file and deleted the instance where it was calling the full sized image. I then went into the template_portfolio.php file and deleted the instance where it called for the excerpt. This results in me being able to use the original post for my intended purposes, without the clutter of a second post for each portfolio item.&#60;/p&#62;
&#60;p&#62;If you see any obvious flaw in my logic, please let me know, otherwise I think I may have found something that works for me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>StSmith on "Portfolio links"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-links-1#post-16749</link>
			<pubDate>Mon, 11 Apr 2011 13:02:22 +0000</pubDate>
			<dc:creator>StSmith</dc:creator>
			<guid isPermaLink="false">16749@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here is the link to the code.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/QEX2JnX0&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/QEX2JnX0&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If this isn't what you were looking for, please let me know and I'll get what you need. I also took a screenshot of the settings I've applied to &#60;a href=&#34;http://smithdavid.net/uploadpinhole/&#34; rel=&#34;nofollow&#34;&#62;http://smithdavid.net/uploadpinhole/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://img84.imageshack.us/i/customfieldscreenshot.png/&#34; rel=&#34;nofollow&#34;&#62;http://img84.imageshack.us/i/customfieldscreenshot.png/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio links"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-links-1#post-16747</link>
			<pubDate>Mon, 11 Apr 2011 12:49:50 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16747@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you post the content of template_portfolio.php - your portfolio code here: &#60;a href=&#34;http://smithdavid.net/uploadpinhole/&#34; rel=&#34;nofollow&#34;&#62;http://smithdavid.net/uploadpinhole/&#60;/a&#62; sems to be unmodified so my custom link hack can't work :)&#60;/p&#62;
&#60;p&#62;Pelease use a service like &#60;a href=&#34;http://pastebin.com&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com&#60;/a&#62; to post the code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>StSmith on "Portfolio links"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-links-1#post-16688</link>
			<pubDate>Sun, 10 Apr 2011 15:08:01 +0000</pubDate>
			<dc:creator>StSmith</dc:creator>
			<guid isPermaLink="false">16688@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sure, you can find my website at:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.smithdavid.net&#34; rel=&#34;nofollow&#34;&#62;http://www.smithdavid.net&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Let me know if there is anything else that I can do to help.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Edit: I thought this might help.&#60;/p&#62;
&#60;p&#62;This is the post that contains the uploaded image, but it's not the one that I want to link to.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://smithdavid.net/uploadpinhole/&#34; rel=&#34;nofollow&#34;&#62;http://smithdavid.net/uploadpinhole/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In the custom fields of this post I see the information for the portfolio-image, portfolio-image-small and I also see the url field which has a value of &#60;a href=&#34;http://smithdavid.net/photography-pinhole-assignment/&#34; rel=&#34;nofollow&#34;&#62;http://smithdavid.net/photography-pinhole-assignment/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;-----------------------------------------&#60;/p&#62;
&#60;p&#62;This is the post that will contain my description of the project.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://smithdavid.net/photography-pinhole-assignment/&#34; rel=&#34;nofollow&#34;&#62;http://smithdavid.net/photography-pinhole-assignment/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Currently there are no custom fields for this post. It is part of my Portfolio category however.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio links"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-links-1#post-16667</link>
			<pubDate>Sun, 10 Apr 2011 09:22:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16667@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
could you post a link to your website please - maybe you're using another template.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>StSmith on "Portfolio links"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-links-1#post-16603</link>
			<pubDate>Sat, 09 Apr 2011 02:10:08 +0000</pubDate>
			<dc:creator>StSmith</dc:creator>
			<guid isPermaLink="false">16603@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I too would like the text on portfolio items to link to a separate post with descriptions of each project. I wasn't able to get it working though. I replaced the original line of code with the new one that you have posted. I then created a custom field titled url and set the value to the url of the post with description. However, when I view my portfolio, it still links to the original post with the full size image instead of the one with my description.&#60;/p&#62;
&#60;p&#62;Did I misunderstand the directions, or is there something missing here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio links"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-links-1#post-16565</link>
			<pubDate>Fri, 08 Apr 2011 06:26:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16565@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up template_portfolio.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39;.$portfolio_image.&#38;#39;&#38;quot; rel=&#38;quot;lightbox[portfolio]&#38;quot;&#38;gt;&#38;lt;img class=&#38;quot;aligncenter&#38;quot; src=&#38;quot;&#38;#39;.$portfolio_image_small.&#38;#39;&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;img class=&#38;quot;aligncenter&#38;quot; src=&#38;quot;&#38;#39;.$portfolio_image_small.&#38;#39;&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>bhendo99 on "Portfolio links"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-links-1#post-16529</link>
			<pubDate>Thu, 07 Apr 2011 19:33:47 +0000</pubDate>
			<dc:creator>bhendo99</dc:creator>
			<guid isPermaLink="false">16529@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I delete the Post links on the portfolio, and just use the photos in the portfolio...&#60;br /&#62;
I don't want them to link to anything?&#60;/p&#62;
&#60;p&#62;I was able to do it with all the other themes I have purchased, but Twicet, i having issues..&#60;br /&#62;
let know.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Brian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio links"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-links-1#post-12047</link>
			<pubDate>Sat, 29 Jan 2011 10:20:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">12047@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eko_dan on "Portfolio links"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-links-1#post-11999</link>
			<pubDate>Fri, 28 Jan 2011 10:37:12 +0000</pubDate>
			<dc:creator>eko_dan</dc:creator>
			<guid isPermaLink="false">11999@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Cheers Dude, will give it a go.&#60;/p&#62;
&#60;p&#62;Dan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio links"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-links-1#post-11971</link>
			<pubDate>Fri, 28 Jan 2011 07:53:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11971@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
replace following code in template_portfolio.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39;.$portfolio_image.&#38;#39;&#38;quot; rel=&#38;quot;lightbox[portfolio]&#38;quot;&#38;gt;&#38;lt;img class=&#38;quot;aligncenter&#38;quot; src=&#38;quot;&#38;#39;.$portfolio_image_small.&#38;#39;&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39;.get_post_meta($post-&#38;gt;ID, &#38;#39;url&#38;#39;, true).&#38;#39;&#38;quot; rel=&#38;quot;lightbox[portfolio]&#38;quot;&#38;gt;&#38;lt;img class=&#38;quot;aligncenter&#38;quot; src=&#38;quot;&#38;#39;.$portfolio_image_small.&#38;#39;&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Afterwards you must set post meta fields in all your portfolio posts. Call the fields &#34;url&#34; and type in the websites' adresses or page/post urls as values.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eko_dan on "Portfolio links"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-links-1#post-11940</link>
			<pubDate>Thu, 27 Jan 2011 10:59:23 +0000</pubDate>
			<dc:creator>eko_dan</dc:creator>
			<guid isPermaLink="false">11940@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is there a way to change the link on the thumbnail images in the portfolio to not link to the post with the graphic in but to a different post or page? I am wanting to write about the project, but when I do that now it appears on the portfolio page under  the thumbnails.&#60;/p&#62;
&#60;p&#62;Dan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
