Title: Reorder Entry Images
Author: Vayu Robins
Published: <strong>2013 年 7 月 17 日</strong>
Last modified: 2017 年 3 月 20 日

---

搜索插件

![](https://ps.w.org/reorder-entry-images/assets/banner-772x250.png?rev=742835)

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

![](https://s.w.org/plugins/geopattern-icon/reorder-entry-images_ffffff.svg)

# Reorder Entry Images

 作者：[Vayu Robins](https://profiles.wordpress.org/vayu/)

[下载](https://downloads.wordpress.org/plugin/reorder-entry-images.1.0.8.zip)

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

 [支持](https://wordpress.org/support/plugin/reorder-entry-images/)

## 描述

This plugin will help you manually reorder or sort the images attached to your post,
custom post type or page. Once installed and activated you can choose which post
type or page you want this functionality on. All the images attached to that specific
post or page will then be listed on the post-edit page in the admin. You will then
be able to drag & drop the images in the order you want them to be listed.

This will only affect those images uploaded to the specific post or page.

Insert images into post/page with this shortcode: `[list_attached_images]`
 Her 
are some parameters

 * imagesize: ie. thumbnail, medium, large
 * numberimages: ie. -1, 0, 5
 * imagelink: link to the image file – false/true
 * order: ie. desc, asc
 * listclass: use your own class

Example:
 [list_attached_images imagesize=”large” numberimages=”3″ imagelink=”true”
order=”asc” listclass=”my-images”]

Here is the php code that will help you display the images in your theme:

    ```
    $thumb_id = get_post_thumbnail_id( get_the_ID() );
    $args = array(
        'post_type' => 'attachment',
        'post_mime_type'  => 'image/jpeg',
        'orderby' => 'menu_order',
        'numberposts' => -1,
        'order' => 'ASC',
        'post_parent' => get_the_ID(),
        'exclude' => $thumb_id // Exclude featured thumbnail
    );
    $attachments = get_posts($args);
    if ( $attachments ) :
        foreach ( $attachments as $attachment ) :
            echo wp_get_attachment_image( $attachment->ID, 'full' );
        endforeach;
    endif;
    ```

### 站点

http://vayu.dk/reorder-entry-images/

## 屏幕截图

 * [[
 * Drag & drop your images in the order you choose.
 * [[
 * Settings page – set which post type or page to use this.

## 安装

 1. Upload `reorder-entry-images` to the `/wp-content/plugins/` directory
 2. 通过WordPress的的“Plugins”菜单激活插件
 3. Go to Settings->Reorder images and choose which post type or page to use this.

## 常见问题

  When I change the image order, nothing happens?

Please remember to save the changes by pressing the Update button.

## 评价

![](https://secure.gravatar.com/avatar/7fbed3e738f8e6310f3cbaec264ccbdb479da6671df8317dd84aa900003c4191?
s=60&d=retro&r=g)

### 󠀁[excellent](https://wordpress.org/support/topic/excellent-6426/)󠁿

 [houssameddin](https://profiles.wordpress.org/houssameddin/) 2018 年 6 月 26 日

really handy plugin. I wish image thumbnails could be bigger though

![](https://secure.gravatar.com/avatar/a50866b885287a9c07e184f2652ad1a35c45694edec32b98b9280736e83ffdfb?
s=60&d=retro&r=g)

### 󠀁[Saved me a lot of time and work!](https://wordpress.org/support/topic/saved-me-a-lot-of-time-and-work/)󠁿

 [gabigabi-add](https://profiles.wordpress.org/gabigabi-add/) 2016 年 11 月 1 日

I have a nice simple gallery for my posts and just needed to order the images. I
was trying so hard not to have to install a full Gallery plugin for this. Thanks
so much!

 [ 阅读所有6条评价 ](https://wordpress.org/support/plugin/reorder-entry-images/reviews/)

## 贡献者及开发者

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

贡献者

 *   [ Vayu Robins ](https://profiles.wordpress.org/vayu/)

[帮助将「Reorder Entry Images」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/reorder-entry-images)

### 对开发感兴趣吗?

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

## 更新日志

#### 1.0.8

 * Added Italian translation, thanks to W3B – Web Agency – w3b.it.

#### 1.0.7

 * Updated for WordPress 4.7.2
 * Fix: Delete function on each image row was not working.

#### 1.0.6

 * Updated for WordPress 4.4.3
 * Fetaure: Added delete function on each image row.

#### 1.0.5

 * Updated for WordPress 4.0.

#### 1.0.4

 * Added option to include feature image in order list.
 * Added support for png and gif images.
 * Tested in WordPress 3.9.2

#### 1.0.3

 * Updated UI for WordPress 3.8.

#### 1.0.2

 * Added shortcode, to add images to your post/page.
 * Updated settings page with som information about the plugin and author.

#### 1.0.1

 * Fixed minor bug.

#### 1.0

 * Launch first version of plugin.

## 额外信息

 *  版本 **1.0.8**
 *  最后更新：**9 年前**
 *  活跃安装数量 **100+**
 *  WordPress 版本 ** 3.4 或更高版本 **
 *  已测试的最高版本为 **4.7.33**
 *  语言
 * [English (US)](https://wordpress.org/plugins/reorder-entry-images/)
 * 标签
 * [attachments](https://cn.wordpress.org/plugins/tags/attachments/)[entry](https://cn.wordpress.org/plugins/tags/entry/)
   [images](https://cn.wordpress.org/plugins/tags/images/)[reorder](https://cn.wordpress.org/plugins/tags/reorder/)
   [sort](https://cn.wordpress.org/plugins/tags/sort/)
 *  [高级视图](https://cn.wordpress.org/plugins/reorder-entry-images/advanced/)

## 评级

 4.8 星（最高 5 星）。

 *  [  5 条 5 星评价     ](https://wordpress.org/support/plugin/reorder-entry-images/reviews/?filter=5)
 *  [  1 条 4 星评价     ](https://wordpress.org/support/plugin/reorder-entry-images/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/reorder-entry-images/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/reorder-entry-images/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/reorder-entry-images/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/reorder-entry-images/reviews/#new-post)

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

## 贡献者

 *   [ Vayu Robins ](https://profiles.wordpress.org/vayu/)

## 支持

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

 [查看支持论坛](https://wordpress.org/support/plugin/reorder-entry-images/)