0

I have created some Taxonomies for posts. I use the following code to display. but it doesn't display anything. What is wrong with this code?

$term_list = wp_get_post_terms($post->ID, 'link', array("fields" => "all"));

$link = $term_list[0]->name ;
swapnesh
  • 26,318
  • 22
  • 94
  • 126
Roni
  • 70
  • 1
  • 8

0 Answers0