Support

Account

Home Forums General Issues How to make get_field() ignore the main wp query ? Reply To: How to make get_field() ignore the main wp query ?

  • I resolved this by adding $wp_query->is_main_query() to my clauses before the set command runs.