Support

Account

Home Forums General Issues have_rows and the_sub_field not working together? Reply To: have_rows and the_sub_field not working together?

  • do not use echo when using the_… functions

    instead of echo the_sub_field('departure_date');

    use the_sub_field('departure_date');