Featured post field
Get featured posts based off the post meta field _featuredPost_field
$featured_meta = array( array( 'key' => '_featuredPost_field', 'value' => '1', 'compare' => '=', 'type' => 'NUMERIC', ), );
Get featured posts based off the post meta field _featuredPost_field
$featured_meta = array( array( 'key' => '_featuredPost_field', 'value' => '1', 'compare' => '=', 'type' => 'NUMERIC', ), );