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

Query Donation History of Give WP for Current User

To query the donation history of Give WP wordpress plugin for the current user, you typically need to access the donation records stored in the database of your WordPress website.…

Likes
7051

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

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