26/07/2014 by Nitesh

Display List of Custom Taxonomy Associated With a Post

Friends,

In our last post, we saw how can we get all posts from multiple Post Types in WordPress. This post explains how we can display the list of custom taxonomy associated with a post in WordPress.

To do this, we will use the following code –

< ?php the_terms( $pid, 'taxonomy', '', ' / ' ); ?>

Hope this helps you! Keep learning and sharing! Cheers!

#Custom Post Types#PhP#WordPress