JackDaviesWork
7/21/2017 - 11:03 AM

Get Posts With A Specific Custom Field And Specific Value

Get Posts With A Specific Custom Field And Specific Value

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