When I register my custom post type, I set this:
'hierarchical' => true,
'supports' => array( 'title','author', 'page-attributes' ),
So, I am supose to see 'order', 'templates', 'parents' in Attributes box when create new post. But, I don't see the 'templates' drop down showing up. Anything else I should do to enable the choice of 'templates' ?