<?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: Template Builde and show post</title>
		<link>http://www.kriesi.at/support/topic/template-builde-and-show-post</link>
		<description>Support Forum - Topic: Template Builde and show post</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 06:12:43 +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/template-builde-and-show-post" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Template Builde and show post"</title>
			<link>http://www.kriesi.at/support/topic/template-builde-and-show-post#post-25180</link>
			<pubDate>Thu, 18 Aug 2011 15:57:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25180@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Icould help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>estilo on "Template Builde and show post"</title>
			<link>http://www.kriesi.at/support/topic/template-builde-and-show-post#post-25176</link>
			<pubDate>Thu, 18 Aug 2011 15:49:05 +0000</pubDate>
			<dc:creator>estilo</dc:creator>
			<guid isPermaLink="false">25176@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey dude... thanks a lot... it works!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Template Builde and show post"</title>
			<link>http://www.kriesi.at/support/topic/template-builde-and-show-post#post-25123</link>
			<pubDate>Thu, 18 Aug 2011 07:10:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25123@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This problem should be fixed in the next update. The includes/helper-templates.php file is missing the $more variable declaration and a $more = 0; in the blog function.&#60;br /&#62;
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>estilo on "Template Builde and show post"</title>
			<link>http://www.kriesi.at/support/topic/template-builde-and-show-post#post-25108</link>
			<pubDate>Thu, 18 Aug 2011 02:59:05 +0000</pubDate>
			<dc:creator>estilo</dc:creator>
			<guid isPermaLink="false">25108@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;first of all, great theme.&#60;br /&#62;
I made ​​some changes and created new &#34;widgets&#34; and then add in the &#34;Template Builder&#34;. &#60;a href=&#34;http://d.pr/qG3A&#34; rel=&#34;nofollow&#34;&#62;http://d.pr/qG3A&#60;/a&#62;&#60;br /&#62;
In this case I created one called &#34;blog home&#34; and show it in the main index (&#60;a href=&#34;http://laive.evdomainserver.com&#34; rel=&#34;nofollow&#34;&#62;http://laive.evdomainserver.com&#60;/a&#62;) and looks the way I want, that is, only until before the &#34;read more&#34;.&#60;br /&#62;
However, when I publish it in another template &#60;a href=&#34;http://d.pr/Rnpl&#34; rel=&#34;nofollow&#34;&#62;http://d.pr/Rnpl&#60;/a&#62;, such as &#34;catalog&#34; (&#60;a href=&#34;http://laive.evdomainserver.com/catalogo-de-productos/&#34; rel=&#34;nofollow&#34;&#62;http://laive.evdomainserver.com/catalogo-de-productos/&#60;/a&#62;) this shows the whole post . I researched all the code and can not find where to change this.&#60;br /&#62;
I hope you have understood my question and can helpme.&#60;br /&#62;
Thank you very much.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
