It lists all meta right except "Post category".
Post type is custom post type maid by PODS and custom taxonomy maid by PODS.
Custom taxonomy is separated from WP native taxonomies, related only to one custom post type.
PODS is done by same people who develop WordPress core code. So please change your code a bit to recognize custom taxonomies from custom post types.
Solution from this topic works, just tested.
http://kaptinlin.com/support/discussion/11536/display-portfolio-post-categories-on-single-portfolio-page/p1
Not much code to adapt/rearange inside Themler.
get_the_term_list works without glitch, if you could eliminate need for post type name inside code. Obviously it would be not possible to have separate names inside code, for each post type, in Themler.
http://codex.wordpress.org/Function_Reference/get_the_term_list
It lists all meta right except "Post category". Post type is **custom post type** maid by **PODS** and **custom taxonomy** maid by **PODS**. Custom taxonomy is separated from WP native taxonomies, related only to one custom post type. PODS is done by same people who develop WordPress core code. So please change your code a bit to recognize custom taxonomies from custom post types. Solution from this topic works, just tested. [http://kaptinlin.com/support/discussion/11536/display-portfolio-post-categories-on-single-portfolio-page/p1][1] Not much code to adapt/rearange inside Themler. **get_the_term_list** works without glitch, if you could eliminate need for post type name inside code. Obviously it would be not possible to have separate names inside code, for each post type, in Themler. [http://codex.wordpress.org/Function_Reference/get_the_term_list][2] [1]: http://kaptinlin.com/support/discussion/11536/display-portfolio-post-categories-on-single-portfolio-page/p1 [2]: http://codex.wordpress.org/Function_Reference/get_the_term_list




