<?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: excerpt vs. read more</title>
		<link>http://www.kriesi.at/support/topic/excerpt-vs-read-more</link>
		<description>Support Forum - Topic: excerpt vs. read more</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 02:37:18 +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/excerpt-vs-read-more" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "excerpt vs. read more"</title>
			<link>http://www.kriesi.at/support/topic/excerpt-vs-read-more#post-78698</link>
			<pubDate>Fri, 05 Oct 2012 17:20:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">78698@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yep, that is the trade off of excerpt vs read more. There isn't a perfect solution but I personally like using the read more tag as it gives in context control and I don't feel like I have to re-write part of the post or anything.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gzq5x6 on "excerpt vs. read more"</title>
			<link>http://www.kriesi.at/support/topic/excerpt-vs-read-more#post-78640</link>
			<pubDate>Fri, 05 Oct 2012 10:23:43 +0000</pubDate>
			<dc:creator>gzq5x6</dc:creator>
			<guid isPermaLink="false">78640@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Looks like it. But I have to go trough all the articles first and put a read more if I activate it. Otherwise the whole text is posted on the first page. Will need some time... thhx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "excerpt vs. read more"</title>
			<link>http://www.kriesi.at/support/topic/excerpt-vs-read-more#post-78175</link>
			<pubDate>Tue, 02 Oct 2012 05:24:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">78175@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I hope it worked? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gzq5x6 on "excerpt vs. read more"</title>
			<link>http://www.kriesi.at/support/topic/excerpt-vs-read-more#post-78157</link>
			<pubDate>Tue, 02 Oct 2012 00:13:57 +0000</pubDate>
			<dc:creator>gzq5x6</dc:creator>
			<guid isPermaLink="false">78157@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great. Thansk, dude =)&#60;br /&#62;
Seems to be working. Let me modify my posts, so I can confirm this works like a charm..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "excerpt vs. read more"</title>
			<link>http://www.kriesi.at/support/topic/excerpt-vs-read-more#post-77853</link>
			<pubDate>Sat, 29 Sep 2012 07:19:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">77853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Open up index.php and replace following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;entry-text&#38;quot;&#38;gt;
					&#38;lt;?php the_excerpt() ?&#38;gt;
				&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;entry-text&#38;quot;&#38;gt;
					&#38;lt;?php the_content(&#38;#39;&#38;#39;); ?&#38;gt;
				&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gzq5x6 on "excerpt vs. read more"</title>
			<link>http://www.kriesi.at/support/topic/excerpt-vs-read-more#post-77673</link>
			<pubDate>Thu, 27 Sep 2012 21:17:16 +0000</pubDate>
			<dc:creator>gzq5x6</dc:creator>
			<guid isPermaLink="false">77673@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Guys&#60;/p&#62;
&#60;p&#62;First of all great job on these awesome themes, and great support. I just bought another theme. Will probably post some new questions though :)&#60;/p&#62;
&#60;p&#62;I had a question on the newscast theme.&#60;/p&#62;
&#60;p&#62;When i post an article, I have the option to put text into the &#34;excerpt&#34; which will be used into the &#34;News Slideshow&#34; on the top.&#60;/p&#62;
&#60;p&#62;I noticed however, this excerpt is also used on the post (on the main page) as the first text of the article. The &#34;Read More&#34; I added in my post is completely ignored. How can I change this?&#60;/p&#62;
&#60;p&#62;Let me make an example to clarify:&#60;/p&#62;
&#60;p&#62;1. Post title: Obama wins election&#60;br /&#62;
2. Article content: Obama wins the US election and will be president of the USA another 4 years. The election promised to be a close one. In the last days, Mitt Romney fired from all sides ...&#38;lt;---Read More--&#38;gt;&#60;br /&#62;
3. Excerpt: Obama wins the US election and will be president of the USA another 4 years.&#60;/p&#62;
&#60;p&#62;News Slider shows 1 + 3 (perfect)&#60;br /&#62;
The Post appearans on frontpage as: 1+3 (ignoring my text until the ...&#38;lt;---Read More--&#38;gt; tag i added in my post. It should show as 1+2.&#60;/p&#62;
&#60;p&#62;Any idea? I guess this may have been asked before, altough I couldn't find it here.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
