JoeHana
7/31/2013 - 12:55 AM

gistfile1.php

$args = array(
    'post_type' => 'property',
	'tax_query' => array(
		array(
			'taxonomy' => 'property-category',
			'terms' => array(152)
		)
	)
);
$query = new WP_Query( $args );