WP_Meta_Query Generator December 12, 2017 Public Paul Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Meta Query is_featured $meta_query = array( 'relation' => 'AND', array( 'key' => 'is_featured', 'value' => '1', 'compare' => '=', ), );