[WordPress] Define custom post types
Custom post types are posts in WordPress that you define
[WordPress] Define taxonomies
Taxonomies are the ways those posts are organized
[WordPress] Definte custom fields
Custom fields are key/value pairs. They are:
List 4 examples of when and why you might want ACF
What is the WordPress Loop?
A customizable while loop in PHP.
It’s a recipe for displaying repeating blocks of content, sets up the structure that each post will follow and repeats that structure until all posts have been displayed.
Where is the WordPress loop found?
Within all template files.