WPIntell

Source evidence

Very bad plugin

Multiple Post Thumbnails · review · 2016-02-27T23:51:00+00:00

complaintsentiment
highseverity
0.98relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 26 rows with source links

15.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 1 stars
sorin_gheorghita unresolved
I installed this plugin o a custom theme where I was using the first featured image as a background image and after installing this, surprise! Not working 🙁 Tried te disable/delete it, and surprise again! Still not working. So this plugin messed up my database. Thanks, developers! First of all, I’m NOT the developer, just a very happy user of the plugin. To be clear: the plugin DOES work. It just sounds like you didn’t read the readme.txt. As said there you need to add a little snippet to your theme’s function.php. (Check https://github.com/voceconnect/multi-post-thumbnails/wiki ) if (class_exists('MultiPostThumbnails')) { new MultiPostThumbnails( array( 'label' => 'Secondary Image', 'id' => 'secondary-image', 'post_type' => 'post' 'post_type' => 'page' ) ); } This will make a meta box appear where you can set the image. Also, this plugin did NOT ‘mess up’ your database. You make it sound like it had crashed you database, which is not the case, of course. 😉

Comments

1 shown
Stonehenge Creations 2016-08-20T12:35:00+00:00

First of all, I’m NOT the developer, just a very happy user of the plugin. To be clear: the plugin DOES work. It just sounds like you didn’t read the readme.txt. As said there you need to add a little snippet to your theme’s function.php. (Check https://github.com/voceconnect/multi-post-thumbnails/wiki ) if (class_exists('MultiPostThumbnails')) { new MultiPostThumbnails( array( 'label' => 'Secondary Image', 'id' => 'secondary-image', 'post_type' => 'post' 'post_type' => 'page' ) ); } This will make a meta box appear where you can set the image. Also, this plugin did NOT ‘mess up’ your database. You make it sound like it had crashed you database, which is not the case, of course. 😉