I have a custom taxonomy \'where\' and I am using this code to get taxonomy terms on single.php
<?php echo get_the_term_list( $post->ID, \'where\', \'Where: \', \', \', \'\' ); ?>
How can I customize this code in a way if user click on \'where\' terms, they should get posts of this taxonomy only from the current category.