Title: Last posts view first
Last modified: August 31, 2016

---

# Last posts view first

 *  Resolved [Laszlo Magyarfalvi](https://wordpress.org/support/users/lesbat/)
 * (@lesbat)
 * [10 years ago](https://wordpress.org/support/topic/last-posts-view-first/)
 * How to sort the posts by date? First place new posts and older posts in the end?
 * [https://wordpress.org/plugins/asgaros-forum/](https://wordpress.org/plugins/asgaros-forum/)

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

 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [10 years ago](https://wordpress.org/support/topic/last-posts-view-first/#post-7389115)
 * Hello lesbat!
 * I added some additional filters to the dev-version of the plugin. They will be
   included in the upcoming v1.1.5 release. If you dont want to wait for it you 
   can find a patch here:
    [https://github.com/Asgaros/asgaros-forum/commit/43609009d29cbe006676c1854132a0fd2c9f02bc](https://github.com/Asgaros/asgaros-forum/commit/43609009d29cbe006676c1854132a0fd2c9f02bc)
 * To override the ordering of your posts after you have applied the patch you have
   to add this code to your themes **functions.php** file:
 *     ```
       function custom_asgarosforum_filter_get_posts_order() {
       	return 'p1.id DESC';
       }
       add_filter('asgarosforum_filter_get_posts_order', 'custom_asgarosforum_filter_get_posts_order');
       ```
   
 * Greetings,
    Thomas
 *  Thread Starter [Laszlo Magyarfalvi](https://wordpress.org/support/users/lesbat/)
 * (@lesbat)
 * [10 years ago](https://wordpress.org/support/topic/last-posts-view-first/#post-7389118)
 * Ok, I try it, thank you!

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

The topic ‘Last posts view first’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [Laszlo Magyarfalvi](https://wordpress.org/support/users/lesbat/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/last-posts-view-first/#post-7389118)
 * Status: resolved