Title: Sort topics
Last modified: September 20, 2018

---

# Sort topics

 *  Resolved [custompczone](https://wordpress.org/support/users/custompczone/)
 * (@custompczone)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/sort-topics/)
 * Greetings,
 * Is there any way to adjust the sort order of posts? As it stands now, the posts
   are in order that they were added. I have some posts that are sequential (i.e.
   guides with part 1, part 2, etc.) that I would like to appear in the reverse 
   order.
 * My post has the maintenance page up, if you need to access it I can send you 
   a backdoor link.
 * Thank you!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/sort-topics/#post-10712367)
 * Hello [@custompczone](https://wordpress.org/support/users/custompczone/)
 * Please check the following topic:
    [https://www.asgaros.de/support/topic/change-ordering-of-poststopics/](https://www.asgaros.de/support/topic/change-ordering-of-poststopics/)
 * I guess for you the code will be look like this:
 *     ```
       function custom_asgarosforum_filter_get_threads_order($order) {
         $order = 't.name ASC';
         return $order;
       }
       add_filter('asgarosforum_filter_get_threads_order', 'custom_asgarosforum_filter_get_threads_order');
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Sort topics’ is closed to new replies.

 * ![](https://ps.w.org/asgaros-forum/assets/icon-128x128.png?rev=1546717)
 * [Asgaros Forum](https://wordpress.org/plugins/asgaros-forum/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/asgaros-forum/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/asgaros-forum/)
 * [Active Topics](https://wordpress.org/support/plugin/asgaros-forum/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/asgaros-forum/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/asgaros-forum/reviews/)

## Tags

 * [order](https://wordpress.org/support/topic-tag/order/)
 * [sort](https://wordpress.org/support/topic-tag/sort/)

 * 1 reply
 * 2 participants
 * Last reply from: [Asgaros](https://wordpress.org/support/users/asgaros/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/sort-topics/#post-10712367)
 * Status: resolved