Support

Account

Home Forums General Issues Help retrieving with ACF to define posts shown – Using a Shortcode Reply To: Help retrieving with ACF to define posts shown – Using a Shortcode

  • Adding

    wp_reset_postdata();

    Solved the loop bug I had going on on those pages John, thank you mate.

    Where did you think the global $post was missing?

    I called

    $query->have_posts() ) : $query->the_post();