<?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: Show Blog summary on Home page</title>
		<link>http://www.kriesi.at/support/topic/show-blog-summary-on-home-page</link>
		<description>Support Forum - Topic: Show Blog summary on Home page</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 10:52:21 +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/show-blog-summary-on-home-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Show Blog summary on Home page"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-summary-on-home-page#post-82953</link>
			<pubDate>Fri, 09 Nov 2012 01:05:06 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">82953@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad it is fixed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JayButcher on "Show Blog summary on Home page"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-summary-on-home-page#post-82938</link>
			<pubDate>Thu, 08 Nov 2012 21:36:59 +0000</pubDate>
			<dc:creator>JayButcher</dc:creator>
			<guid isPermaLink="false">82938@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That's really great!  Thanks for helping out guys!&#60;/p&#62;
&#60;p&#62;Love the theme and love Kriesi.at&#60;/p&#62;
&#60;p&#62;Jay
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Show Blog summary on Home page"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-summary-on-home-page#post-82822</link>
			<pubDate>Thu, 08 Nov 2012 06:29:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">82822@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I adjusted the code a bit. Please try it again. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JayButcher on "Show Blog summary on Home page"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-summary-on-home-page#post-82665</link>
			<pubDate>Wed, 07 Nov 2012 14:00:38 +0000</pubDate>
			<dc:creator>JayButcher</dc:creator>
			<guid isPermaLink="false">82665@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry better English is probably required...&#60;/p&#62;
&#60;p&#62;The code at the top of this page grabs the excerpt text - which is exactly what I want, for the front page of a blog or category listing.&#60;/p&#62;
&#60;p&#62;Your latest code adds the Read More text to the end of that - which is also great!&#60;/p&#62;
&#60;p&#62;BUT&#60;/p&#62;
&#60;p&#62;when I hit the read more link it only shows the excerpt text not the whole post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JayButcher on "Show Blog summary on Home page"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-summary-on-home-page#post-82663</link>
			<pubDate>Wed, 07 Nov 2012 13:49:22 +0000</pubDate>
			<dc:creator>JayButcher</dc:creator>
			<guid isPermaLink="false">82663@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude,&#60;/p&#62;
&#60;p&#62;That kinda does what I'm looking for but the link doesn't show the full post content, only the excerpt.&#60;/p&#62;
&#60;p&#62;Hmmm
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Show Blog summary on Home page"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-summary-on-home-page#post-82652</link>
			<pubDate>Wed, 07 Nov 2012 12:46:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">82652@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Afaik the get_the_excerpt function won't add a read more link automatically. You can try following code though:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (is_single()){
$current_post[&#38;#39;content&#38;#39;] = get_the_content();
}else{
$current_post[&#38;#39;content&#38;#39;] = get_the_excerpt();
}
$current_post[&#38;#39;content&#38;#39;] .=  &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39;. get_permalink() .&#38;#39;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;&#38;#39; .  __(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39; &#38;#39;. get_the_title() .&#38;#39;&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;more-link-arrow&#38;quot;&#38;gt;Read more&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>JayButcher on "Show Blog summary on Home page"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-summary-on-home-page#post-82645</link>
			<pubDate>Wed, 07 Nov 2012 11:43:23 +0000</pubDate>
			<dc:creator>JayButcher</dc:creator>
			<guid isPermaLink="false">82645@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've tried using this but I'm struggling&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/support/topic/excerpts-no-read-more-link&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/excerpts-no-read-more-link&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Jay
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JayButcher on "Show Blog summary on Home page"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-summary-on-home-page#post-82631</link>
			<pubDate>Wed, 07 Nov 2012 09:34:16 +0000</pubDate>
			<dc:creator>JayButcher</dc:creator>
			<guid isPermaLink="false">82631@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin - that's excellent and exactly what I was looking for...is there anyway of forcing a &#34;Read More&#34; tag in those excerpts at all?  No biggie if not.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Show Blog summary on Home page"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-summary-on-home-page#post-82560</link>
			<pubDate>Tue, 06 Nov 2012 18:19:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82560@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Jay,&#60;/p&#62;
&#60;p&#62;No it doesn't by default but you can change the file to do that if you'd like. You'll need to open includes&#38;gt;loop-index.php and search for:&#60;br /&#62;
&#60;code&#62;$current_post[&#38;#39;content&#38;#39;] 	= get_the_content(__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;span class=&#38;quot;more-link-arrow&#38;quot;&#38;gt;&#60;/code&#62;&#60;br /&#62;
replace it with:&#60;br /&#62;
&#60;code&#62;$current_post[&#38;#39;content&#38;#39;] 	= get_the_excerpt(__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;span class=&#38;quot;more-link-arrow&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and save the file back on the server. Now the blog overview page will use the excerpt instead.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JayButcher on "Show Blog summary on Home page"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-summary-on-home-page#post-82550</link>
			<pubDate>Tue, 06 Nov 2012 16:53:11 +0000</pubDate>
			<dc:creator>JayButcher</dc:creator>
			<guid isPermaLink="false">82550@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok one more quick question on this...&#60;/p&#62;
&#60;p&#62;If I want to craft my own excerpts rather than using the More Tag...does Eunoia use the excerpt field?&#60;/p&#62;
&#60;p&#62;Jay
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Show Blog summary on Home page"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-summary-on-home-page#post-82538</link>
			<pubDate>Tue, 06 Nov 2012 15:10:36 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82538@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JayButcher on "Show Blog summary on Home page"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-summary-on-home-page#post-82536</link>
			<pubDate>Tue, 06 Nov 2012 14:41:43 +0000</pubDate>
			<dc:creator>JayButcher</dc:creator>
			<guid isPermaLink="false">82536@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Excellent, should have thought about that! Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Show Blog summary on Home page"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-summary-on-home-page#post-82521</link>
			<pubDate>Tue, 06 Nov 2012 13:48:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82521@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi JayButcher,&#60;/p&#62;
&#60;p&#62;You'll need to use the more tag to tell wordpress and the theme where to cut off the individual blog post. You can find the More Tag button in the first row of the visual editor toolbar or by pressing Alt+Shift+T .&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JayButcher on "Show Blog summary on Home page"</title>
			<link>http://www.kriesi.at/support/topic/show-blog-summary-on-home-page#post-82505</link>
			<pubDate>Tue, 06 Nov 2012 13:21:18 +0000</pubDate>
			<dc:creator>JayButcher</dc:creator>
			<guid isPermaLink="false">82505@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have used Eunoia template builder to setup the home page and want to have the blog showing 3 most recent posts but only in summary format not the full post. The options don't allow me to do this. What is the solution? Please help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
