This Pro tutorial for Bricks users can be considered Part 2 or a variation of the earlier Bricks Query Loop for Top-level Parent Pages with Children tutorial. Given this Page…
Bricks Query Loop for Top-level Parent Pages with Children
In the Bricks Facebook group, a user asked: Looking for a custom query to output a list of posts in the same hierarchy that the posts use. For example, the…
Updated on 21 Aug 2024 This Pro tutorial shows how custom query types for each navigation menu can be generated in Bricks. This enables us to loop through the menu…
Limit Bricks Users Query to Current Post’s User-type ACF Field Value
Consider this scenario with ACF: "John Briley" user: "Gandhi" movie: The requirement is to show John Briley as the author when Gandhi movie item is being viewed on the front…
Related Posts Grouped by Custom Field Value when using ACF Relationships in Bricks
In the Bricks Facebook group a user asks: Let's summarize the situation. with the CPTs and field groups created using ACF. Requirement: On single locations, show related boats grouped by…
This Pro tutorial provides the steps for showing child categories if the current category has children or posts, if otherwise on category archives when using Bricks. Step 1 Add an…
Adding active class to the current term/post in a Bricks query loop on Term archives/single posts
Updated on 29 Feb 2024 In the Sibling Terms Bricks Query Loop tutorial, a member asked: How can I set the class "active" to the current category ? This Pro…
How to Update Custom Fields with Default Values For Existing Posts when using ACF
Let's take a scenario where there are 10 Pages in a WordPress site. You proceed to create a Text-type of custom field called, say, "Custom Title" using ACF for Pages…
In the Bricks Facebook group a user asked: Hi, how do you normally control margin, padding and font-size using dynamic data? I'm looking for the best workflow to accommodate these…
Adding CSS based on a PHP boolean value in WordPress
In the Bricks Facebook group a user asked: How do I display a pseudo element depending on the presence of data in an ACF field This Pro tutorial shows one…