Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter joesmalley

    (@joesmalley)

    Solved! I had this in my theme’s functions.php file:
    add_theme_support(‘post-thumbnails’, array(‘post’, ‘page’));

    And I changed it to:

    add_theme_support(‘post-thumbnails’, array(‘post’, ‘page’, ‘tribe_events’));

    Excellent to hear you got this figured out, Joe. Thanks for sharing your solution ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: The Events Calendar] Adding Featured Image to events’ is closed to new replies.