<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Post Context</title>
	<atom:link href="http://carringtontheme.com/2009/08/the-post-context/feed/" rel="self" type="application/rss+xml" />
	<link>http://carringtontheme.com/2009/08/the-post-context/</link>
	<description>The CMS Theme Framework for WordPress</description>
	<lastBuildDate>Thu, 11 Mar 2010 06:56:15 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stephanie</title>
		<link>http://carringtontheme.com/2009/08/the-post-context/comment-page-1/#comment-3767</link>
		<dc:creator>Stephanie</dc:creator>
		<pubDate>Wed, 03 Feb 2010 20:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://carringtontheme.com/?p=319#comment-3767</guid>
		<description>Hi Alex, I would like to be able to have an excerpt under my post title when they are opened through the category. So for example if my category is job techniques and it is clicked, I want my post called Wowing employers to have the excerpt show under the title and then a read more option which would then show the whole post. I&#039;ve searched for various ways of doing this but have yet to have any success. I would definitely appreciate some help on this.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi Alex, I would like to be able to have an excerpt under my post title when they are opened through the category. So for example if my category is job techniques and it is clicked, I want my post called Wowing employers to have the excerpt show under the title and then a read more option which would then show the whole post. I&#8217;ve searched for various ways of doing this but have yet to have any success. I would definitely appreciate some help on this.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://carringtontheme.com/2009/08/the-post-context/comment-page-1/#comment-2502</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sun, 16 Aug 2009 05:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://carringtontheme.com/?p=319#comment-2502</guid>
		<description>Wow, thank you for doing this.</description>
		<content:encoded><![CDATA[<p>Wow, thank you for doing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex King</title>
		<link>http://carringtontheme.com/2009/08/the-post-context/comment-page-1/#comment-2469</link>
		<dc:creator>Alex King</dc:creator>
		<pubDate>Wed, 12 Aug 2009 01:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://carringtontheme.com/?p=319#comment-2469</guid>
		<description>home.php isn&#039;t a supported template name in the Post context, that&#039;s supported in the General context. You should create a custom loop (loop/home.php) and call the specific content template you want to use on the home page inside that loop file:

&lt;code&gt;cfct_template_file(&#039;content&#039;, &#039;home&#039;);&lt;/code&gt;

or, more likely:

&lt;code&gt;cfct_template_file(&#039;excerpt&#039;, &#039;home&#039;);&lt;/code&gt;

as desired.</description>
		<content:encoded><![CDATA[<p>home.php isn&#8217;t a supported template name in the Post context, that&#8217;s supported in the General context. You should create a custom loop (loop/home.php) and call the specific content template you want to use on the home page inside that loop file:</p>
<p><code>cfct_template_file('content', 'home');</code></p>
<p>or, more likely:</p>
<p><code>cfct_template_file('excerpt', 'home');</code></p>
<p>as desired.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://carringtontheme.com/2009/08/the-post-context/comment-page-1/#comment-2468</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Wed, 12 Aug 2009 01:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://carringtontheme.com/?p=319#comment-2468</guid>
		<description>Hi, thanks for the great documentation with examples and all. Much appreciated!

I am wondering about something that many others might be: how to change the post template when viewing the frontpage. I know that a template named home.php in posts/ will change the larger page structure, but it seems to call content/content-default.php. I tried dropping a home.php variant in content/ but it does not get selected. 

I often want posts on the frontpage to be more stripped down, with more detail in the index or single views. So this functionality would be great. Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the great documentation with examples and all. Much appreciated!</p>
<p>I am wondering about something that many others might be: how to change the post template when viewing the frontpage. I know that a template named home.php in posts/ will change the larger page structure, but it seems to call content/content-default.php. I tried dropping a home.php variant in content/ but it does not get selected. </p>
<p>I often want posts on the frontpage to be more stripped down, with more detail in the index or single views. So this functionality would be great. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
