Pro RCP Memberships grouped by Membership Levels in BricksDisplaying RCP‘s membership levels, with the names of active members under each level.Read more →Categories: Plugins, ProTags: Restrict Content Pro
Pro x Number of Random Bricks Query Loop Items(s) to be Shown Every x HoursShowing how to display one random row of a Meta Box group for an hour and then output another random row.Read more →Categories: Bricks, ProTags: bricks/query/result, Filters
Pro Posts Grouped by Post Dates in BricksSetting up query loops for “Post Dates” with an the inner loop displaying all posts published on that day.Read more →Categories: Bricks, ProTags: Nested Queries
Pro Showing a Popup conditionally in Bricks based on Query ParameterHere's two ways a Bricks Popup can be shown on page load depending on URL parameter value.Read more →Categories: Bricks, ProTags: Popup
Pro Frontend Post Deletion in BricksHow to allow users (post authors) to delete their posts from the front end in Bricks.Read more →Categories: Bricks, ProTags: Fetch API, register_rest_route, WP REST API
Pro Conditional Output in Bricks based on Visitor SelectionHow we can dynamically show elements based on user selection.Read more →Categories: Bricks, ProTags: AJAX, Cookies, Fetch API, localStorage
Pro Data Attribute-based Conditional Output in BricksShowing how to prevent rendering any elements that have a specific data attribute set.Read more →Categories: Bricks, ProTags: bricks/element/render
Load more for Query loops in BricksDid you know that Bricks has AJAX loading for query loop posts on-click out of the box?Read more →Categories: Bricks, FreeTags: Query Loop
Pro Sorting ACF Relationship Posts by Date Meta in BricksConsider the following setup: CPT: Events ACF Fields:Event Date Information (Group)|__Event Date (Date Picker)Pick Sub Events (Relationship) An Event can have 1 or more related…Read more →Categories: Bricks, Plugins, ProTags: ACF, bricks/query/result, Relationship
Pro ACPT Gallery Field Query Loop in BricksHow we can output images from ACPT‘s Gallery field for posts as a grid using a query loop.Read more →Categories: Bricks, Plugins, ProTags: ACPT, Query Loop
Pro Dynamic Background Slideshow in BricksUsing images from an ACF Gallery field or Meta Box as a sections' background slideshow with fade effect.Read more →Categories: Bricks, Plugins, ProTags: ACF, Meta Box, Slideshow
Posts Related by Current Post’s Terms in BricksShowing other posts assigned to the same categories/tags/custom taxonomy terms as the current post.Read more →Categories: Bricks, FreeTags: Query Loop
Pro Filtering ACF Repeater Rows in Bricks by a Boolean Sub FieldLimiting the ACF Repeater query loops in the three columns to only add rows for which the specified sub field.Read more →Categories: Bricks, Plugins, ProTags: ACF, ACF Repeater, bricks/query/run
Pro Filtering a Bricks Terms query on Term archive pagesOn product category archives, how to show product type names but only those that the current product category has.Read more →Categories: Bricks, ProTags: bricks/terms/query_vars
Pro Conditional single post Bricks template based on internal referrer URLHow to automatically select a single post template depending on the page from which the post is accessed.Read more →Categories: Bricks, ProTags: bricks/active_templates
Pro Stacking Post Cards in BricksHow we can stack posts in a query loop so they stick on top of the previous one when scrolling.Read more →Categories: Bricks, ProTags: Sticky
Pro Condition for checking Bricks contentOnly outputting Bricks content when a Page is built with Bricks, otherwise display WP content.Read more →Categories: Bricks, ProTags: Setup, Templating
Pro Bricks Term Query Sorted by Tag Count of Posts in the Current CategoryHow we can display the most used tags for posts within the current category.Read more →Categories: Bricks, ProTags: bricks/terms/query_vars, Terms Query
Pro ACF Post Object Query Loop inside a Posts Query Loop in BricksHow to loop through a CPT and within each post, output a list of related posts.Read more →Categories: Bricks, Plugins, ProTags: ACF, Nested Queries
Pro Category Grid with ACF Images in BricksCreating a grid of post categories, each category card showing an image from an ACF field, category name & description.Read more →Categories: Bricks, Plugins, ProTags: ACF, Terms Query
Pro ACF Flexible Content in BricksHow to set up a Flexible Content type of field using Advanced Custom Fields Pro in Bricks.Read more →Categories: Bricks, Plugins, ProTags: ACF, Flexible Content
Pro ACF Flexible Content Field – Layout Labels and Sub Field LabelsHow to output the text of layout labels and/or sub field labels using the Flexible Content field of ACF Pro.Read more →Categories: Bricks, Plugins, ProTags: ACF, Flexible Content
Pro Remove Duplicate Term Names From Bricks Terms Query LoopExcluding terms with duplicate names, keeping the first occurrence & excluding subsequent terms with the same name.Read more →Categories: Bricks, ProTags: bricks/terms/query_vars, Terms Query
Pro Featured Image’s Meta in a Bricks Posts Query LoopHow to output values of custom fields for the featured image of current post in a query loopRead more →Categories: Bricks, Plugins, ProTags: ACF