<?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: How to get &#34;read more&#34; in a new, separate line?</title>
		<link>http://www.kriesi.at/support/topic/how-to-get-read-more-in-a-new-separate-line</link>
		<description>Support Forum - Topic: How to get &quot;read more&quot; in a new, separate line?</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 08:00:09 +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/how-to-get-read-more-in-a-new-separate-line" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "How to get &#34;read more&#34; in a new, separate line?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-read-more-in-a-new-separate-line#post-80977</link>
			<pubDate>Thu, 25 Oct 2012 04:06:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Glad we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to get &#34;read more&#34; in a new, separate line?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-read-more-in-a-new-separate-line#post-80906</link>
			<pubDate>Wed, 24 Oct 2012 15:10:27 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80906@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I had NOT yet fixed it, if you read my post in total ;-)&#60;/p&#62;
&#60;p&#62;But after your suggestions with the CSS it worked for me, thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to get &#34;read more&#34; in a new, separate line?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-read-more-in-a-new-separate-line#post-80853</link>
			<pubDate>Wed, 24 Oct 2012 08:40:32 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;It can also be done by adding this in your Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.more-link {
   display: block !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Anyway, Glad that you've fixed it. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to get &#34;read more&#34; in a new, separate line?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-read-more-in-a-new-separate-line#post-80799</link>
			<pubDate>Tue, 23 Oct 2012 17:55:40 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80799@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is done with the &#34;more&#34;-tag.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "How to get &#34;read more&#34; in a new, separate line?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-get-read-more-in-a-new-separate-line#post-80798</link>
			<pubDate>Tue, 23 Oct 2012 17:42:49 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80798@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;uff, I think, I see not the wood for the trees :-(&#60;/p&#62;
&#60;p&#62;I have checked my loop-index.php, to get the term &#34;read more&#34; in a new, separate line as the post's content.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;div class=&#34;entry-content&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
if(strpos($avia_config['layout'], 'medium_image sidebar') !== false) echo $slider-&#38;gt;display_small('blog');&#60;br /&#62;
the_content(__('Read more  &#38;rarr;','avia_framework'));&#60;br /&#62;
if(has_tag() &#38;amp;&#38;amp; is_single())&#60;br /&#62;
{&#60;br /&#62;
echo '&#38;lt;span class=&#34;blog-tags&#34;&#38;gt;';&#60;br /&#62;
echo the_tags('&#60;strong&#62;'.__('Stichworte:&#38;nbsp;&#38;nbsp;','avia_framework').'&#60;/strong&#62;&#38;lt;span&#38;gt;');&#60;br /&#62;
echo '&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;code&#62;&#60;/p&#62;
&#60;p&#62;CSS&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;&#60;code&#62;&#60;br /&#62;
.more-link {&#60;br /&#62;
    display: inline-block;&#60;br /&#62;
    font-size: 11px;&#60;br /&#62;
    font-style: italic;&#60;br /&#62;
    padding-top: 0;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;live (site in maintenance mode):&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i45.tinypic.com/30m688p.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;This blog overview page (with the post excerpt, that you see above) is created with a dynamic template, if this is relevant:&#60;br /&#62;
1 page with slideshow and some intro text + the &#34;blog&#34; element after it.&#60;/p&#62;
&#60;p&#62;Any idea for changing the php or the CSS file?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
