Home › Forums › MapPress Support › Categories of a CustomPostType-Entry › Reply To: Categories of a CustomPostType-Entry
February 5, 2014 at 8:22 pm
#14192
Thanks for the hint, I use now
get_the_terms( $postid, 'NameOfCustomPostType' );
and it works!
Cheers, Connie