Show preset taxonomy description
Assumptions: institute is the taxonomy course is the term only one course is assigned per post you want to display the course description? If so, the simplest way would be to use get_the_terms(). If your taxonomy is institute, you can do something like the following: <?php // globalize $post global $post; // Get the course … Read more