Hi.
Thanks for this tutorial. It’s just what I need but unfortunately I can’t make it work. The thumbnail just doesn’t show and I don’t have an option to select a feature image when editing an imported event from Facebook or when creating an event. I’m making my own theme and have added the following to the functions.php. in order to have feature images for posts.
if ( function_exists( ‘add_theme_support’ ) ) {
add_theme_support( ‘post-thumbnails’, array(‘post’));
set_post_thumbnail_size( 593, 450, true ); // default Post Thumbnail dimensions (cropped)
add_image_size( ‘category-archive’, 200, 283, true );
add_image_size( ‘category-projects’, 220, 220, true );
}
My event page is here
http://www.blus.dk/test/?post_type=tribe_events
Should I add something to the functions.php file?
I hope you can help me. Thanks
Ellen T. O’ Gara