<?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: Blog Overview to show Excerpts instead of Full Text</title>
		<link>http://www.kriesi.at/support/topic/blog-overview-to-show-excerpts-instead-of-full-text</link>
		<description>Support Forum - Topic: Blog Overview to show Excerpts instead of Full Text</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 14:18: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/blog-overview-to-show-excerpts-instead-of-full-text" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Blog Overview to show Excerpts instead of Full Text"</title>
			<link>http://www.kriesi.at/support/topic/blog-overview-to-show-excerpts-instead-of-full-text#post-56378</link>
			<pubDate>Thu, 17 May 2012 08:28:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">56378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; There's an easier solution :) - just use the &#38;lt;!--more--&#38;gt; quicktag. See: &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/the_content&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/the_content&#60;/a&#62; and &#60;a href=&#34;http://www.tech-evangelist.com/2009/03/08/wordpress-more-quicktag/&#34; rel=&#34;nofollow&#34;&#62;http://www.tech-evangelist.com/2009/03/08/wordpress-more-quicktag/&#60;/a&#62; for more details. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rizsedek on "Blog Overview to show Excerpts instead of Full Text"</title>
			<link>http://www.kriesi.at/support/topic/blog-overview-to-show-excerpts-instead-of-full-text#post-55866</link>
			<pubDate>Sat, 12 May 2012 18:28:28 +0000</pubDate>
			<dc:creator>rizsedek</dc:creator>
			<guid isPermaLink="false">55866@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That didn't turn out right. Got the excerpt link thing here. &#60;a href=&#34;http://codex.wordpress.org/Excerpt&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Excerpt&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;(Have no idea how to do the box thingie for the codes.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rizsedek on "Blog Overview to show Excerpts instead of Full Text"</title>
			<link>http://www.kriesi.at/support/topic/blog-overview-to-show-excerpts-instead-of-full-text#post-55865</link>
			<pubDate>Sat, 12 May 2012 18:23:39 +0000</pubDate>
			<dc:creator>rizsedek</dc:creator>
			<guid isPermaLink="false">55865@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Solved it.&#60;/p&#62;
&#60;p&#62;1. Change loop-index.php&#60;br /&#62;
Do what it says here: &#60;a href=&#34;http://www.kriesi.at/support/topic/blog-main-page-showing-the-entire-post&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/blog-main-page-showing-the-entire-post&#60;/a&#62;&#60;br /&#62;
Remember to copy everything from &#38;lt;!--meta info--&#38;gt; to &#38;lt;!--end meta info--&#38;gt;&#60;/p&#62;
&#60;p&#62;2. Open loop-page.php and save as loop-single.php&#60;br /&#62;
Paste copied meta info after the &#38;lt;/h1&#38;gt; tag&#60;br /&#62;
Change &#38;lt;div class='entry-content'&#38;gt; to &#38;lt;div class='entry-content four_fifth'&#38;gt;&#60;/p&#62;
&#60;p&#62;3. Change single.php&#60;br /&#62;
from: get_template_part( 'includes/loop', 'index' );&#60;br /&#62;
to: get_template_part( 'includes/loop', 'single' );&#60;/p&#62;
&#60;p&#62;4. Change function.php&#60;br /&#62;
Copy &#38;amp; paste somewhere:&#60;br /&#62;
function excerpt_read_more_link($output) {&#60;br /&#62;
 global $post;&#60;br /&#62;
 return $output . '&#60;a&#62;ID) . '&#34;&#38;gt; Read More...&#60;/a&#62;';&#60;br /&#62;
}&#60;br /&#62;
add_filter('the_excerpt', 'excerpt_read_more_link');&#60;/p&#62;
&#60;p&#62;Now my next question is: &#60;/p&#62;
&#60;p&#62;How do I make it so that instead of just the text &#34;Read More...&#34;, it is a button like the blog shown in the theme preview?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rizsedek on "Blog Overview to show Excerpts instead of Full Text"</title>
			<link>http://www.kriesi.at/support/topic/blog-overview-to-show-excerpts-instead-of-full-text#post-55852</link>
			<pubDate>Sat, 12 May 2012 10:48:29 +0000</pubDate>
			<dc:creator>rizsedek</dc:creator>
			<guid isPermaLink="false">55852@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Good job on Broadscope!&#60;/p&#62;
&#60;p&#62;Can you tell me please, how do I get my Blog Overview page to show excerpts with a &#34;Read More&#34; button, instead of the whole post?&#60;/p&#62;
&#60;p&#62;I have tried&#60;br /&#62;
- changing the settings of the &#34;Blog&#34; page template to &#34;Blog Overview&#34;.&#60;br /&#62;
- changing the Reading settings Wordpress to &#34;Summary&#34; instead of &#34;Full text&#34;&#60;/p&#62;
&#60;p&#62;Neither of these worked. I'm guessing it is something in the theme editor that I need to change, but have no idea what or how.&#60;/p&#62;
&#60;p&#62;Help please. Link to my blog page is: &#60;a href=&#34;http://farizahsedek.com/blog/&#34; rel=&#34;nofollow&#34;&#62;http://farizahsedek.com/blog/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you in advance!&#60;/p&#62;
&#60;p&#62;Riz
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
