<?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: Full posts showing up on homepage.</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Mon, 20 May 2013 07:31:03 +0000</pubDate>

<item>
<title>optimus203 on "Full posts showing up on homepage."</title>
<link>http://themeshaper.com/forums/topic/full-posts-showing-up-on-homepage#post-21546</link>
<pubDate>Mon, 30 May 2011 03:38:05 +0000</pubDate>
<dc:creator>optimus203</dc:creator>
<guid isPermaLink="false">21546@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@Armen - Exactly the fix I was looking for. Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>jdcohan on "Full posts showing up on homepage."</title>
<link>http://themeshaper.com/forums/topic/full-posts-showing-up-on-homepage#post-12597</link>
<pubDate>Tue, 25 May 2010 14:47:11 +0000</pubDate>
<dc:creator>jdcohan</dc:creator>
<guid isPermaLink="false">12597@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@Armen: Thanks for the question. And @flick: Thanks for the answer!
&#60;/p&#62;</description>
</item>
<item>
<title>flick on "Full posts showing up on homepage."</title>
<link>http://themeshaper.com/forums/topic/full-posts-showing-up-on-homepage#post-11357</link>
<pubDate>Sat, 10 Apr 2010 12:47:53 +0000</pubDate>
<dc:creator>flick</dc:creator>
<guid isPermaLink="false">11357@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@Armen: Am glad it worked for you. One thing I have just remembered is that you could always use the 'More' tag to control when the 'read more' tag appears. &#60;/p&#62;
&#60;p&#62;Otherwise the excerpt is usually setup to display up to the first 55 words I think, but you can modify this using another filter: &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/the_excerpt#Control_Excerpt_Length_using_Filters&#34;&#62;WordPress Codex - Excerpt Length&#60;/a&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>Armen on "Full posts showing up on homepage."</title>
<link>http://themeshaper.com/forums/topic/full-posts-showing-up-on-homepage#post-11354</link>
<pubDate>Sat, 10 Apr 2010 08:38:52 +0000</pubDate>
<dc:creator>Armen</dc:creator>
<guid isPermaLink="false">11354@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@Flick:&#60;br /&#62;
It worked! Thank you so much! I will thank Gene too!&#60;br /&#62;
I've had almost everything sorted except for that part and now it's all done.&#60;br /&#62;
I've been refreshing this page about every five minutes for a reply. haha.&#60;/p&#62;
&#60;p&#62;And yes, you are right. Thematic is set to show full posts on the front page. I installed default themes and they gave me the same outcome. So, I figured it must be changed within the theme file.&#60;/p&#62;
&#60;p&#62;How do I change this thread into &#34;Resolved&#34;? Or the moderators are supposed to do that?
&#60;/p&#62;</description>
</item>
<item>
<title>flick on "Full posts showing up on homepage."</title>
<link>http://themeshaper.com/forums/topic/full-posts-showing-up-on-homepage#post-11353</link>
<pubDate>Sat, 10 Apr 2010 08:26:39 +0000</pubDate>
<dc:creator>flick</dc:creator>
<guid isPermaLink="false">11353@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@Armen: If I remember correctly, you'll probably need to add this to the functions.php file for PowerBlog:&#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;Courtesy of Gene on: &#60;a href=&#34;http://themeshaper.com/forums/topic/excerpts-on-home-page#post-10621&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/excerpts-on-home-page#post-10621&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;By default, I think Thematic is setup to show full posts on the front/homepage and e.g. excerpts on the category page, and as &#60;code&#62;thematic_content&#60;/code&#62; hasn't already been 'filtered' in the Power Blog functions.php, this means that you can add the &#60;a href=&#34;http://themeshaper.com/thematic/guide/?page_id=12&#34;&#62;filter&#60;/a&#62; above.
&#60;/p&#62;</description>
</item>
<item>
<title>Armen on "Full posts showing up on homepage."</title>
<link>http://themeshaper.com/forums/topic/full-posts-showing-up-on-homepage#post-11350</link>
<pubDate>Sat, 10 Apr 2010 04:38:41 +0000</pubDate>
<dc:creator>Armen</dc:creator>
<guid isPermaLink="false">11350@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I've tried to create the same problem but it seems to be fine when you access the blog using a link like this: &#60;a href=&#34;http://samena.me/category/downloads/&#34; rel=&#34;nofollow&#34;&#62;http://samena.me/category/downloads/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It shows the excerpt when you access it. But, when you access the homepage, the whole post shows up. I'm assuming it has to be changed somewhere in the theme files. But I have no idea where.
&#60;/p&#62;</description>
</item>
<item>
<title>Armen on "Full posts showing up on homepage."</title>
<link>http://themeshaper.com/forums/topic/full-posts-showing-up-on-homepage#post-11349</link>
<pubDate>Sat, 10 Apr 2010 04:33:08 +0000</pubDate>
<dc:creator>Armen</dc:creator>
<guid isPermaLink="false">11349@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I tried that but it doesn't seem to work. As of this moment, that option is set to summary  but you can still see the whole post on the front page. Anything else you can think of?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Full posts showing up on homepage."</title>
<link>http://themeshaper.com/forums/topic/full-posts-showing-up-on-homepage#post-11348</link>
<pubDate>Sat, 10 Apr 2010 04:09:37 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">11348@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Typically this is governed In the Settings of your WP dashboard.  Go to Settings&#38;gt;Reading then under &#34;For each article in a feed, show&#34; ... I suspect it is set to &#34;full text&#34; whereas you want Summary.  I hope that helps.
&#60;/p&#62;</description>
</item>
<item>
<title>Armen on "Full posts showing up on homepage."</title>
<link>http://themeshaper.com/forums/topic/full-posts-showing-up-on-homepage#post-11347</link>
<pubDate>Sat, 10 Apr 2010 02:50:27 +0000</pubDate>
<dc:creator>Armen</dc:creator>
<guid isPermaLink="false">11347@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I installed Thematic Power Blog last night and I've been tinkering with it since 8:30 this morning. I just love it. However, I have a small problem that I don't know how to fix since I'm not that great with php.&#60;br /&#62;
On the front page, all the posts show full text of the post and not an excerpt with something &#34;...&#34; or &#34;read more...&#34; at the end of a preview excerpt. Is there a way to fix that? If there's an option for that in wordpress, I just couldn't find it. I'd greatly appreciate any help.&#60;br /&#62;
You can check the blog at &#60;a href=&#34;http://samena.me&#34; rel=&#34;nofollow&#34;&#62;http://samena.me&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If there is a php code that I need to fix, could someone also tell me in which file I'd have to fix and in what folder it should be in? Even though I'm learning it, I'm just scared of messing with php files. &#60;/p&#62;
&#60;p&#62;Also, I wanted to make the header image to be a link to the homepage. Is there anyway to do that?&#60;/p&#62;
&#60;p&#62;I just set that blog up, if you have comments on if I should fix or change something, please let me know. I would greatly appreciate all the help.&#60;br /&#62;
Thanks!&#60;br /&#62;
-Armen
&#60;/p&#62;</description>
</item>

</channel>
</rss>
