Can anyone spot why my Wordpress loop breaks all the Advanced Custom Fields code that comes after it?
问题 The following loop is running successfully and shows no syntax error in my editor, but it's breaking only the Advanced Custom Fields PHP that comes after it (all the ACF before it works fine, and everything after except ACF works fine). <?php $args=array( 'post_type' => 'page', 'post_parent' => '39' ); $my_query = new WP_Query($args); if( $my_query->have_posts() ) { while ($my_query->have_posts()) : $my_query->the_post(); ?> <div class="project" style="background-image:url('<?php the_field(