$args = array( 'tax_query' => array( array( 'taxonomy' => 'tarih', 'field' => 'slug', 'terms' => 'kasim-2012' ) ) ); $query = new WP_Query( $args );