One of the most important parts of building a WordPress site from scratch, is brainstorming and building out the various types of data, and how they relate to each other.
In this talk we will cover:
- Creating Custom Post Types
- Creating Custom Taxonomies
- Using Metadata for CPT’s and taxonomies
- How best to make relationships between these two data types.
- How to build performant queries.
And lastly we will look at some basic caching techniques that we can employ with Transients and/or Object Cache to make these queries even more performant.