Custom taxonomy control in single post

Rune
55 Posts
Rune posted this 08 June 2016

How can I call a custom taxonomy to a single post?

Like I kan add date, author, comment and category - Is it possible to write some code to insert the custom ones I got on the website?

Thanks

How can I call a custom taxonomy to a single post? Like I kan add date, author, comment and category - Is it possible to write some code to insert the custom ones I got on the website? Thanks
Vote to pay developers attention to this features or issue.
2 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 08 June 2016

Hi.

Unfortunately, there is no such control.
All you can do with CMS Code control.

<?php echo get_the_term_list( 0, 'post_tag', '', ', ', ''); ?>

Put your taxonomy name instead post_tag.

Thanks,
Ivan

Hi. Unfortunately, there is no such control. All you can do with CMS Code control. <?php echo get_the_term_list( 0, 'post_tag', '', ', ', ''); ?> Put your taxonomy name instead post_tag. Thanks, Ivan
Rune
55 Posts
Rune posted this 08 June 2016

Thank you! That was not easy to figure out my self :)

Thank you! That was not easy to figure out my self :)
You must log in or register to leave comments