Categories of a CustomPostType-Entry Home › Forums › MapPress Support › Categories of a CustomPostType-Entry This topic has 2 replies, 2 voices, and was last updated 9 years ago by Avantart. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts February 4, 2014 at 11:40 pm #14181 AvantartParticipant Chris, I get the “categories” of an entry in a Custom Post Type using this code. echo get_the_term_list($postid, ‘NameOfCustomPostType’, ‘ ‘, ‘ – ‘, ” ); is it possible to get that “categories” as plain Text, not as a link, do you know how to do acchieve that? Cheers Connie February 5, 2014 at 5:58 am #14183 ChrisKeymaster Hi, maybe one of the other terms functions would work for you? I think they usually return an object, not just the term name: http://codex.wordpress.org/Function_Reference/get_terms February 5, 2014 at 8:22 pm #14192 AvantartParticipant Thanks for the hint, I use now get_the_terms( $postid, 'NameOfCustomPostType' ); and it works! Cheers, Connie Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In