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…
For video tutorial please check my youtube channel Ivan Nugraha
Updated on May 23, 2024
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…
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…
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.…
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…
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…
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…