voceconnect / multi-post-thumbnails

Adds multiple post thumbnails to a post type. If you've ever wanted more than one Featured Image on a post, this plugin is for you.
143 stars 63 forks source link

Control the amount of extra featured image's #112

Closed Eelcomartens closed 7 years ago

Eelcomartens commented 7 years ago

Hello.

The standard is set to add 4 more featured image's. Where can i make it one and not four extra?

Can anyone help me with that? i'm using it ass a direct funtion and not a plugin.

In functions I have: require_once('library/multi-post-thumbnails.php');

the rest in non-edited.

chrisscott commented 7 years ago

Can you clarify? The only featured images that will be added are the ones you register by instantiating an instance of the MultiPostThumbnails class. It sounds like wherever your code is that is doing that is being called multiple times.