<?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: Read more text box issue</title>
		<link>http://www.kriesi.at/support/topic/read-more-text-box-issue</link>
		<description>Support Forum - Topic: Read more text box issue</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 19:31:07 +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/read-more-text-box-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Read more text box issue"</title>
			<link>http://www.kriesi.at/support/topic/read-more-text-box-issue#post-26581</link>
			<pubDate>Fri, 09 Sep 2011 05:08:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">26581@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I think the code after:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h1 class=&#38;#39;post-title&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;causes the error. I'd try to replace loop-archive.php with the original/unmodified version to fix the error.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>i4 on "Read more text box issue"</title>
			<link>http://www.kriesi.at/support/topic/read-more-text-box-issue#post-26546</link>
			<pubDate>Thu, 08 Sep 2011 06:25:58 +0000</pubDate>
			<dc:creator>i4</dc:creator>
			<guid isPermaLink="false">26546@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have suddenly faced this strange issue at posts archive. Read more text box is having read more text and post title.&#60;br /&#62;
This issue is only at archive(loop-archive) not at for example front page blog.&#60;/p&#62;
&#60;p&#62;View this issue: &#60;a href=&#34;http://www.lamin-x.fi/category/dealers-blog&#34; rel=&#34;nofollow&#34;&#62;http://www.lamin-x.fi/category/dealers-blog&#60;/a&#62;&#60;br /&#62;
Frontpage no issues: &#60;a href=&#34;http://www.lamin-x.fi&#34; rel=&#34;nofollow&#34;&#62;http://www.lamin-x.fi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My loop-archive:&#60;br /&#62;
&#60;code&#62; &#38;lt;?php&#60;br /&#62;
global $avia_config;&#60;br /&#62;
if(isset($avia_config['new_query'])) { query_posts($avia_config['new_query']); }&#60;/p&#62;
&#60;p&#62;// check if we got posts to display:&#60;br /&#62;
if (have_posts()) :&#60;/p&#62;
&#60;p&#62;	while (have_posts()) : the_post();	&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;div class='post-entry'&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;?php&#60;br /&#62;
			//force to display small inline content slider on archive pages. Single pages and posts are allowed to display the 3d slider&#60;br /&#62;
			$force_small_slider = true;&#60;br /&#62;
			if(is_singular()) $force_small_slider = false;&#60;/p&#62;
&#60;p&#62;			$slider = new avia_slideshow(get_the_ID());&#60;br /&#62;
 	 		echo $slider-&#38;gt;display_small('page', $force_small_slider);&#60;br /&#62;
			?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;!--meta info--&#38;gt;&#60;br /&#62;
	        &#38;lt;div class=&#34;blog-meta&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;span class='post-date-comment-container'&#38;gt;&#60;br /&#62;
					&#38;lt;span class='date-container'&#38;gt;&#38;lt;span&#38;gt;&#38;lt;?php the_time('d') ?&#38;gt;&#38;lt;/span&#38;gt;&#60;strong&#62;&#38;lt;?php the_time('M') ?&#38;gt; &#38;lt;?php the_time('Y') ?&#38;gt;&#60;/strong&#62;&#38;lt;/span&#38;gt;&#60;br /&#62;
					&#38;lt;span class='comment-container'&#38;gt;&#38;lt;?php comments_popup_link(&#34;&#60;strong&#62;0&#60;/strong&#62; &#34;.__('Comments','avia_framework'), &#34;&#60;strong&#62;1&#60;/strong&#62; &#34;.__('Comment' ,'avia_framework'),&#60;br /&#62;
																			  &#34;&#60;strong&#62;%&#60;/strong&#62; &#34;.__('Comments','avia_framework'),'comments-link',&#60;br /&#62;
																			  &#34;&#60;strong&#62;&#60;/strong&#62; &#34;.__('Comments&#60;br /&#62;Off','avia_framework')&#60;br /&#62;
																			  ); ?&#38;gt;&#60;br /&#62;
					&#38;lt;/span&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;/span&#38;gt;	&#60;/p&#62;
&#60;p&#62;			&#38;lt;/div&#38;gt;&#38;lt;!--end meta info--&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;div class=&#34;entry-content&#34;&#38;gt;	&#60;/p&#62;
&#60;p&#62;				&#38;lt;h1 class='post-title'&#38;gt;&#60;br /&#62;
					&#60;a&#62;&#34; rel=&#34;bookmark&#34; title=&#34;&#38;lt;?php _e('Permanent Link:','avia_framework')?&#38;gt; &#38;lt;?php the_title(); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#60;br /&#62;
				&#38;lt;/h1&#38;gt;&#60;br /&#62;
				&#38;lt;?php &#60;/p&#62;
&#60;p&#62;				$cats = get_the_category();&#60;br /&#62;
				if(!empty($cats))&#60;br /&#62;
				{&#60;br /&#62;
					echo '&#38;lt;span class=&#34;blog-categories&#34;&#38;gt;';&#60;br /&#62;
					echo '&#60;strong&#62;Categories: &#60;/strong&#62;';&#60;br /&#62;
					the_category(', ');&#60;br /&#62;
					the_tags('&#60;strong&#62;'.__(' - Tags: ','avia_frameworkt').'&#60;/strong&#62;');&#60;br /&#62;
					echo '&#38;lt;/span&#38;gt;';&#60;br /&#62;
				}&#60;/p&#62;
&#60;p&#62;				the_content(__('Lue lis&#38;auml;&#38;auml;','avia_framework')); ?&#38;gt;	&#60;/p&#62;
&#60;p&#62;			&#38;lt;/div&#38;gt;							&#60;/p&#62;
&#60;p&#62;		&#38;lt;div class=&#34;hr&#34;&#38;gt;&#38;lt;?php edit_post_link('Edit', '', ''); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#38;lt;!--end post-entry--&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
	endwhile;&#60;br /&#62;
	else:&#60;br /&#62;
?&#38;gt;	&#60;/p&#62;
&#60;p&#62;	&#38;lt;div class=&#34;entry&#34;&#38;gt;&#60;br /&#62;
		&#38;lt;h1 class='post-title'&#38;gt;&#38;lt;?php _e('Nothing Found', 'avia_framework'); ?&#38;gt;&#38;lt;/h1&#38;gt;&#60;br /&#62;
		&#38;lt;p&#38;gt;&#38;lt;?php _e('Sorry, no posts matched your criteria', 'avia_framework'); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
	&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;/p&#62;
&#60;p&#62;	endif;&#60;/p&#62;
&#60;p&#62;	if(!isset($avia_config['remove_pagination'] ))&#60;br /&#62;
		echo avia_pagination();&#60;br /&#62;
?&#38;gt; &#60;/code&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
