diff --git a/docs/tutorials/first-taxonomy.md b/docs/tutorials/foo-taxonomy.md similarity index 100% rename from docs/tutorials/first-taxonomy.md rename to docs/tutorials/foo-taxonomy.md diff --git a/docs/welcome/how-content-works.md b/docs/welcome/how-content-works.md index ece99a04..9a225e95 100644 --- a/docs/welcome/how-content-works.md +++ b/docs/welcome/how-content-works.md @@ -1,5 +1,7 @@ # Understanding the Relationship Between Post Types, Taxonomies, and Custom Fields +[A TINY CHANGE HERE TO TRIGGER THE DOCS WORKFLOW] + In WordPress, the true power of content modeling comes from combining **Post Types**, **Taxonomies**, and **Custom Fields**. Together, these tools allow you to build virtually any kind of data structure your website needs — from a real estate listing manager to a recipe library or an online product catalog. This guide will help you understand how each element works, when to use them, and how they interact with each other in practical projects — using movies as our central example.