Support

Account

Home Forums General Issues Issue with meta_query and ACF Reply To: Issue with meta_query and ACF

  • Unfortunately when I change it, it still loops through all projects and displays a broken image, rather than only catching projects with slideshow images:

    $args = array( 'post_type' => 'project', 'meta_query' => array('meta_key' => 'homepage_slide','meta_value' => 'true'));