WP_Meta_Query Generator June 8, 2018 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone is_featured category meta $meta_query = array( array( 'key' => 'is_featured', 'value' => '1', 'compare' => '=', ), );