Support

Account

Home Forums General Issues New Custom Fields Not Displaying Reply To: New Custom Fields Not Displaying

  • Hi @sethdouwsma

    Can you add this code to the template to check what data is saved to the post_id = 5:

    
    <?php 
    
    echo '<pre>';
    	print_r( get_fields(5) );
    echo '</pre>';
    die; ?>
    

    Thanks
    E