How to Query Instagram Posts in Bricks Builder

Bricks Builder is incredibly flexible, and one of its powerful features is the ability to create custom query types. In this article, you'll learn how to integrate Instagram posts into…

Likes
1776

WordPress Query Menu Navigations in Bricks Builder

This post is baed on code share by deyril_support on https://forum.bricksbuilder.io/t/solved-custom-query-for-nav-menus/26250/4. In this article, we’ll explore how to create a custom query type for WordPress menu items using the Bricks…

Likes
2457

Get index number in Bricks Builder Query Loop

Put this code below into functions.php file or snippet plugin. Then use dynamic data in element setting custom attribute value.

Likes
5513

How to Query WordPress Json Rest Api or any Website using Bricks Builder

If you are wondering how can you display post or page from other website in wordpress using Bricks Builder, then I will show you some example and code to achieve…

Likes
7824

Bricks Builder | How to Query Loop Google Review

First , we make custom Query Option. Allow the code to be executed in Bricks Builder by using this code below: Then for displaying data use this function insde dynamic…

Likes
6893

Bricks Builder | Query the current user posts

This code will display the post from current user. Put the code into Bricks Builder Query Editor. $current_user = wp_get_current_user();: This line retrieves the currently logged-in user in WordPress and…

Likes
5514

Add Recently Viewed Posts or CPT in Bricks Builder

This code will add recently viewed post or cpt by storing post id in browser cookies so we can queried later. This code can be added to the functions.php file…

Likes
6741

Query Post by ACF Relationship Field on Bricks Builder

This code segment is aimed at fetching portfolio items while excluding the current post from the query results. It's configured to retrieve posts of the 'portfolio' post type, with no…

Likes
5882