Custom Taxonomies and Fields Made Simple

In the previous article we talked about custom post types. They are the key bricks to be used in your web application that goes beyond simple blogging. But they are not enough. Your custom piece of information most likely need to be categorized in some way and even more likely it will have some additional info like price, location, etc. that you want to show in a structured way. If this is the case, you need to learn about taxonomies and custom fields.