• Would you be open to updating your plugin to work with post thumbnail editor.

    If you aren’t familiar with it, its a very useful plugin allowing the user to choose the crop on a featured image or other defined thumbnail size (http://ww.wp.xz.cn/plugins/post-thumbnail-editor/). (please note, this is not my plugin)

    http://ww.wp.xz.cn/plugins/multiple-post-thumbnails/

    In terms of integration, it adds a link below the “remove featured image” link in the featured image meta, however if using your plugin to create a secondary featured image that link isn’t there.

    I had a look at the code for your plugin and think its a simple fix, which his working for me at the moment. I added the following line after line 397 in multi-post-thumbnails.php

    if(is_plugin_active("post-thumbnail-editor/post-thumbnail-editor.php")) { $content .= "<p class=\"hide-if-no-js\"><a href=\"" . get_admin_url(get_current_blog_id(),"upload.php?page=pte-edit&pte-id={$thumbnail_id}") . "\" target=\"_blank\">Post Thumbnail Editor</a></p>";}

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Work with post thumbnail editor’ is closed to new replies.