File: wp-includes/category-template.php
-
functionget_term_parents_list()
Retrieves term parents with separator.
-
Filters the categories before building the category list.
-
Filters the data used to generate the tag cloud.
-
hookget_the_terms
Filters the list of terms attached to the given post.
-
functionget_the_term_list()
Retrieves a post’s terms as a list with specified format.
-
Filters the term links for a given taxonomy.
-
functionthe_terms()
Displays the terms for a post in a list.
-
hookthe_terms
Filters the list of terms to display.
-
functionhas_category()
Checks if the current post has any of given category.
-
functionhas_tag()
Checks if the current post has any of given tags.
-
functionhas_term()
Checks if the current post has any of given terms.
-
function_wp_object_name_sort_cb()
Serves as a callback for comparing objects based on name.
-
functionterm_description()
Retrieves term description.
-
function_wp_object_count_sort_cb()
Serves as a callback for comparing objects based on count.
-
functionget_the_terms()
Retrieves the terms of the taxonomy that are attached to the post.
-
functionwalk_category_tree()
Retrieves HTML list content for category list.
-
functionwalk_category_dropdown_tree()
Retrieves HTML dropdown (select) content for category list.
-
functionget_tag_link()
Retrieves the link to the tag.
-
functionwp_tag_cloud()
Displays a tag cloud.
-
functionget_the_tags()
Retrieves the tags for a post.
-
hookwp_tag_cloud
Filters the tag cloud output.
-
hookget_the_tags
Filters the array of tags for the given post.
-
functiondefault_topic_count_scale()
Default topic count scaling for tag links.
-
functionget_the_tag_list()
Retrieves the tags for a post formatted as a string.
-
functionwp_generate_tag_cloud()
Generates a tag cloud (heatmap) from provided data.
-
hookthe_tags
Filters the tags list for a given post.
-
hooktag_cloud_sort
Filters how the items in a tag cloud are sorted.
-
functionthe_tags()
Displays the tags for a post.
-
Filters the generated output of a tag cloud.
-
functiontag_description()
Retrieves tag description.