Title: Default Sort
Last modified: August 21, 2016

---

# Default Sort

 *  Resolved [amicatech](https://wordpress.org/support/users/amicatech/)
 * (@amicatech)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/default-sort-2/)
 * Hello
 * Is there a way of displaying the newest first….at the moment it shows the older
   dates at the top and I would like it to show the most recent date first.
 * Thanks
 * [https://wordpress.org/plugins/ahmeti-wp-timeline/](https://wordpress.org/plugins/ahmeti-wp-timeline/)

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

 *  Plugin Author [ahmeti](https://wordpress.org/support/users/ahmeti/)
 * (@ahmeti)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/default-sort-2/#post-5009227)
 * Hi amicatech,
 * I will add your request to the settings page in the plugin. If you want you can
   quickly…
 * > **File:**
   >  wp-content\plugins\ahmeti-wp-timeline\AhmetiWpTimelineFunction.php
 * > $sql_group=mysql_query(‘SELECT * FROM ‘.AHMETI_WP_TIMELINE_DB_PREFIX.’ahmeti_wp_timeline
   > WHERE group_id=”‘.$group_id.'” AND type=”event” ORDER BY timeline_bc ASC, timeline_date
   > ASC ‘);
 * **Please change the above code as follows.**
 * > $sql_group=mysql_query(‘SELECT * FROM ‘.AHMETI_WP_TIMELINE_DB_PREFIX.’ahmeti_wp_timeline
   > WHERE group_id=”‘.$group_id.'” AND type=”event” ORDER BY timeline_bc DESC, 
   > timeline_date DESC ‘);
 * Thank you very much….
 *  [alexbobb](https://wordpress.org/support/users/alexbobb/)
 * (@alexbobb)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/default-sort-2/#post-5009391)
 * Hi, I had the same need…
 * THANK YOU for the hint and… for your excellent work my dear!
 *  Plugin Author [ahmeti](https://wordpress.org/support/users/ahmeti/)
 * (@ahmeti)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/default-sort-2/#post-5009393)
 * This feature was added to version 4.0.
    Thank you, Ahmet

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/ahmeti-wp-timeline_c2c2c1.svg)
 * [Ahmeti Wp Timeline](https://wordpress.org/plugins/ahmeti-wp-timeline/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ahmeti-wp-timeline/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ahmeti-wp-timeline/)
 * [Active Topics](https://wordpress.org/support/plugin/ahmeti-wp-timeline/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ahmeti-wp-timeline/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ahmeti-wp-timeline/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [ahmeti](https://wordpress.org/support/users/ahmeti/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/default-sort-2/#post-5009393)
 * Status: resolved