<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Excerpts on home page</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 10:58:16 +0000</pubDate>

<item>
<title>Armen on "Excerpts on home page"</title>
<link>http://themeshaper.com/forums/topic/excerpts-on-home-page#post-11355</link>
<pubDate>Sat, 10 Apr 2010 08:43:05 +0000</pubDate>
<dc:creator>Armen</dc:creator>
<guid isPermaLink="false">11355@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@Gene:&#60;br /&#62;
Thanks Gene. I had been looking for that code. I didn't know how to and what to change. But @Flick referred to me here from &#60;a href=&#34;http://themeshaper.com/forums/topic/full-posts-showing-up-on-homepage#post-11353.&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/full-posts-showing-up-on-homepage#post-11353.&#60;/a&#62; Thank again!
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "Excerpts on home page"</title>
<link>http://themeshaper.com/forums/topic/excerpts-on-home-page#post-10621</link>
<pubDate>Wed, 10 Mar 2010 04:24:04 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">10621@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi thexander,&#60;/p&#62;
&#60;p&#62;Try this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_content($content) {
	if ( is_home () ) {
		$content= &#38;#39;excerpt&#38;#39;;}
	return $content;
}
add_filter(&#38;#39;thematic_content&#38;#39;, &#38;#39;childtheme_content&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;-Gene
&#60;/p&#62;</description>
</item>
<item>
<title>flick on "Excerpts on home page"</title>
<link>http://themeshaper.com/forums/topic/excerpts-on-home-page#post-10610</link>
<pubDate>Wed, 10 Mar 2010 00:57:28 +0000</pubDate>
<dc:creator>flick</dc:creator>
<guid isPermaLink="false">10610@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@thexander: This is probably what you're looking for: &#60;a href=&#34;http://themeshaper.com/forums/topic/adding-a-loop#post-3684&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/adding-a-loop#post-3684&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As I understand it, Thematic has a custom filter called &#60;code&#62;thematic_content&#60;/code&#62; (found in content-extensions.php) and assuming you're ok with conditional tags, you can choose whether to display the full post, the excerpt or nothing.&#60;/p&#62;
&#60;p&#62;Chris explains it more fully in the link above.
&#60;/p&#62;</description>
</item>
<item>
<title>thexander on "Excerpts on home page"</title>
<link>http://themeshaper.com/forums/topic/excerpts-on-home-page#post-10609</link>
<pubDate>Wed, 10 Mar 2010 00:19:41 +0000</pubDate>
<dc:creator>thexander</dc:creator>
<guid isPermaLink="false">10609@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I've searched the forum and it appears that most questions re: excerpts are asking how to convert them to full posts.&#60;/p&#62;
&#60;p&#62;I want the opposite. How do I get the posts on my front page to only display excerpts?&#60;/p&#62;
&#60;p&#62;Thanks in advance. I hope this question isn't redundant because I coudln't find an answer anywhere.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
