All pastes #2061776 Raw Edit

Untitled

public text v1 · immutable
#2061776 ·published 2011-05-16 19:51 UTC
rendered paste body
		$args = array(
	'tax_query' => array(
		array(
			'taxonomy' => 'product_category',
			'field' => 'slug',
			'terms' => get_queried_object()->slug
		)
	)
);

query_posts($args);