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.

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…