The the-taxonomies tag has no wiki summary.
1
vote
1answer
17 views
get_post_terms not working as expected
I have a custom post type called "Fruit" and under this I have a hierarchical taxonomy called, "Fruit Categories"
When I create a new post under Fruit, I am able to assign it to a "term" - like you ...
0
votes
1answer
777 views
Why does wp_get_object_terms add a period after terms are output?
I'm using the following line to output an unordered list of taxonomies and their associated terms for a custom post type. The only problem with it is that a period gets added after the term.
...