Display Category Name
-
Hey,
Im displaying my category names via$categories = wp_get_object_terms( $post->ID, 'category', array( 'fields' => 'names' )); foreach($categories as $category) : echo $category; endforeach;
this doesnt work in my repeater theme. What am I doing wrong here?
best
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display Category Name’ is closed to new replies.