<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"	>
<channel>
	<title>Comments on: Create Custom Single Post Templates for Specific Posts or Sections in WordPress</title>
	<atom:link href="http://www.wpbeginner.com/wp-themes/create-custom-single-post-templates-for-specific-posts-or-sections-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpbeginner.com/wp-themes/create-custom-single-post-templates-for-specific-posts-or-sections-in-wordpress/</link>
	<description>Beginner&#039;s Guide for WordPress</description>
	<lastBuildDate>Fri, 10 Feb 2012 00:50:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: guest</title>
		<link>http://www.wpbeginner.com/wp-themes/create-custom-single-post-templates-for-specific-posts-or-sections-in-wordpress/comment-page-1/#comment-125044</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Tue, 17 Jan 2012 23:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=943#comment-125044</guid>
		<description>This plugin does not work with 3.3.1 unfortunately</description>
		<content:encoded><![CDATA[<p>This plugin does not work with 3.3.1 unfortunately</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CapitalH_Press</title>
		<link>http://www.wpbeginner.com/wp-themes/create-custom-single-post-templates-for-specific-posts-or-sections-in-wordpress/comment-page-1/#comment-125006</link>
		<dc:creator>CapitalH_Press</dc:creator>
		<pubDate>Sun, 15 Jan 2012 10:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=943#comment-125006</guid>
		<description>check out this page: http://codex.wordpress.org/Template_Hierarchy</description>
		<content:encoded><![CDATA[<p>check out this page: <a href="http://codex.wordpress.org/Template_Hierarchy" rel="nofollow">http://codex.wordpress.org/Template_Hierarchy</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CapitalH_Press</title>
		<link>http://www.wpbeginner.com/wp-themes/create-custom-single-post-templates-for-specific-posts-or-sections-in-wordpress/comment-page-1/#comment-125005</link>
		<dc:creator>CapitalH_Press</dc:creator>
		<pubDate>Sun, 15 Jan 2012 10:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=943#comment-125005</guid>
		<description>The code I pasted is not showing in the comment, I meant the code described in the article it self to specify the name of the file we created the commented out peace of code</description>
		<content:encoded><![CDATA[<p>The code I pasted is not showing in the comment, I meant the code described in the article it self to specify the name of the file we created the commented out peace of code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CapitalH_Press</title>
		<link>http://www.wpbeginner.com/wp-themes/create-custom-single-post-templates-for-specific-posts-or-sections-in-wordpress/comment-page-1/#comment-125004</link>
		<dc:creator>CapitalH_Press</dc:creator>
		<pubDate>Sun, 15 Jan 2012 10:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=943#comment-125004</guid>
		<description>I used this code in my file that I created and named it single-portfolio.com

 

&lt;?php/*Single Post Template: [Descriptive Template Name]Description: This part is optional, but helpful for describing the Post Template*/?&gt;

 

Then without adding the plugin or setting any function my portfolio custom posts are using this file as their single file template, I think in WP 3.3 we no longer need plugins like that.</description>
		<content:encoded><![CDATA[<p>I used this code in my file that I created and named it single-portfolio.com</p>
<p>&lt;?php/*Single Post Template: [Descriptive Template Name]Description: This part is optional, but helpful for describing the Post Template*/?&gt;</p>
<p>Then without adding the plugin or setting any function my portfolio custom posts are using this file as their single file template, I think in WP 3.3 we no longer need plugins like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frankandjen</title>
		<link>http://www.wpbeginner.com/wp-themes/create-custom-single-post-templates-for-specific-posts-or-sections-in-wordpress/comment-page-1/#comment-122547</link>
		<dc:creator>frankandjen</dc:creator>
		<pubDate>Wed, 03 Aug 2011 15:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=943#comment-122547</guid>
		<description>Is there anyway to get this to work with custom post type templates?&lt;br/&gt;&lt;br/&gt;Thanks!</description>
		<content:encoded><![CDATA[<p>Is there anyway to get this to work with custom post type templates?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marktastic</title>
		<link>http://www.wpbeginner.com/wp-themes/create-custom-single-post-templates-for-specific-posts-or-sections-in-wordpress/comment-page-1/#comment-121931</link>
		<dc:creator>marktastic</dc:creator>
		<pubDate>Tue, 05 Jul 2011 02:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=943#comment-121931</guid>
		<description>My apologies if this is a simplistic question, but I just want to make a new category for posts and want all of that category to have the same custom template.

 

I create the custom.php and throw it in the theme file as shown. I activate the plug in.

 

Do I have to add all of the above listed code if all I care about is that one specific category? Or is there a shortcut?

 

Thanks for your article!!</description>
		<content:encoded><![CDATA[<p>My apologies if this is a simplistic question, but I just want to make a new category for posts and want all of that category to have the same custom template.</p>
<p>I create the custom.php and throw it in the theme file as shown. I activate the plug in.</p>
<p>Do I have to add all of the above listed code if all I care about is that one specific category? Or is there a shortcut?</p>
<p>Thanks for your article!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rotten Elf</title>
		<link>http://www.wpbeginner.com/wp-themes/create-custom-single-post-templates-for-specific-posts-or-sections-in-wordpress/comment-page-1/#comment-100650</link>
		<dc:creator>Rotten Elf</dc:creator>
		<pubDate>Wed, 20 Apr 2011 20:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=943#comment-100650</guid>
		<description>WOW!!!!!!!!!!!  I just came up with an idea that required this, and in looking in the wp-admin panel, I noticed that custom post templates weren&#039;t available, but I thought &quot;wait...I can&#039;t be the first person to need this, I&#039;ll google it&quot;  lo and behold, you have the solution.  Thank you WPBeginner (and everyone else in the WP community that shares information and techniques).  I seriously needed this little tut on creating custom post templates!

This opens up so many doors for me.....so many doors.</description>
		<content:encoded><![CDATA[<p>WOW!!!!!!!!!!!  I just came up with an idea that required this, and in looking in the wp-admin panel, I noticed that custom post templates weren&#8217;t available, but I thought &#8220;wait&#8230;I can&#8217;t be the first person to need this, I&#8217;ll google it&#8221;  lo and behold, you have the solution.  Thank you WPBeginner (and everyone else in the WP community that shares information and techniques).  I seriously needed this little tut on creating custom post templates!</p>
<p>This opens up so many doors for me&#8230;..so many doors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-themes/create-custom-single-post-templates-for-specific-posts-or-sections-in-wordpress/comment-page-1/#comment-78965</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Thu, 17 Feb 2011 12:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=943#comment-78965</guid>
		<description>If it is just for one category, then you can always create a category-slug.php file which will override your current settings :)</description>
		<content:encoded><![CDATA[<p>If it is just for one category, then you can always create a category-slug.php file which will override your current settings <img src='http://cdn.wpbeginner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff campagna</title>
		<link>http://www.wpbeginner.com/wp-themes/create-custom-single-post-templates-for-specific-posts-or-sections-in-wordpress/comment-page-1/#comment-78797</link>
		<dc:creator>jeff campagna</dc:creator>
		<pubDate>Wed, 16 Feb 2011 22:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=943#comment-78797</guid>
		<description>Hey! Great Article!

What if the element you want to change is not in the single.php file but in the loop.php file? The loop calls the post thumbnail to appear before the post title. But I want, for a specific category, to remove that thumbnail from the loop...

Hopefully I am making myself clear.
Thanks so much for this!</description>
		<content:encoded><![CDATA[<p>Hey! Great Article!</p>
<p>What if the element you want to change is not in the single.php file but in the loop.php file? The loop calls the post thumbnail to appear before the post title. But I want, for a specific category, to remove that thumbnail from the loop&#8230;</p>
<p>Hopefully I am making myself clear.<br />
Thanks so much for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-themes/create-custom-single-post-templates-for-specific-posts-or-sections-in-wordpress/comment-page-1/#comment-74235</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Tue, 01 Feb 2011 19:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=943#comment-74235</guid>
		<description>You might have to store the template in custom-field and then pull it that way. You can also utilize the new Post Formats to display it that way. Maybe the method shared in this article is not the best method... 

Custom Taxonomy may also be another solution...</description>
		<content:encoded><![CDATA[<p>You might have to store the template in custom-field and then pull it that way. You can also utilize the new Post Formats to display it that way. Maybe the method shared in this article is not the best method&#8230; </p>
<p>Custom Taxonomy may also be another solution&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Content Delivery Network via cdn.wpbeginner.com

Served from: www.wpbeginner.com @ 2012-02-10 17:40:19 -->
