Display posts with a specific custom field and value

<?php query_posts('meta_key=review_type&meta_value=movie'); 
if (have_posts()) : while (have_posts()) : the_post(); ?>

Leave a comment