

We’ll go over how to change the behavior of these pages and learn which template files generate them. For example, this would be the page you see when you click on a category link and see all posts in that category.
Wp display menu by name archive#
The archive of a taxonomy is the list of posts in a taxonomy that is automatically generated by WordPress. A small part of the "WordPress Template Hierarchy". For example, you might have on your blog a “films” category that has several child categories, with names like “foreign” and “domestic.” Custom taxonomies may also be hierarchical, like categories, or non-hierarchical, like tags. Like categories, hierarchical taxonomies can have parent-child relationships between terms in the taxonomy.

We pretty much always refer to items in a custom taxonomy as “terms.”Ĭategories and tags represent the two types of taxonomies: hierarchical and non-hierarchical. We tend to call an individual posting of a tag a “tag,” but to be precise, we should refer to it as a “term” in the “tag” taxonomy. The two taxonomies everyone is familiar with are built in: categories and tags. A taxonomy is a WordPress content type, used primarily to organize content of any other content type.

In this tutorial, we’ll explain custom taxonomies and how to create them. These custom taxonomies operate like categories or tags, but are separate. Categories and tags are examples of taxonomies, and WordPress allows you to create as many custom taxonomies as you want. If you use custom post types in WordPress, you might need to organize them like categories and tags. Most WordPress users are familiar with tags and categories and with how to use them to organize their blog posts.
