Support

Account

Home Forums General Issues Sorting events with by Date Picker field Reply To: Sorting events with by Date Picker field

  • All you need to do it something like:

    
    echo '<li>
    ' . get_the_title() . '
    ' .the_field('speaking_event_date') . '
    </li>';