It work for me.
Did u put in functions.php
http://wordpress.org/extend/plugins/custom-post-template/other_notes/
function my_cpt_post_types( $post_types ) {
$post_types[] = 'portfolio';
return $post_types;
}
add_filter( 'cpt_post_types', 'my_cpt_post_types' );
Hello Chris, nice plugin very useful, thanks.
I had the some problem, i think, i install and work after a few changes in admin stop to work in some cases.
My problem it’s caused whem i remove the images from media library to generate new thumbnails.
The wp remove the image reference in the box but the ID reference keeps in the custom_field and because of that it doesn’t let save a new image even if the box of second image is empty.
I have the some problem.
And just happen after i made a deploy from one server to another server.
And i fixed it with the plugin. If it help i could try to get both php parameters