Pro aria-current=”true” for Current Categories on single Posts in BricksHow to separately style only the category links that are assigned to the current post.Read more →Categories: Bricks, ProTags: Terms Query
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