Categoría: BRICKS DYNAMIC DATA FREE QUERY LOOP
-
How to apply a custom query var to multiple query loops in Bricks
In this tutorial, we’ll learn how to apply a PHP filter to modify the query var of multiple query loops in a single function Table of Contents Introduction The code Target ID’s Target a class Introduction In my last project, I needed to create multiple query loops with a custom query var that couldn’t be…
-

How to List Your Posts Divided by Categories in Bricks
In this tutorial, we’ll learn how to display a list of posts divided by each category. Table of Contents The DOM tree Create a Term query loop Create a Sub query loop for posts Add your post information as dynamic data Results The DOM tree Here is how I structured my elements inside the bricks…