Bricks 1.9.4 added AJAX support for Popups via its Popup Builder. popupContextId can be now set in bricksOpenPopup() which means a popup can be set to show dynamic data from…
Consider the scenario where a Page has a "Page Fields" field group created with ACF Pro like this: Field name: scientific_coordinators (type Repeater)|__ Sub field 1: name (type Text)|__ Sub…
This Pro tutorial provides the steps to limit the posts (can be of any post type) output by Bricks' query loop to children of the current single post being viewed…
How to Modify Products Element Query in Bricks to Output Child Products
This Pro tutorial provides the steps to limit WooCommerce products output by Bricks' Products element on single product pages to only the children of the current product. Step 1 Let's…
Filtering Query Loop Posts by a Non-empty Custom Field in Bricks
This Pro tutorial shows how we can prefilter the results of a query output by a Bricks query loop to only those for which the value of a specified custom…
Limiting the Query Loop Posts Output to Post IDs From a Custom Field in Bricks
A user asks: Recently Bricks introduced the PHP query editor that lets us modify the query parameters right within the query dialog of the builder rather than having to do…