Support

Account

Home Forums Front-end Issues Show the values of a field on the front end in a list Reply To: Show the values of a field on the front end in a list

  • Figured it out 🙂

    echo '<p>acf stuff' . get_field('location') . '</p>';

    Now – how to hide this line, if no value, or a specific value is saved for this field?