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

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