![]()
Odds are if you were using the Custom Post Template plugin and upgraded to WordPress 2.9, it broke. Luckily, there is a very simple fix while you wait for an official update. Navigate to your plugins directory, pop open the file named ‘custom-post-templates.php’ and find line 126. Replace the whole line with the following:
$template_data = implode( '', file( $template ) );
That should take care of it. Enjoy!

