How to Add Conversion Tracking Code to Woocommerce Thank You Page
To add Conversion Tracking Code to Woocommerce Thank You Page (Google Ads in this example),…
WordPress Maintenance Mode (with and without plugin)
WordPress Maintenance Mode is needed when we want to perform major changes in our WordPress…
How to Run Apache as different User with mpm-itk
Run Apache as different User is quite useful in WordPress development and WordPress hosting. Apache…
How to Upgrade PHP on WordPress Step by Step
Upgrade PHP on WordPress is a common task when you run a WordPress server. Some…
Most Commonly Used WordPress Functions. The Ultimate Cheatsheet
WordPress Functions are the tools to build an amazing WordPress Site. You can find an…
How To Create A Child Theme For WordPress In 5 Minutes (with live example)
Child Theme is also a WordPress Theme that inherits the design and the functionality of…
12 Powerful WordPress Hooks Every Developer Should Know
WordPress Hooks are the real power and the magic of WordPress. They allow us to…
React for WordPress Developers – The Ultimate Guide
The Block Editor (Gutenberg) is built on React. So it is highly recommended to use…
How To Debug WordPress
WordPress Debugging is essential if you are developing a WordPress theme or plugin. The following…
How To Use PHP Static Analysis in WordPress with PHPStan and VSCode
PHPStan is an open-source PHP Static Analysis tool. PHPStan is a must-have tool for any…
How to Setup WordPress Coding Standards in VSCode
WordPress Coding Standards are documented in detail in WordPress Developer Handbook. Fortunately, WordPress offers a…
Getting Started with WordPress Custom Fields
WordPress Custom Fields is one of its most powerful features. In combination with Custom Post…
How to Create Custom Endpoints in WordPress REST API (with live example)
Sometimes you need to customize WordPress REST API to return fewer columns or to have…
How To Use WordPress REST API
To create an attractive User Interface, you have to use Javascript. WordPress REST API is…
How To Create a Custom Database Query in WordPress with WP_Query
WordPress makes queries to the database depending on the current URL. When you have to…
How To Create a Custom Post Type in WordPress
“Custom Post Type” is one of the most powerful WordPress features. By default WordPress supports…
How To Add a Mobile Menu in any WordPress Theme
Almost every WordPress theme these days offers users a responsive web design and obviously a…
How To Write JS and CSS in WordPress with Industry Standard Tools
When you create a WordPress Theme or a Plugin, you can write plain Javascript and CSS the…