Linux 软件免费装
Banner图

Media Library Thumbnail Enhancer

开发者 nickciske
更新时间 2014年3月27日 11:43
捐献地址: 去捐款
PHP版本: 3.5.2 及以上
WordPress版本: 3.8.1
版权: GPLv2 or later
版权网址: 版权信息

标签

column media library thumbnail

下载

1.0 1.0.1 1.0.2 1.0.3 1.1 1.1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.3

详情介绍:

Makes media library thumbnails match the WordPress thumbnail size or allows you to choose a new size in Settings: Media (or hard code a custom size named 'mte_thumbnail'). Also replaces the default "Crystal" file type icons with smoothly scaling SVG icons that better match the WordPress 3.8+ design.

安装:

  1. Upload the plugin folder to the /wp-content/plugins/ directory or install via the Add New Plugin menu
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Optional: Enter a media library thumbnail size under Settings: Media
  4. Optional: Define a custom size called 'mte_thumbnail' in functions.php

屏幕截图:

  • Without the plugin active
  • Using the default 150x150 WordPress thumbnail size
  • Using a somewhat ridiculous 600x600 thumbnail size

常见问题:

Is there an options screen where I can set a custom thumbnail size?

Yes! Just go to Settings: Media and look for "Media Library Thumbnails". Note that this will not appear if the size has been hardcoded (see next FAQ).

Is there a way to hardcode the custom thumbnail size?

To set a custom size, add the line below to functions.php (or a plugin) and adjust the dimensions as needed. add_image_size( 'mte_thumbnail', 300, 300, true );

I chose a custom thumbnail size. Why aren't the thumbnails appearing at that size?

You may need to rebuild your thumbnails: https://wordpress.org/plugins/ajax-thumbnail-rebuild/ Or install WP_Thumb so they can be generated on the fly: http://wordpress.org/plugins/wp-thumb/

更新日志:

1.3 1.2.4 1.2.3 1.2.2 1.2.1 Fix intitial run bug where mte_thumbnail_ud was being incorrectly defined 1.2 1.1.1 1.1 1.0.3 1.0.2 1.0.1 1.0