Hi there
I'm using the mb.get_post_term_list
within an MB View and it displays fine but always links to the archive page for that term. I just want to show the list, comma-separated just the same, but as plain text and not linking.
How can I do that?
My existing code is this:
{{ mb.get_the_term_list( post.ID, 'fixture-venue', '', ', ' ) }}
Many thanks.