Title: Ordered Thumbnails
Author: Stephen Mekosh
Published: <strong>2009 年 6 月 23 日</strong>
Last modified: 2009 年 12 月 18 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/ordered-thumbnails.svg)

# Ordered Thumbnails

 作者：[Stephen Mekosh](https://profiles.wordpress.org/smekosh/)

[下载](https://downloads.wordpress.org/plugin/ordered-thumbnails.zip)

 * [详情](https://cn.wordpress.org/plugins/ordered-thumbnails/#description)
 * [评价](https://cn.wordpress.org/plugins/ordered-thumbnails/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/ordered-thumbnails/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/ordered-thumbnails/#developers)

 [支持](https://wordpress.org/support/plugin/ordered-thumbnails/)

## 描述

Ordered Thumbnails is a WordPress plugin that allows you to display thumbnails based
on images that have been attached to a post. This plugin also allows you to specify
which thumbnail appears next to a post with multiple images by ordering the thumbnails
in the Gallery tab of the WordPress “Add Images” lightbox and placing the thumbnail
desired in the first position.

To style how the thumbnail appears on your page, you may pass optional CSS class
names to the plugin, which will then be applied to the `<img>` tag returned. Alternately,
by setting the display parameter to “false”, Ordered Thumbnails will return the 
thumbnail URL, height, and width as a PHP array to be used however you see fit. 
If no images have been attached to a post, the plugin fails gracefully and returns“
false”. This plugin will work anywhere the WordPress posts loop is used and works
particularly nice in combination with `the_excerpt` for archive pages.

## 屏幕截图

 * [[
 * To change which thumbnail is used for a post with multiple images, click the “
   Add an Image” icon in the post edit screen.
 * [[
 * Click the “Gallery” tab and then drag the image thumbnail you want to appear 
   for the post to the top of the order. You may also change the order number to“
   1”. Then click “Save all changes”.

## 安装

 1. Upload `ordered-thumbnails.php` to the `/wp-content/plugins/` directory.
 2. Activate Ordered Thumbnails through the “Plugins” menu in WordPress.
 3. Place `<?php ordered_thumbnails(); ?>` in your templates within the WordPress post
    loop.

**The plugin takes two optional parameters:**

By default, `<?php ordered_thumbnails(); ?>` behaves exactly like `<?php ordered_thumbnails('
true', '' ); ?>`. Change the 1st parameter to “false” if you want the plugin to 
return the thumbnail data as an array, rather than display an `<img>` for the thumbnail.
The 2nd parameter accepts CSS class names you would like to assign to the thumbnail`
<img>` (only used if param. 1 is “true”). All options will return “false” if no 
image is attached to the post.

For posts with more than one image attached, you can pick which thumbnail you want
to use by ordering the image in the post’s gallery. While editing a post, click 
the “Add an image” button and then click the “Gallery” tab in the lightbox. Re-order
your images by dragging the image thumbnail you want to appear for the post to the
top of the order. You may also change the order number to “1”. Click “Save all changes”.
See the Screenshots for a visual guide on how to do this. Note that this will NOT
reorder images in the actual post.

Using the plugin with `the_excerpt` in your `archive.php` template works nicely 
to show thumbnails next to your archived posts.

## 常见问题

  Why can’t I change which thumbnail is used?

While the plugin will show thumbnails and will not break in WordPress 2.5, the ability
to order the Gallery images was not added until 2.6.

  Will this plugin work for images not uploaded through WordPress?

Short answer: no. This plugin relies on the way images are attached to a particular
post when they are uploaded through WordPress. Images hotlinked from other sites(
or even linked to a place on your own server not controlled by WordPress) are not
tied to the post as attachments in the WordPress database.

  Some of my images are just image links, some are uploaded through WordPress. Will
this plugin break on my site?

No, but the plugin will only show thumbnails for images uploaded through WordPress.
For posts with no WordPress uploaded images, no thumbnail will appear.

  How does Ordered Thumbnails work?

This plugin works by first looking for any attachments in the `wp_posts` database
table that have a `post_parent` ID that matches the current post and as a second
step for posts with multiple image attachments, returning the attachment with its`
menu_order` field set to “1”. If no image attachments match the current post ID,
the plugin returns “false”.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Ordered Thumbnails」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Stephen Mekosh ](https://profiles.wordpress.org/smekosh/)

[帮助将「Ordered Thumbnails」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/ordered-thumbnails)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/ordered-thumbnails/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/ordered-thumbnails/)，或通过[RSS](https://plugins.trac.wordpress.org/log/ordered-thumbnails/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/ordered-thumbnails/)。

## 更新日志

#### 1.0

 * Initial release version.

## 额外信息

 *  版本 **1.0**
 *  最后更新：**16 年前**
 *  活跃安装数量 **10+**
 *  WordPress 版本 ** 2.5 或更高版本 **
 *  已测试的最高版本为 **2.9.2**
 *  语言
 * [English (US)](https://wordpress.org/plugins/ordered-thumbnails/)
 * 标签
 * [attachments](https://cn.wordpress.org/plugins/tags/attachments/)[gallery](https://cn.wordpress.org/plugins/tags/gallery/)
   [images](https://cn.wordpress.org/plugins/tags/images/)[thumbnail](https://cn.wordpress.org/plugins/tags/thumbnail/)
 *  [高级视图](https://cn.wordpress.org/plugins/ordered-thumbnails/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/ordered-thumbnails/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/ordered-thumbnails/reviews/)

## 贡献者

 *   [ Stephen Mekosh ](https://profiles.wordpress.org/smekosh/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/ordered-thumbnails/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://mekosh.org/projects/ordered-thumbnails)