Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 ‘);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reverse Timeline Order’ is closed to new replies.