Title: [Plugin: List Pages Shortcode] sort_order not defined
Last modified: August 19, 2016

---

# [Plugin: List Pages Shortcode] sort_order not defined

 *  Resolved [jwheck](https://wordpress.org/support/users/jwheck/)
 * (@jwheck)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-list-pages-shortcode-sort_order-not-defined/)
 * Problem: Using sort_order=”DESC” in the shortcode does not work.
 * Workaround:
    Edit list-pages-shortcode.php. You will need to add sort_order to
   the default array.
 * Replace lines 27 and 28 change to:
 *     ```
       27      'exclude_tree'=> '',
       28      'sort_order'=> ''
       29   );
       ```
   
 * [http://wordpress.org/extend/plugins/list-pages-shortcode/](http://wordpress.org/extend/plugins/list-pages-shortcode/)

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

 *  Plugin Author [Ben Huson](https://wordpress.org/support/users/husobj/)
 * (@husobj)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-list-pages-shortcode-sort_order-not-defined/#post-1795011)
 * Thanks for pointing that out although I just missed it for the 1.1 release. Will
   update it in the next release.
 *  Plugin Author [Ben Huson](https://wordpress.org/support/users/husobj/)
 * (@husobj)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-list-pages-shortcode-sort_order-not-defined/#post-1795012)
 * Here’s [the changeset](http://plugins.trac.wordpress.org/changeset?reponame=&new=338513%40list-pages-shortcode&old=338374%40list-pages-shortcode)
   for the next release:

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

The topic ‘[Plugin: List Pages Shortcode] sort_order not defined’ is closed to new
replies.

 * ![](https://ps.w.org/list-pages-shortcode/assets/icon-256x256.png?rev=1142967)
 * [List Pages Shortcode](https://wordpress.org/plugins/list-pages-shortcode/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/list-pages-shortcode/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/list-pages-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/list-pages-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/list-pages-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/list-pages-shortcode/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Ben Huson](https://wordpress.org/support/users/husobj/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-list-pages-shortcode-sort_order-not-defined/#post-1795012)
 * Status: resolved