wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/category-template.php › WordPress File
Functions30
› Taxonomy API: Core category-specific template tags
Function | Short description |
---|---|
category_description | Retrieves category description. |
default_topic_count_scale | Default topic count scaling for tag links. |
get_category_link | Retrieves category link URL. |
get_category_parents | Retrieves category parents with separator. |
get_tag_link | Retrieves the link to the tag. |
get_term_parents_list | Retrieves term parents with separator. |
get_the_category | Retrieves post categories. |
get_the_category_by_id | Retrieves category name based on category ID. |
get_the_category_list | Retrieves category list for a post in either HTML list or custom format. |
get_the_tags | Retrieves the tags for a post. |
get_the_tag_list | Retrieves the tags for a post formatted as a string. |
get_the_terms | Retrieves the terms of the taxonomy that are attached to the post. |
get_the_term_list | Retrieves a post's terms as a list with specified format. |
has_category | Checks if the current post has any of given category. |
has_tag | Checks if the current post has any of given tags. |
has_term | Checks if the current post has any of given terms. |
in_category | Checks if the current post is within any of the given categories. |
tag_description | Retrieves tag description. |
term_description | Retrieves term description. |
the_category | Displays category list for a post in either HTML list or custom format. |
the_tags | Displays the tags for a post. |
the_terms | Displays the terms for a post in a list. |
walk_category_dropdown_tree | Retrieves HTML dropdown (select) content for category list. |
walk_category_tree | Retrieves HTML list content for category list. |
wp_dropdown_categories | Displays or retrieves the HTML dropdown list of categories. |
wp_generate_tag_cloud | Generates a tag cloud (heatmap) from provided data. |
wp_list_categories | Displays or retrieves the HTML list of categories. |
wp_tag_cloud | Displays a tag cloud. |
_wp_object_count_sort_cb | Serves as a callback for comparing objects based on count. |
_wp_object_name_sort_cb | Serves as a callback for comparing objects based on name. |