Support

Account

Home Forums General Issues Display SQL Query When Executed Reply To: Display SQL Query When Executed

  • Hi @weehong

    There’s actually an easier way to do this using wp_query and the posts_where filter.

    You can find an example here:
    http://www.advancedcustomfields.com/resources/query-posts-custom-fields/
    under the headline “4. Sub custom field values”