Checks if the current post has any of given tags.
has_term
Check if the current post has any of given terms.
has_category
Check if the current post has any of given category.
get_term_parents_list
Retrieve term parents with separator.
Advertisement
the_terms
Display the terms in a list.
get_the_term_list
Retrieve a post’s terms as a list with specified format.
get_the_terms
Retrieve the terms of the taxonomy that are attached to the post.
term_description
Retrieve term description.
Advertisement
tag_description
Retrieve tag description.
the_tags
Retrieve the tags for a post.
get_the_tag_list
Retrieve the tags for a post formatted as a string.
get_the_tags
Retrieve the tags for a post.
Advertisement
get_tag_link
Retrieve the link to the tag.
walk_category_dropdown_tree
Retrieve HTML dropdown (select) content for category list.
_wp_object_count_sort_cb
Serves as a callback for comparing objects based on count.