Hi,
you did give me this code for see the featured image for a custom post type:
add_filter(‘etheme_backstretch_enqueue’, function($post_types){
$post_types[] = ‘muziek’;
$post_types[] = ‘bibliotheek’;
return $post_types;
});
Is it also possible to see a featured image for one of the post type and to have the breadcrumb header for another post type? What code do I need to see a header for one of the custom post type.
regard,
Robert