=== PLFI Pro Addon === Contributors: pcgrejaldo, JAkzam Donate link: http://jaggededgemedia.com/downloads/plfi-pro-addon/ Tags: featured, image, posts, pages, developer tools Requires at least: 3.5.1 Tested up to: 3.9 Stable tag: 1.5.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html An addon to Post List Featured Image plugin that enables setting of featured image in posts list table. == Description == An addon to [Post List Featured Image](http://wordpress.org/plugins/post-list-featured-image/ "Post List Featured Image") plugin that makes setting of featured images easy. This addon enables you to: * Set or remove a featured image for a single post or bulk of posts. * Auto-set the first image in a post to a featured image. * Set a default featured image for posts that doesn't have linked images. == Installation == 1. Download the [Post List Featured Image](http://wordpress.org/plugins/post-list-featured-image/ "Post List Featured Image") plugin from Wordpress.org, 2. Either upload PLFI Pro Addon plugin directory (`/plfi-pro-addon`) to your `/wp-content/plugins/` directory, or upload the zip file via the `Install Plugins` page in your site's admin panel (`/wp-admin/plugin-install.php?tab=upload`), 3. Then, activate the plugin through the 'Plugins' menu. == Instructions and Usage == * **Select supported post types** On your WP dashboard, go to `Media > Featured Image Settings`. Under `PLFI Settings` tab, there's a `Select supported post types` section with checkboxes, check the box for the post types that you want to enable support for this plugin. * **Auto set featured image by post type** On your WP dashboard, go to `Media > Featured Image Settings`. Under `Tools` tab, select the post type that you want to work on and click `Auto Set` button. *Please do not browse away from that page until it has processed all posts* * **Auto set featured image for a post or bulk of posts** 1. Go to the post type's list table (e.g. `Posts > All Posts` for post). 2. Either click the `Quick Edit` button of a post or do a `Bulk Edit` on the posts list table. 3. On the inline edit panel that opens, in the section labeled `Featured Image`, click `Auto Set Featured Image` button and click `Update`. == Frequently Asked Questions == = Where can I find the plugin's settings page? = In your Wordpress site, go to `Media > Featured Image Settings`. = How do I edit the featured image for a post in the post list table? = In the post list table, hover your mouse on the post item you want to edit and click `Quick Edit`. When the quick edit panel opens, you can see the link to setting a featured image under the `Featured Image` section. = How do I auto set the featured images for all posts in a custom post type? = **Note:** *Requires at least version 0.3.5 of Post List Featured Image plugin* Go to `Media > Featured Image Settings`. Under the `Tools` tab, select the post type that you want to the featured images to be auto-set and click the `Auto Set` button. **Do not browse away from this page (press back button in the browser, reload page, etc.) while it's processing posts (*this is especially true if you have a lot of posts for that post type*)** = How do I set the default featured image? = Go to `Media > Featured Image Settings`. Under `PLFI Settings` tab, click `Select Image` button next to *Default featured image when post has no images*, then select the image that you want or upload one when the media library dialog opens and click `Save Changes` button. == Changelog == = 1.5.4 = * fixed: plfi_pro_usage_instructions statements = 1.5.3 = * optimized: license check = 1.5.2 = * fixed: default post types (post, page) should now be ticked on plugin activation = 1.5.1 = * fixed: unable to change post featured image after updating it in Quick Edit mode = 1.5.0 = * added: featured image auto set and cancel auto set buttons with toggle script. * added: auto set first image from post content as featured image. * added: settings input field for default featured image * added: media library dialog to pick default featured image. * fixed: license status key transient data which doesn't get set properly upon license (de)activate * moved: JavaScript and styles to external files. * moved: settings page script to external js file (plfi-pro-settings-script.js) * optimized: update/delete featured image. = 1.4.2 = * fixed: a script error that prevents the preview image to not be displayed when thumbnail js object is undefined = 1.4.1 = * fixed: warning notice generated by empty variable of post types fetched from options table = 1.4.0 = * added: support for custom post types * fixed: undefined index notice displayed when creating a new post * fixed: incorrect featured image id fetched when quick editing * fixed: media uploader style rule for unneeded elements = 1.3.2 = * fixed: incorrect/unused license check variable in run_addon_features method * fixed: license not properly validating = 1.3.1 = * fixed: license key (de)activation button when saving from options page. = 1.3.0 = * fixed: remove image when doing bulk edit after setting featured image in quick edit * fixed: update license key in options table when (de)activating license = 1.2.0 = * fixed: remove image when doing bulk edit after setting featured image in quick edit = 1.0.0 = * Initial release.