Why is Posts page selected when showing single Custom Post Type?
Might be worth looking at the Codex for registering a post type, the rewrite rule should help: http://codex.wordpress.org/Function_Reference/register_post_type rewrite (boolean or array) (optional) Rewrite permalinks with this format. False to prevent rewrite. Default: true and use post type as slug $args array ‘slug’ – prepend posts with this slug – defaults to post type’s name … Read more