<?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: CORONA Template Builder: showing posts with title and post EXCERPT</title>
		<link>http://www.kriesi.at/support/topic/corona-template-builder-showing-posts-with-title-and-post-excerpt</link>
		<description>Support Forum - Topic: CORONA Template Builder: showing posts with title and post EXCERPT</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 13:57:21 +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/corona-template-builder-showing-posts-with-title-and-post-excerpt" rel="self" type="application/rss+xml" />

		<item>
			<title>colorit2 on "CORONA Template Builder: showing posts with title and post EXCERPT"</title>
			<link>http://www.kriesi.at/support/topic/corona-template-builder-showing-posts-with-title-and-post-excerpt#post-82867</link>
			<pubDate>Thu, 08 Nov 2012 13:18:21 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">82867@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works great, thanks!&#60;/p&#62;
&#60;p&#62;If someone needs this, too:&#60;br /&#62;
the code, that you need to search for, is &#60;em&#62;twice&#60;/em&#62; in the  includes/helper-templates.php; replace the part in line 856 (and not 598) with the code shown above.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "CORONA Template Builder: showing posts with title and post EXCERPT"</title>
			<link>http://www.kriesi.at/support/topic/corona-template-builder-showing-posts-with-title-and-post-excerpt#post-82827</link>
			<pubDate>Thu, 08 Nov 2012 06:50:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">82827@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can try following - open up includes/helper-templates.php and replace following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$content = get_the_content(&#38;#39;&#38;lt;span class=&#38;quot;inner_more&#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;/span&#38;gt;&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(is_single()){
$content = get_the_content(&#38;#39;&#38;lt;span class=&#38;quot;inner_more&#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;/span&#38;gt;&#38;#39;);
					$content = apply_filters(&#38;#39;the_content&#38;#39;, $content);
					$content = str_replace(&#38;#39;]]&#38;gt;&#38;#39;, &#38;#39;]]&#38;gt;&#38;#39;, $content);
}else{
					$content = apply_filters(&#38;#39;the_excerpt&#38;#39;, get_the_excerpt());
					$content .= &#38;#39;&#38;lt;p&#38;gt;&#38;lt;a class=&#38;quot;more-link&#38;quot; href=&#38;quot;&#38;#39;. get_permalink().&#38;#39;&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;inner_more&#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;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>colorit2 on "CORONA Template Builder: showing posts with title and post EXCERPT"</title>
			<link>http://www.kriesi.at/support/topic/corona-template-builder-showing-posts-with-title-and-post-excerpt#post-82785</link>
			<pubDate>Wed, 07 Nov 2012 22:33:36 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">82785@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Update:&#60;/p&#62;
&#60;p&#62;I just discovered, that the automatic excerpt as defined in the &#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-use-individual-post-excerpts-with-corona#post-82608&#34;&#62;functions.php of CORONA&#60;/a&#62; works &#60;strong&#62;not on dynamic templates&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;In dynamic templates as shown above, an excerpt of a post is &#60;strong&#62;only&#60;/strong&#62; shown, when I limit the post text with the &#60;strong&#62;more&#60;/strong&#62;-tag.&#60;/p&#62;
&#60;p&#62;Isn't this possible with the &#34;automatic&#34; excerpt of the functions.php?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "CORONA Template Builder: showing posts with title and post EXCERPT"</title>
			<link>http://www.kriesi.at/support/topic/corona-template-builder-showing-posts-with-title-and-post-excerpt#post-82781</link>
			<pubDate>Wed, 07 Nov 2012 22:20:48 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">82781@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;within CORONA's template builder I need a template with among other things &#60;strong&#62;3 columns&#60;/strong&#62;, showing the posts from certain categories, but I don't have here the possiblity to show there the post title and the &#60;strong&#62;post excerpt&#60;/strong&#62; - not the whole post and not only the title+image.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;I would like to have the image + post title + post excerpt.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i46.tinypic.com/qqsb4x.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;Is this possible in any way?&#60;/p&#62;
&#60;p&#62;I hope, that nothing has went wrong with the excerpt code, as we have discussed these days here:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-use-individual-post-excerpts-with-corona&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-to-use-individual-post-excerpts-with-corona&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
