Hi i have a theme conflict with your plugin community event.
With your plugin activated, the featured images of post and events won’t show on my frontpage.
This here is from my themes functions.php file:
if ( function_exists( ‘add_theme_support’ ) ) {
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 150, 150, true ); // default Post Thumbnail dimensions (cropped)
}
What changes do i need to make, to get your plugin and my theme to work together.