There are 11 tutorials, but we are adding more :)

Tag: PHP

Categories
Tags
Apr 2nd
9 hours ago
Creating custom element in Bricks
In this tutorial, we will learn how to create a custom element for the Bricks builder with custom controls, styles, and JavaScript. The custom element will be simple, as it will just show some text, that will change on a click. But, the intent is that you learn the basics, and that's precisely what this…Here goes your text ... Select any part of your text to access the formatting toolbar.
Read More
Mar 15th
3 weeks ago
Creating a PHP Function to Count All Published Posts
In this tutorial, we'll show you how to create a simple PHP function to do just that using the Bricks theme. With the help of WordPress WP_Query class, you'll be able to get the total number of published posts in no time.Here goes your text ... Select any part of your text to access the formatting toolbar.
Read More
Mar 9th
3 weeks ago
Excluding the newest three posts from each category inside custom query loop
In this tutorial, we'll create a custom query loop in Bricks Builder that queries posts from predefined categories while excluding the newest three posts from each category.Here goes your text ... Select any part of your text to access the formatting toolbar.
Read More
Feb 5th
2 months ago
Writing PHP code
In this tutorial, we will learn how to add custom PHP code to websites built with Bricks. Most of the time, there are two ways to add a custom PHP code. The first one uses using Code element, and the second one uses using Child Theme. We will check both of them.Here goes your text ... Select any part of your text to access the formatting toolbar.
Read More