WordPress Advanced
If you are a developer or an advanced user, you can not miss this section.
WP-Cron. How to Manage Scheduled Tasks in WordPress
WP-Cron is a WordPress utility to schedule recurrent and one-time tasks so that they get automatically executed in the future. Here’s all you need to know about it.
Everything You Kneed to Know About the Developer Console
A good professional knows their tools. It’s time you get up to speed with the Developer console on your browser.
How to Create a Function in WordPress and Execute it Whenever You Want
Knowing how to code functions in WordPress and connect them to hooks is a basic task for any developer. We teach you how to do it quickly and easily.
Introduction to the WordPress Template Hierarchy
WordPress uses a hierarchy of templates to render the contents of your website. Here we explain the most interesting aspects of this matter.
Why You Should Use a Staging Environment in Your Projects
Modifying a live site is risky, as plenty of things can go wrong. If you want to work safely, learn what a staging site is and how to create one with a hosting provider such as SiteGround.
Local WordPress Development with Lando (or Docker made easy)
If you liked Docker and Docker Compose, you’re gonna love Lando. Discover how to create local development environments in less than 5 minutes.
DevTips – How to Stop WordPress From Guessing URLs
If a user types in an invalid URL, they usually get a “Page Not Found” error. But that’s not the case in WordPress, as WordPress tries to guess the proper URL and show this instead of the error. Discover how you can change this behavior.
Find the commit that introduced an error in your code with Git Bisect
Do you have a bug in your code and you don’t know when, where, or how it was introduced? Git Bisect helps you find the exact commit in which the error was introduced, so that you can work on the fix quickly and effectively.
10 Simple Tips to Make Your WordPress Website Faster
The faster your website is, the better SEO it’ll get and the more visits it’ll generate. In this post we share 10 simple tips to optimize your WordPress site.
Secure Your WordPress Site by Logging Out Inactive Sessions
Want to make your WordPress site more secure? Learn how to automatically terminate idle sessions with this tutorial. It’s easy if you know how!
Get Up to Speed with PHP Loops
PHP has some great functions to work with arrays. They make it extremely easy to iterate over all of their elements without the hassle of loops. Learn more!
How to Use SVG images in Your JavaScript Projects with Webpack
The @wordpress/scripts package makes it easier to develop on Gutenberg. Learn how to extend it with your own Webpack configuration to load SVG files.