Quantcast
Channel: WordPress Developer Resources | Developer.WordPress.org
Browsing all 10 articles
Browse latest View live

has_tag()

The given tags are checked against the post’s tags’ term_ids, names and slugs.Tags given as integers will only be checked against the post’s tags’ term_ids. If no tags are given, determines if post has...

View Article


has_category()

The given categories are checked against the post’s categories’ term_ids, names and slugs.Categories given as integers will only be checked against the post’s categories’ term_ids. If no categories are...

View Article

the_terms

Filters the list of terms to display.

View Article

the_terms()

Displays the terms for a post in a list.

View Article

term_links-{$taxonomy}

The dynamic portion of the hook name, $taxonomy, refers to the taxonomy slug. Possible hook names include: term_links-category term_links-post_tag term_links-post_format

View Article


get_the_term_list()

Terms are linked to their respective term listing pages.

View Article

get_the_terms

Filters the list of terms attached to the given post.

View Article

wp_generate_tag_cloud_data

Filters the data used to generate the tag cloud.

View Article


the_category_list

Filters the categories before building the category list.

View Article


get_term_parents_list()

Retrieves term parents with separator.

View Article
Browsing all 10 articles
Browse latest View live