i need some help how can i display custom taxonomies on selected pages? i mean i have 3 custom taxonomies location,duration & courses i have created three pages where i want to display the terms of these custom taxonomies, i have displayed it on my posts by using function
<?php echo do_shortcode("[terms]"); ?>
but same thing i want to make display on my pages also, how can i do that??????
