Possible Duplicate:
Custom Taxonomy in plugin and template
I want to specify a template file for a custom post type in a plugin folder. Commonly, WP would call automatically the single-customposttypename.php from the theme directory, but I want to call /wp-content/plugins/myplugin/somefile.php
Best regards, .wired.