Support

Account

Home Forums Add-ons Repeater Field Add title from repeater field to image title Reply To: Add title from repeater field to image title

  • Hi @ttmt_101

    Because you are using abasic PHP aproach to looping through your repeater rows, you need to use the code $row['title'] to load the relative title value. Using the_sub_field will not work in this situation.

    Thanks
    E