Support

Account

Home Forums General Issues Turn subfield radio button options into icons Reply To: Turn subfield radio button options into icons

  • Hi Elliot,
    I changed the get_field to `presentation_details’ and all my data disappeared.
    The data before has the format where the ‘get_field’ and ‘has_sub-field’ are different

     <?php if(get_field('event_programme')): ?>
       <?php while(has_sub_field('event_details')): ?> 
        <thead> <tr> <th colspan="3">
    	<?php the_sub_field('start_time'); ?> - <?php the_sub_field('end_time'); ?>
             	</th> </tr> </thead>

    and it works fine to pull in the time so I thought the other would be fine too. And it is except for pulling in the different icons! Weird isn’t it. Maybe it’s just not possible to call in that ‘event_type’ field.