<?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: TemplateBuilder -&#62; Portfolio overview: showing only image + title, no excerpt</title>
		<link>http://www.kriesi.at/support/topic/templatebuilder-portfolio-overview-showing-only-image-title-no-excerpt</link>
		<description>Support Forum - Topic: TemplateBuilder -&gt; Portfolio overview: showing only image + title, no excerpt</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 08:37:05 +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/templatebuilder-portfolio-overview-showing-only-image-title-no-excerpt" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "TemplateBuilder -&#62; Portfolio overview: showing only image + title, no excerpt"</title>
			<link>http://www.kriesi.at/support/topic/templatebuilder-portfolio-overview-showing-only-image-title-no-excerpt#post-74304</link>
			<pubDate>Tue, 04 Sep 2012 12:45:04 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">74304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that worked for you :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "TemplateBuilder -&#62; Portfolio overview: showing only image + title, no excerpt"</title>
			<link>http://www.kriesi.at/support/topic/templatebuilder-portfolio-overview-showing-only-image-title-no-excerpt#post-74303</link>
			<pubDate>Tue, 04 Sep 2012 12:39:19 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">74303@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks a lot, works fine for my case.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "TemplateBuilder -&#62; Portfolio overview: showing only image + title, no excerpt"</title>
			<link>http://www.kriesi.at/support/topic/templatebuilder-portfolio-overview-showing-only-image-title-no-excerpt#post-74267</link>
			<pubDate>Tue, 04 Sep 2012 07:25:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">74267@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In includes/loop-portfolio.php replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!isset($avia_config[&#38;#39;remove_portfolio_text&#38;#39;]))
			{
				echo &#38;#39;&#38;lt;div class=&#38;quot;post-content&#38;quot;&#38;gt;&#38;#39;;
				echo &#38;quot;&#38;lt;h1 class=&#38;#39;post-title&#38;#39;&#38;gt;&#38;quot;;
				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;;
				echo &#38;quot;&#38;lt;/h1&#38;gt;&#38;quot;;

				echo &#38;#39;&#38;lt;div class=&#38;quot;entry-content&#38;quot;&#38;gt;&#38;#39;;

				if($avia_config[&#38;#39;portfolio_columns_iteration&#38;#39;] == 1)
				{
					echo &#38;#39;&#38;lt;span class=&#38;quot;portfolio-categories minor-meta&#38;quot;&#38;gt;&#38;#39;;
					echo get_the_term_list(  get_the_ID(), &#38;#39;portfolio_entries&#38;#39;, &#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Categories&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;: &#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;#39;, &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;lt;span&#38;gt;&#38;#39;,&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;);
					echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;

				}

				the_excerpt();
				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;;
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;

			}
			else
			{
				$hr_class = &#38;#39;hr hr_invisible&#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;div class=&#38;quot;post-content&#38;quot;&#38;gt;&#38;#39;;
				echo &#38;quot;&#38;lt;h1 class=&#38;#39;post-title&#38;#39;&#38;gt;&#38;quot;;
				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;;
				echo &#38;quot;&#38;lt;/h1&#38;gt;&#38;quot;;

				echo &#38;#39;&#38;lt;div class=&#38;quot;entry-content&#38;quot;&#38;gt;&#38;#39;;

				if($avia_config[&#38;#39;portfolio_columns_iteration&#38;#39;] == 1)
				{
					echo &#38;#39;&#38;lt;span class=&#38;quot;portfolio-categories minor-meta&#38;quot;&#38;gt;&#38;#39;;
					echo get_the_term_list(  get_the_ID(), &#38;#39;portfolio_entries&#38;#39;, &#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Categories&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;: &#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;#39;, &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;lt;span&#38;gt;&#38;#39;,&#38;#39;&#38;lt;/span&#38;gt;&#38;#39;);
					echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;

				}

			if(!isset($avia_config[&#38;#39;remove_portfolio_text&#38;#39;]))
			{
				the_excerpt();
			}
				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;;
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;
				echo &#38;quot;&#38;lt;/div&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However this will affect all portfolio pages and you won't be able to hide the post titles anymore.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "TemplateBuilder -&#62; Portfolio overview: showing only image + title, no excerpt"</title>
			<link>http://www.kriesi.at/support/topic/templatebuilder-portfolio-overview-showing-only-image-title-no-excerpt#post-74180</link>
			<pubDate>Mon, 03 Sep 2012 15:54:30 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">74180@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've created a page with the template builder, showing some portfolio overview. But the template builder gives me only these options:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i50.tinypic.com/2rxcfb8.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;Where can I change the template files, so that at this portfolio overview only the image + title is shown, but not an excerpt?&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
