Support

Account

Home Forums Front-end Issues Graph using the_field() only showing in first 2 posts and no others Reply To: Graph using the_field() only showing in first 2 posts and no others

  • what should this look like on the page without the ACF call?

    
    var data = <?php get_field('wordmap_scores'); ?>; 
    

    what does the code in the page actually look like when the page is loaded with the ACf call?
    What kind of field is it and what is stored in it?