Still works great!
-
Even though this plugin hasn’t been updated in a long time, it still works great! So I guess there’s just no reason for the developer to have it updated. ??
For me this plugin is one of the easiest ways to selectively add a header image. I want it on some pages, but not on others. Using the standard Featured Image function will set it foor all or none, so that’s not flexible enough.
One suggestion for an update though:
Now you still need to add the following snippet to your theme’s function.php.if (class_exists('MultiPostThumbnails')) { new MultiPostThumbnails( array( 'label' => 'Secondary Image', 'id' => 'secondary-image', 'post_type' => 'post' 'post_type' => 'page' ) ); }
It would be great if the plugin did this automatically. That will also keep the plugin active if you switch themes.
P.S.
To add the meta box to other post types, just add it to the snippet.
‘post_type’ => ‘event’ will add it for Events Manager, for example. ??
- The topic ‘Still works great!’ is closed to new replies.