'film', 'meta_query' => array( array( 'key' => 'price', 'value' => '0', 'compare' => '>', 'type' => 'NUMERIC' ) ) ); $query = new WP_Query( $args ); query_posts($args); while (have_posts()) : the_post(); ?>