<?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: Creating a featured post section w/thumbnails</title>
	<atom:link href="http://beginwithanidea.com/coding/wordpress/creating-a-featured-post-section-wthumbnails/feed/" rel="self" type="application/rss+xml" />
	<link>http://beginwithanidea.com/coding/wordpress/creating-a-featured-post-section-wthumbnails/</link>
	<description>Creative &#38; Technology Articles</description>
	<lastBuildDate>Wed, 19 Oct 2011 03:29:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian</title>
		<link>http://beginwithanidea.com/coding/wordpress/creating-a-featured-post-section-wthumbnails/comment-page-1/#comment-10629</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 19 Oct 2011 03:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://beginwithanidea.com/?p=223#comment-10629</guid>
		<description>Your featured.php file need to be included wherever you want it to appear. 
Let&#039;s say you want it to be placed on top of your normal loop of entries. Then place the include tag as above before that section.

&lt;pre escaped=&quot;true&quot; lang=&quot;php&quot;&gt;
&lt;?php include( TEMPLATEPATH . &#039;/featured.php&#039; ); ?&gt;&lt;/pre&gt;

Where exactly do you want to place the featured content snippet on your site? and why isn&#039;t there any index.php file in your theme? It&#039;s one of the most important theme file WP needs (a fall back file)...</description>
		<content:encoded><![CDATA[<p>Your featured.php file need to be included wherever you want it to appear.<br />
Let&#8217;s say you want it to be placed on top of your normal loop of entries. Then place the include tag as above before that section.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;color: #ccc; font: 12px Consolas, Lucida Console, Monaco, monospace;"><span class="kw2">&lt;?php</span> <span class="kw1">include</span><span class="br0">&#40;</span> TEMPLATEPATH <span class="sy0">.</span> <span class="st_h">'/featured.php'</span> <span class="br0">&#41;</span><span class="sy0">;</span> <span class="sy1">?&gt;</span></pre></div></div>

<p>Where exactly do you want to place the featured content snippet on your site? and why isn&#8217;t there any index.php file in your theme? It&#8217;s one of the most important theme file WP needs (a fall back file)&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://beginwithanidea.com/coding/wordpress/creating-a-featured-post-section-wthumbnails/comment-page-1/#comment-10628</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 19 Oct 2011 03:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://beginwithanidea.com/?p=223#comment-10628</guid>
		<description>One of the instructions given here is: &quot;Save your theme file where you included the featured.php tag.&quot;

I dont understand this! Please help.

What is the theme file? I put featured.php file in the main directory of my theme. I have no idea where the featured.php tag is.

I dont have an index.php file in my theme directory, only functions.php. So into which file, and which line inside of that file, should I place the fetch/call code?</description>
		<content:encoded><![CDATA[<p>One of the instructions given here is: &#8220;Save your theme file where you included the featured.php tag.&#8221;</p>
<p>I dont understand this! Please help.</p>
<p>What is the theme file? I put featured.php file in the main directory of my theme. I have no idea where the featured.php tag is.</p>
<p>I dont have an index.php file in my theme directory, only functions.php. So into which file, and which line inside of that file, should I place the fetch/call code?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

