Wordpress & programming tutorials
Level up your skill and solve problems you have with help of tutorials that are provided below. And if you don't find appropriate tutorial or you have an idea for new one, feel free to request a new tutorial.

Download image on click without coding
In this tutorials we will learn how to make downloadable images without using any custom code. We will only use native Bricks Builder elements.

Open popup using URL parameter
In this tutorial we will learn how to do a very useful trick to show a popup based on URL parameter value.

How to hide default WP admin bar using PHP
In this tutorial we will learn how to simply remove default admin bar for all users except administrators. All this without using any additional plugin, but only few lines of PHP code.

Counting post views without plugin in WordPress
In this tutorial we take a look how can we make simple post/page view counter without using a plugin to do so.

Condition based on URL parameter value.
In this tutorial we will create element, that we will show conditionally based on some URL parameter value.

How to render Bricks Builder template with PHP
In this tutorial we will check how to render Bricks template with PHP code. To make it even more interesting, we will also dynamically update data inside it, before rendering it on the page. So, let's learn how to do that.

How to remove Thank you for creating with WordPress
At the bottom of WordPress Admin page, there is a generic text that we will show in this tutorial how to remove or change it. Below is the code to remove the text altogether. Be aware that we have to give priority parameter to 999 (or any other high value), so that our function executes…