<?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: Using &#039;read more&#039; in template builder.</title>
		<link>http://www.kriesi.at/support/topic/using-read-more-in-template-builder</link>
		<description>Support Forum - Topic: Using &#039;read more&#039; in template builder.</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 23:31:40 +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/using-read-more-in-template-builder" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Using &#039;read more&#039; in template builder."</title>
			<link>http://www.kriesi.at/support/topic/using-read-more-in-template-builder#post-21149</link>
			<pubDate>Thu, 16 Jun 2011 15:12:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21149@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creativemarketing on "Using &#039;read more&#039; in template builder."</title>
			<link>http://www.kriesi.at/support/topic/using-read-more-in-template-builder#post-21100</link>
			<pubDate>Wed, 15 Jun 2011 20:14:08 +0000</pubDate>
			<dc:creator>creativemarketing</dc:creator>
			<guid isPermaLink="false">21100@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked like a charm! Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Using &#039;read more&#039; in template builder."</title>
			<link>http://www.kriesi.at/support/topic/using-read-more-in-template-builder#post-21046</link>
			<pubDate>Wed, 15 Jun 2011 04:23:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21046@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
another user reported the error for another theme too. I'll forward it to Kriesi. The user provided a fix - open up includes/helper-templates.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function blog($element)
	{
		extract($element[&#38;#39;saved_value&#38;#39;][0]);

		global $avia_config;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function blog($element)
	{
		extract($element[&#38;#39;saved_value&#38;#39;][0]);

		global $avia_config, $more;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And replace:&#60;br /&#62;
&#60;code&#62;		echo &#34;&#38;lt;div class='template-blog content'&#38;gt;&#34;;&#60;br /&#62;
		get_template_part('includes/loop','index');&#60;/code&#62;&#60;br /&#62;
with this:&#60;br /&#62;
&#60;code&#62;    echo &#34;&#38;lt;div class='template-blog content'&#38;gt;&#34;;&#60;br /&#62;
    $more = 0;&#60;br /&#62;
    get_template_part( 'includes/loop', 'index' );&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creativemarketing on "Using &#039;read more&#039; in template builder."</title>
			<link>http://www.kriesi.at/support/topic/using-read-more-in-template-builder#post-21016</link>
			<pubDate>Tue, 14 Jun 2011 13:41:29 +0000</pubDate>
			<dc:creator>creativemarketing</dc:creator>
			<guid isPermaLink="false">21016@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I created a custom template using the Blog element to limit posts on the page to be from a single contributor. However when I view the page, my read more breaks are disregarded. I wan this to be like a blog overview page but for a single category of posts.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
