Hi – Is there anyone – who can answering this!?!
“I would like the time line to have the most recent items at the top (i.e. 2014 entries)”
I need this option too.
Many thanks and a lucky day for all 😉
In file WordPressTimelineFunction.php find function “WordPressTimelineShortCodeOutput”
Line 221 in my version.
$sql_group=mysql_query(‘SELECT * FROM ‘.WordPress_WP_TIMELINE_DB_PREFIX.’WordPress_Timeline WHERE group_id=”‘.$group_id.'” AND type=”event” ORDER BY timeline_bc ASC, timeline_date ASC ‘);
Change ASC to DESC
$sql_group=mysql_query(‘SELECT * FROM ‘.WordPress_WP_TIMELINE_DB_PREFIX.’WordPress_Timeline WHERE group_id=”‘.$group_id.'” AND type=”event” ORDER BY timeline_bc ASC, timeline_date DESC ‘);