Support

Account

Home Forums Front-end Issues Display custom fields of on page with several posts Reply To: Display custom fields of on page with several posts

  • Hi @anselme

    Your loop is fine, have you done any debugging?

    Have you tested this:

    
    <?php 
    
    echo '<pre>';
    	print_r(get_field('miniature-2'););
    echo '</pre>';
    die;
     ?>
    

    Are you 100% sure that ‘miniature-2’ is the correct field name? not ‘miniature_2’?