Custom Post Formats for Custom Post Types
You have several options here so I will clarify what you can do. Create a custom post type template page using something like single-customposttype.php and take advantage of the template hierarchy, http://codex.wordpress.org/Template_Hierarchy Use a conditional query for your styling in the loop ( or whatever you’re using), along the line of if (post type= your … Read more