The Dynamic List widget allows you to create customizable lists with icons, perfect for displaying information in a clean and organized way.
You can pull content dynamically from posts, custom fields, or ACF (Advanced Custom Fields) sources.
General#
- Source: Determines where the list data comes from:
- Custom – Manually add timeline items.
- Posts – Automatically pull content from WordPress posts.
- ACF Repeater – Fetches items from a repeater field created in ACF.
- ACF Relationship – Displays related posts/items from an ACF relationship field.
Items#
- List Type: Select a list type/style from the given options:
- Unordered List – Displays items with bullet points.
- Ordered List – Displays items with sequential numbers.
- Icon List – Displays items with a custom icon of your choice instead of bullets or numbers.
- Icon Type: Select an icon to display. You can choose an icon from the icon library or upload a custom image.
- Content Field: When you select Posts or ACF Relationship as source, you can choose from the given options to display as a list item:
- Post Title – Displays the post's title.
- Post Author – Shows the name of the post author.
- Post Date – Displays the post's published date.
- Post Excerpt – Shows a trimmed version of the post content.
- Post Content – Displays the full content of the post.
- Post Comments Count – Shows how many comments the post has.
- Post Terms – Displays terms (e.g., categories, tags) related to the post.
- Post Featured Image – Renders the post's featured image.
- Post Custom Field – Displays the value of a custom meta field.
- ACF Field – Pulls in data from an ACF (Advanced Custom Fields) field.
- Pods Field – Displays data from a Pods framework field.
- Button – Adds a custom button element (e.g., Read More, View Project).
Query#
The advanced query logic in the Dynamic List enables you to filter posts by category, tags, author, or other criteria, providing granular control. You can find more details here.