Support

Account

Home Forums ACF PRO link field with text and class doesn't work Reply To: link field with text and class doesn't work

  • <?php the_field(); ?> does not need an echo. (the_field())

    Ah, you need to take get_field_object() for getting the class.