Display the Terms of a Custom WordPress Taxonomy

Have you been working with custom WordPress taxonomies and post types? There are many ways to display associated terms in a custom WordPress taxonomy for a post. In this article we will go through them to show you how you can easily display the associated terms. We can do pretty much everything with custom taxonomies. They can be used for content to serve as regular categories or tags but they can also be used as a filterable option on a search page. They could be used also just to give a better description or specification of a content, product, portfolio...

Custom user taxonomies in WordPress

If you’re at all familiar with taxonomies in WordPress, you already know how awesome it is to add custom taxonomies to your posts or custom post types. WordPress developers have known this for a while. What many people don’t know is that the current taxonomy schema was added way back in WordPress 2.3. Yes, that means the ability to create and use custom taxonomies has been around since 2007. We didn’t get all the cool functions added until 2.8 though. However, one thing we’ve had since 2.3 was the ability to create taxonomies for any object type, not just posts. In...

A refresher on custom taxonomies

When I wrote about custom taxonomies just a year ago, not much was known or understood about them in the WordPress community. For most people, anything beyond “tags” and “categories” was unneeded anyway. And, only having only taxonomies for blog posts was essentially useless. However, with WordPress 3.0 around the corner and the introduction of custom post types, the usefulness of custom taxonomies will increase greatly. Post types are your forms of content. Taxonomies are the glue that holds that content together, linking it in all kinds of neat ways. As I delve deeper into the subject of post types and taxonomies in...