toggle menu

Advance Custome Fileds (ACF) In Can't retrieve repeater values

Dhananjay Kumar |16 Apr at 08:04

Hello,

 

I have problem with ACF repeter, not able to retrive value in front end with below script :
if( have_rows('Location_repeter') ):

    while ( have_rows('Location_repeter') ) : the_row();


        the_sub_field('location_name');

    endwhile;
endif;

 

Is any solution for thats?

 

  • 0 like
  • 0 comment

Posted:

16 Apr at 08:04

Viewed:

806 times

Active:

16 Apr at 08:04