How can I create an alternate full-HTML editor for posts?
The Problem It seems that you’re using the normal theme template files for posts and pages to display your custom post type. This means, that you also got the wp_head() hook and other template, that output default (post/page specific) things. The solution Add a template file to your theme, that’s named single-{$post_type}.php and nothing than … Read more