Created
October 30, 2015 16:03
-
-
Save tomfinitely/c5347bf2123f30cdc051 to your computer and use it in GitHub Desktop.
SU Multiple Post Thumbnails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//* 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