Title: Message order
Last modified: August 20, 2016

---

# Message order

 *  [soyummykaya](https://wordpress.org/support/users/soyummykaya/)
 * (@soyummykaya)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/message-order/)
 * Every time a new message comes in, it adds it to the bottom of the message thread…
   which means users need to scroll down very far to see the newest message sometimes..
   especially if the message thread has many messages in it. Is there a way so that
   the newest messages shows at the top of the thread?
 * [http://wordpress.org/extend/plugins/cartpauj-pm/](http://wordpress.org/extend/plugins/cartpauj-pm/)

Viewing 1 replies (of 1 total)

 *  [Mantzer](https://wordpress.org/support/users/mantzer/)
 * (@mantzer)
 * [13 years ago](https://wordpress.org/support/topic/message-order/#post-3513563)
 * you can do so by changing in pm-class.php
    function getWholeThread($id) “ORDER
   BY id ASC” to “ORDER BY id DESC”

Viewing 1 replies (of 1 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/cartpauj-pm.svg)
 * [Cartpauj PM](https://wordpress.org/plugins/cartpauj-pm/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cartpauj-pm/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cartpauj-pm/)
 * [Active Topics](https://wordpress.org/support/plugin/cartpauj-pm/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cartpauj-pm/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cartpauj-pm/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mantzer](https://wordpress.org/support/users/mantzer/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/message-order/#post-3513563)
 * Status: not resolved