Title: Change order
Last modified: August 30, 2016

---

# Change order

 *  Resolved [Kousekmusic](https://wordpress.org/support/users/kousekmusic/)
 * (@kousekmusic)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/change-order-8/)
 * Hello, i need change order of photos. When i upload new photo, so there is showing
   on the end of whole gallery, i need them on top. Is it possible? Thank you.
 * [https://wordpress.org/plugins/responsive-photo-gallery/](https://wordpress.org/plugins/responsive-photo-gallery/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * (@weblizar)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/change-order-8/#post-6631301)
 * Hi,
 * Just follow my steps here –
 * Step-1 : Open your plugin directory and then open your plugin folder **responsive-
   photo-gallery**
 * Step-2 : Now open **responsive-gallery-short-code.php** file on any editor.
 * Step-3 : Now go to near line number 129 and find below code there –
 *     ```
       foreach($rpg_all_photos_details as $rpg_single_photos_detail) {
       					$name = $rpg_single_photos_detail['rpg_image_label'];
       					$url = $rpg_single_photos_detail['rpg_image_url'];
       ```
   
 * Check [screenshot ](http://s16.postimg.org/8zate904l/line_129.png)for more help.
 * Step-4 : Replace it with below code –
 *     ```
       foreach(array_reverse($rpg_all_photos_details) as $rpg_single_photos_detail) {
       					$name = $rpg_single_photos_detail['rpg_image_label'];
       					$url = $rpg_single_photos_detail['rpg_image_url'];
       ```
   
 * Check this [screenshot ](http://s22.postimg.org/42fdwncep/reverse_order.png)for
   more help.
 * Step-5 : Save your code and then check your gallery page.
 * Let me know if you will get any problem
 * Thanks
 *  Thread Starter [Kousekmusic](https://wordpress.org/support/users/kousekmusic/)
 * (@kousekmusic)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/change-order-8/#post-6631630)
 * It works, Thank you a lot.
 *  Plugin Author [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * (@weblizar)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/change-order-8/#post-6631635)
 * Please post your feedback [HERE](https://wordpress.org/support/view/plugin-reviews/responsive-photo-gallery),
   if plugin and support works for you.
 * Also try our other free plugins [here](https://profiles.wordpress.org/weblizar#content-plugins).
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Change order’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/responsive-photo-gallery_443b39.svg)
 * [Responsive Photo Gallery](https://wordpress.org/plugins/responsive-photo-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-photo-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-photo-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-photo-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-photo-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-photo-gallery/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/change-order-8/#post-6631635)
 * Status: resolved