Support

Account

Home Forums General Issues Repeaters have_rows has no value… Reply To: Repeaters have_rows has no value…

  • Hi @jabbamonkey

    Can you please debug your data like so:

    
    <?php 
    
    echo '<pre>';
    	print_r( get_field('side_feature') );
    echo '</pre>';
    die; ?>
    

    What do you see?

    Is it possible that ACF does not know which post to load the data from?
    Where are you using this code?
    Does get_the_ID() return the correct post’s ID in the same area as your code?

    Thanks
    E