Linux 软件免费装
Banner图

Easy Featured Images

开发者 danielpataki
更新时间 2015年5月6日 03:04
PHP版本: 3.5.0 及以上
WordPress版本: 4.2
版权: GPLv2 or later
版权网址: 版权信息

标签

ajax media featured images

下载

1.0 1.1

详情介绍:

Easy Featured Images allows you to assign featured images to posts much more efficiently, especially if you have a number of posts to go through. Normally you have to visit the edit page of each post, launch the media window and upload/assign the image. With the plugin enabled you can do this from the post list screen. Everything words via AJAX so images are assigned instantly, without having to wait for pages to load. It uses the regular WordPress media box making the plugin 100% WordPress awesome. Easy Featured Images also support WooCommerce, yay! You can use the efi/post_types filter to modify the array of post types that the plugin's functionality is assigned to. Return the final list of post types you want the plugin to be applied to: add_filter( 'efi/post_types', 'my_post_type_images' ); function my_post_type_images( $post_types ) { unset( $post_types['page'] ); } Thanks

安装:

Automatic Installation Installing this plugin automatically is the easiest option. You can install the plugin automatically by going to the plugins section in WordPress and clicking Add New. Type "Easy Featured Images" in the search bar and install the plugin by clicking the Install Now button. Manual Installation To manually install the plugin you'll need to download the plugin to your computer and upload it to your server via FTP or another method. The plugin needs to be extracted in the wp-content/plugins folder. Once done you should be able to activate it as usual. If you are having trouble, take a look at the Managing Plugins section in the WordPress Codex, it has more information on this topic.

屏幕截图:

  • The post edit screen
  • WooCommerce Support

更新日志:

1.1.5 (2015-04-30) 1.1.4 (2015-04-21) 1.1.3 (2015-04-20) 1.1.2 1.1.1 1.1.0 1.0.0