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 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…
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…