Skip to content

Instantly share code, notes, and snippets.

@tomfinitely
Created October 30, 2015 16:03
Show Gist options
  • Save tomfinitely/c5347bf2123f30cdc051 to your computer and use it in GitHub Desktop.
Save tomfinitely/c5347bf2123f30cdc051 to your computer and use it in GitHub Desktop.
SU Multiple Post Thumbnails
//* Featured Events Secondary Featured Image
if (class_exists('MultiPostThumbnails')) {
new MultiPostThumbnails(array(
'label' => 'Featured Image 2',
'id' => 'featured-image-2',
'post_type' => 'su_feat_events'
) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment