Title: Fix for wrong date sorting in Widget
Last modified: October 30, 2017

---

# Fix for wrong date sorting in Widget

 *  Resolved [Anders Carlén](https://wordpress.org/support/users/anderscarlen/)
 * (@anderscarlen)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/fix-for-wrong-date-sorting-in-widget/)
 * Hi,
 * I noticed that with a recent update the Latest Sermon widget started listing 
   the first (earliest) sermons instead of the latest (most recent) sermons.
 * Here is a fix for it.
 * In the file includes/widgets.php
    change line 57 from `'orderby' => 'meta_value_num',`
   to
 *     ```
       'orderby'             => 'meta_value_num',
         order'				=> 'desc',
       ```
   
 * It would be great if you wanted to include this change in upcoming updates! Thanks.
 * /anders

Viewing 1 replies (of 1 total)

 *  [Nikola](https://wordpress.org/support/users/nikolam/)
 * (@nikolam)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/fix-for-wrong-date-sorting-in-widget/#post-9635410)
 * Hey [@anderscarlen](https://wordpress.org/support/users/anderscarlen/),
 * Thanks! [Included!](https://github.com/WP-for-Church/Sermon-Manager/commit/13b0e6c947342adffe04c6eb78136b437f660ce4)

Viewing 1 replies (of 1 total)

The topic ‘Fix for wrong date sorting in Widget’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sermon-manager-for-wordpress_688896.
   svg)
 * [Sermon Manager](https://wordpress.org/plugins/sermon-manager-for-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sermon-manager-for-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sermon-manager-for-wordpress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Nikola](https://wordpress.org/support/users/nikolam/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/fix-for-wrong-date-sorting-in-widget/#post-9635410)
 * Status: resolved