Using User-Based Loops in Modules
User-based loops allow you to display users dynamically within modules that support loop rendering. This is useful for building author grids, team directories, contributor lists, or any layout where user data is the primary content source.
Extended User Query Type
In the Extended Loop panel, you’ll find a dropdown labeled Extended User Query Type. This controls how users are retrieved for display. Options include:
- Use Current Loop Query – Uses the default query provided by Divi.
- ACF/SCF User Field – Queries users based on a custom field that stores user references, using either Advanced Custom Fields or Secure Custom Fields.
Custom Field Name
When selecting ACF/SCF User Field, an input labeled Custom Field Name will appear. Enter the exact field key used to store the user reference (e.g., assigned_author
or team_member
).
Use Cases
- 👤 Display a list of users linked to a post
