<?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: How to connect link &#34;read more&#34; and headlines from portfolio entry with page?</title>
		<link>http://www.kriesi.at/support/topic/how-to-connect-link-read-more-and-headlines-from-portfolio-entry-with-page</link>
		<description>Support Forum - Topic: How to connect link &quot;read more&quot; and headlines from portfolio entry with page?</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 21:31:14 +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/how-to-connect-link-read-more-and-headlines-from-portfolio-entry-with-page" rel="self" type="application/rss+xml" />

		<item>
			<title>PLUP_Planet_Upcycling on "How to connect link &#34;read more&#34; and headlines from portfolio entry with page?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-connect-link-read-more-and-headlines-from-portfolio-entry-with-page#post-95422</link>
			<pubDate>Wed, 06 Feb 2013 10:27:40 +0000</pubDate>
			<dc:creator>PLUP_Planet_Upcycling</dc:creator>
			<guid isPermaLink="false">95422@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Devin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to connect link &#34;read more&#34; and headlines from portfolio entry with page?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-connect-link-read-more-and-headlines-from-portfolio-entry-with-page#post-95254</link>
			<pubDate>Tue, 05 Feb 2013 13:51:25 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95254@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Frank,&#60;/p&#62;
&#60;p&#62;Yes, you'll need to re-add in the changes. &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PLUP_Planet_Upcycling on "How to connect link &#34;read more&#34; and headlines from portfolio entry with page?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-connect-link-read-more-and-headlines-from-portfolio-entry-with-page#post-95249</link>
			<pubDate>Tue, 05 Feb 2013 13:28:08 +0000</pubDate>
			<dc:creator>PLUP_Planet_Upcycling</dc:creator>
			<guid isPermaLink="false">95249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Done. Works. Thanks a lot Peter. What is in case of further updates? With 1.8 the loop portfolio.php has changed. Do I have to do the operation again when newer updates will overwrite that file?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Frank
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to connect link &#34;read more&#34; and headlines from portfolio entry with page?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-connect-link-read-more-and-headlines-from-portfolio-entry-with-page#post-94653</link>
			<pubDate>Sat, 02 Feb 2013 09:08:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">94653@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62;Open up includes/loop-portfolio.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo $slider-&#38;gt;display($forceSmall);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo $slider-&#38;gt;display($forceSmall);

$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();
					}&#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 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;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;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:&#60;/p&#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;amp;rarr;&#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;with:&#60;/p&#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;amp;rarr;&#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; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PLUP_Planet_Upcycling on "How to connect link &#34;read more&#34; and headlines from portfolio entry with page?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-connect-link-read-more-and-headlines-from-portfolio-entry-with-page#post-94565</link>
			<pubDate>Fri, 01 Feb 2013 20:04:35 +0000</pubDate>
			<dc:creator>PLUP_Planet_Upcycling</dc:creator>
			<guid isPermaLink="false">94565@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've build pages with portfolio entries for an overview as described in the following discussion. For example for &#34;Brands&#34; or &#34;Press&#34; overview:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-spare-out-articles-from-regular-archive&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-to-spare-out-articles-from-regular-archive&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So, when you go to the page &#34;Brands&#34; you see an overview of all brands: &#60;a href=&#34;http://www.planet-upcycling.de/plup-laden/marken/&#34; rel=&#34;nofollow&#34;&#62;http://www.planet-upcycling.de/plup-laden/marken/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The pictures are linked to a single page and so I have for each brand one page. But it seems to happen often that people don't click on the picture but on the headline or the &#34;read more&#34; link. This will lead them to the portfolio entry where they see only the picture and then they are lost. Is there any possibility to link the Headlines and the &#34;read more&#34; link also to the referring page or wouldn't that make sense?&#60;/p&#62;
&#60;p&#62;Thanks for your help.&#60;/p&#62;
&#60;p&#62;Frank
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
