• 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!

Viewing 1 replies (of 1 total)
  • 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. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Very bad plugin’ is closed to new replies.