Dynamic Data and Query Loops
Pixflow Design includes Bricks-aware skills for dynamic content.
Dynamic Data
Section titled “Dynamic Data”Dynamic Data lets Bricks elements pull live values instead of fixed text or media.
Examples:
{post_title}{post_excerpt}{featured_image}{post_url}{url_parameter:test}
When writing examples, Pixflow should preserve underscores in dynamic tags.
Conditions
Section titled “Conditions”For a URL parameter like ?test=true, use a Current URL condition with:
- operator: contains
- value:
test=true
Use {url_parameter:test} when you want to output the parameter value inside content.
Query loops
Section titled “Query loops”Query loops should be applied to the repeated item or card wrapper, not usually the entire section.
A typical posts loop uses:
- query type: posts
- posts per page: requested count
- order by: date
- order: descending or ascending
- pagination, load more, or infinite scroll when needed
Dynamic fields inside the repeated card should reference the current query item.
Learn