I'm trying to retrieve term names from taxonomies for $title
. I have come across a lot Codex functions like get_post_meta()
, get_the_terms()
etc, which seem to only get term name from post_id
, which is not what I'm looking for.
How do I get term names from term_id
?