<?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: Latest Portfolio Widget</title>
		<link>http://www.kriesi.at/support/topic/latest-portfolio-widget</link>
		<description>Support Forum - Topic: Latest Portfolio Widget</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 05:33:00 +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/latest-portfolio-widget" rel="self" type="application/rss+xml" />

		<item>
			<title>BenWorx on "Latest Portfolio Widget"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget#post-94805</link>
			<pubDate>Sun, 03 Feb 2013 09:55:36 +0000</pubDate>
			<dc:creator>BenWorx</dc:creator>
			<guid isPermaLink="false">94805@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That did the trick! Thank you guys!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Latest Portfolio Widget"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget#post-94092</link>
			<pubDate>Wed, 30 Jan 2013 05:27:47 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">94092@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;We will be reusing Dood's code, with just the final line being changed to reflect the requirements, and I will put it in a single function later on to keep the code DRY ... but for now please use what's below, and peek back here for the function .. &#60;/p&#62;
&#60;p&#62;In file loop-portfolio.php, located in the includes folder, look for line 114 which looks like :&#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; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;.__(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.get_the_title().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$slides = avia_post_meta(get_the_ID(), &#38;#39;slideshow&#38;#39;);

					if(!empty($slides[0])){
						$linktarget = avia_get_link($slides[0], &#38;#39;slideshow_&#38;#39;, &#38;#39;&#38;#39;, get_the_ID());
					}

					if(empty($linktarget)){
						$linktarget = get_permalink();
					}

  				echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.$linktarget.&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;.__(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.get_the_title().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; and also on line 128 below  (before the block pasted above would move it up)&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;a class=&#38;quot;more-link&#38;quot; href=&#38;quot;&#38;#39;. get_permalink().&#38;#39;&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more  →&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace the above line with the line below&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;a class=&#38;quot;more-link&#38;quot; href=&#38;quot;&#38;#39;.$linktarget.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Read more  →&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BenWorx on "Latest Portfolio Widget"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget#post-93907</link>
			<pubDate>Tue, 29 Jan 2013 10:25:39 +0000</pubDate>
			<dc:creator>BenWorx</dc:creator>
			<guid isPermaLink="false">93907@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My last request is also for the name of the portfolio item under the thumbnail... This now links to the portfolio item as well..&#60;/p&#62;
&#60;p&#62;Thank you so much for your help!&#60;/p&#62;
&#60;p&#62;Ben
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BenWorx on "Latest Portfolio Widget"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget#post-93906</link>
			<pubDate>Tue, 29 Jan 2013 10:23:19 +0000</pubDate>
			<dc:creator>BenWorx</dc:creator>
			<guid isPermaLink="false">93906@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;That worked just fine thank you!&#60;/p&#62;
&#60;p&#62;There is one more thing in regards to solving this problem:&#60;/p&#62;
&#60;p&#62;The &#34;read more&#34; link under the thumbnail on the portfolio page also links to the portfolio item. ...&#60;br /&#62;
I would like to link it to the relevant page as well!&#60;/p&#62;
&#60;p&#62;Thank you...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Latest Portfolio Widget"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget#post-93881</link>
			<pubDate>Tue, 29 Jan 2013 06:59:20 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">93881@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up wp-content\themes\propulsion\framework\php\class-framework-widgets.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;a class=&#38;#39;news-link&#38;#39; title=&#38;#39;&#38;quot;.get_the_title().&#38;quot;&#38;#39; href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$linktarget = &#38;#39;&#38;#39;;
					$slides = avia_post_meta(get_the_ID(), &#38;#39;slideshow&#38;#39;);

					if(!empty($slides[0])){
						$linktarget = avia_get_link($slides[0], &#38;#39;slideshow_&#38;#39;, &#38;#39;&#38;#39;, get_the_ID());
					}

					if(empty($linktarget)){
						$linktarget = get_permalink();
					}

					echo &#38;quot;&#38;lt;a class=&#38;#39;news-link&#38;#39; title=&#38;#39;&#38;quot;.get_the_title().&#38;quot;&#38;#39; href=&#38;#39;&#38;quot;.$linktarget.&#38;quot;&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;a class=&#38;#39;news-link-inner&#38;#39; title=&#38;#39;&#38;quot;.get_the_title().&#38;quot;&#38;#39; href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;&#38;lt;a class=&#38;#39;news-link-inner&#38;#39; title=&#38;#39;&#38;quot;.get_the_title().&#38;quot;&#38;#39; href=&#38;#39;&#38;quot;.$linktarget.&#38;quot;&#38;#39;&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>BenWorx on "Latest Portfolio Widget"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget#post-93782</link>
			<pubDate>Mon, 28 Jan 2013 18:35:38 +0000</pubDate>
			<dc:creator>BenWorx</dc:creator>
			<guid isPermaLink="false">93782@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Thanx!&#60;/p&#62;
&#60;p&#62;I just noticed that the &#34;read more&#34; link under the portfolio page also links to the portfolio item and not&#60;br /&#62;
the page I made the image link to...&#60;/p&#62;
&#60;p&#62;Look forwward to your reply...&#60;/p&#62;
&#60;p&#62;Ben
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Latest Portfolio Widget"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget#post-93548</link>
			<pubDate>Sat, 26 Jan 2013 23:23:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">93548@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm not sure if this can be easily done because the Propulsion Latest Portfolio widget is just an extension of the Avia Newsbox (Propulsion Latest News). If you are asking where can you edit the code, you can find it on framework &#38;gt; php &#38;gt; class-framework-widgets.php, search for AVIA NEWSBOX.&#60;/p&#62;
&#60;p&#62;Let me tag the rest of the support team, see if they have any idea.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BenWorx on "Latest Portfolio Widget"</title>
			<link>http://www.kriesi.at/support/topic/latest-portfolio-widget#post-93521</link>
			<pubDate>Sat, 26 Jan 2013 15:20:35 +0000</pubDate>
			<dc:creator>BenWorx</dc:creator>
			<guid isPermaLink="false">93521@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;In Propulsion I am using the &#34;Latest Portfolio Widget&#34;.&#60;/p&#62;
&#60;p&#62;The Featured Image of the Portfolio Items are linked to a page.&#60;/p&#62;
&#60;p&#62;How can I get the thumbnails, shown by the widget, link to the related page&#60;br /&#62;
instead of the portfolio item?&#60;/p&#62;
&#60;p&#62;Thanx!&#60;/p&#62;
&#60;p&#62;Ben
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
