Skip to content
Community Get full access

Dynamic Data and Query Loops

Pixflow Design includes Bricks-aware skills for dynamic content.

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.

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 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.