Concepts
Overview
The Concepts section introduces the ideas that define how Divi Loop Extender extends the native Divi 5 Loop Element. Understanding these concepts helps you design efficient, flexible loops that respond to custom data, relationships, and taxonomies without guesswork.
Core principles
Divi Loop Extender adds a structured query layer to Divi’s Loop Element. Each concept below explains how data is processed when generating loop results.
- Layered query logic: Filters, relationships, and sorting rules are evaluated in sequence so the loop returns consistent results.
- Relationship awareness: Connections between posts, products, or custom post types are resolved through custom field or meta key references.
- Field-based sorting: Loops can prioritize data from custom fields such as ACF or native WordPress meta.
- Predictable taxonomy handling: Logical operators (AND/OR) define whether multiple taxonomy terms narrow or expand the result set.
Why these concepts matter
Understanding how Loop Extender structures queries prevents performance issues and unpredictable results. By mastering these concepts, you can:
- Combine multiple filtering criteria safely.
- Use relationship-driven data without manual SQL.
- Sort by ACF or meta fields without breaking pagination.
- Control taxonomy logic for fine-tuned listings.
When to use this section
Review these topics before creating complex dynamic layouts or debugging unexpected query behavior. They provide foundational knowledge for the how-to and tutorial sections that follow.