Title: [Plugin: Post Types Order] 1.5.1 order update &quot;bug&quot;   fix
Last modified: August 20, 2016

---

# [Plugin: Post Types Order] 1.5.1 order update "bug" fix

 *  [simplistik](https://wordpress.org/support/users/simplistik/)
 * (@simplistik)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-post-types-order-151-order-update-bug-fix/)
 * 1.5.1 doesn’t seem to work w/ WordPress 3.2+ when you click to re-order and save
   it doesn’t actually save. Being a developer myself I opened up Firebug to see
   if there was any output on re-order, and there was; it generated a “0” which 
   from my own personal experience I knew it meant the AJAX call hadn’t properly
   finished.
 * To fix this all you have to do is add a
 *     ```
       die();
       ```
   
 * at the end of your **saveAjaxOrder** method and everything should save properly
   again.
 * I don’t know if it used to be there in previous versions of this plug-in, but
   it just keeled over on one of my client’s sites and this is what I had to do 
   to fix it.
 * [http://pastie.org/3157047](http://pastie.org/3157047)
 * [http://wordpress.org/extend/plugins/post-types-order/](http://wordpress.org/extend/plugins/post-types-order/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-post-types-order-151-order-update-bug-fix/#post-2497070)
 * Thanks for checking into this. However it should work, the “0” it’s a normal 
   response. I’ll make sure i’ll do more tests for this are and see if there’s an
   issue within the section.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Post Types Order] 1.5.1 order update "bug" fix’ is closed to
new replies.

 * ![](https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428)
 * [Post Types Order](https://wordpress.org/plugins/post-types-order/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-types-order/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-types-order/)
 * [Active Topics](https://wordpress.org/support/plugin/post-types-order/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-types-order/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-types-order/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-post-types-order-151-order-update-bug-fix/#post-2497070)
 * Status: not resolved