I'm stucked at some point developing my theme.
I created a custom posts types to support an image gallery. So far, it's working great (have a look on 'galeria' on psaikali.com). I registered this custom post type (register_post_type( 'artwork', $args )) and activated the 'page attributes' function, to define a different template for my posts ('supports' => array( 'title', 'editor', 'thumbnail', 'page-attributes', 'custom-fields' )).
But it just shows the 'order' of the page, not the 'template selection' part. Does anyone knows what's wrong ? I did create the template file called single-artwork.php ...
Screenshot of the page attributes page I see : http://img213.imageshack.us/img213/5348/notemplate.jpg
Thanks for the help !