<?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>WordPress &#8250; Support Topic: [Plugin: Custom Post Template] No drop-down to select different template</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: Custom Post Template] No drop-down to select different template</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 00:45:19 +0000</pubDate>

<item>
<title>ronaldb73 on "[Plugin: Custom Post Template] No drop-down to select different template"</title>
<link>http://wordpress.org/support/topic/275440#post-1214824</link>
<pubDate>Thu, 17 Sep 2009 09:28:16 +0000</pubDate>
<dc:creator>ronaldb73</dc:creator>
<guid isPermaLink="false">1214824@http://wordpress.org/support/</guid>
<description>&#60;p&#62;found a different solution.&#60;br /&#62;
I've added the following code to my themes functions.php:&#60;br /&#62;
add_filter('single_template', create_function('$t', 'foreach( (array) get_the_category() as $cat ) { if ( file_exists(TEMPLATEPATH . &#34;/single-{$cat-&#38;gt;term_id}.php&#34;) ) return TEMPLATEPATH . &#34;/single-{$cat-&#38;gt;term_id}.php&#34;; } return $t;' ));&#60;/p&#62;
&#60;p&#62;now when i create a single-xx.php (where xx is the ID of the category) all posts in this category use the single-xx.php instead of single.php.
&#60;/p&#62;</description>
</item>
<item>
<title>ronaldb73 on "[Plugin: Custom Post Template] No drop-down to select different template"</title>
<link>http://wordpress.org/support/topic/275440#post-1214788</link>
<pubDate>Thu, 17 Sep 2009 08:11:47 +0000</pubDate>
<dc:creator>ronaldb73</dc:creator>
<guid isPermaLink="false">1214788@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have the same problem, no drop down menu.&#60;br /&#62;
But: when I use it on another theme it does work, what could cause my theme (VN-News) to mess with this plugin?
&#60;/p&#62;</description>
</item>
<item>
<title>vhgdesign on "[Plugin: Custom Post Template] No drop-down to select different template"</title>
<link>http://wordpress.org/support/topic/275440#post-1088505</link>
<pubDate>Mon, 01 Jun 2009 08:24:17 +0000</pubDate>
<dc:creator>vhgdesign</dc:creator>
<guid isPermaLink="false">1088505@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I've installed the plug-in and made new single-new.php, which is copy of single.php. The problem is that I can't see drop-down to select different templates in admin. The php is 5.1.6 and I have also&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
/*&#60;br /&#62;
Template Name Posts: Snarfer&#60;br /&#62;
*/&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Any idea where the problem can be?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Vel&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/custom-post-template/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/custom-post-template/&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
