getfluid
3/9/2018 - 7:25 PM

Get the terms of current post

Get the terms of current post

@define $terms = get_the_terms($post->ID, 'POST_TYPE_NAME_HERE')
@foreach($terms as $term)
  {{{ $term->name }}}
@endforeach