Complete Disabling of Commenting Functionality in WordPress
This article explains how to completely disable commenting functionality in WordPress, improving site performance and admin panel cleanliness.
Plugin Dependencies on Other Plugins in WordPress 6.5
This article discusses the new "Plugin Dependencies" feature in WordPress 6.5, which simplifies the management of plugin dependencies and their activation process.
How to Disable Specific Gutenberg Blocks in WordPress
This article explains how to disable specific Gutenberg blocks in WordPress using various methods, including PHP and JavaScript, to tailor the block editor experience...
Support for AVIF Image Format in WordPress 6.5
This article discusses the support for the AVIF image format introduced in WordPress 6.5, detailing its benefits, browser compatibility, and usage instructions.
Caching in WP_Query with WP 6.1
This article discusses the caching improvements in WP_Query introduced in WordPress 6.1, including how to enable, disable, and manage caching effectively.
How to completely disable WordPress update checks for core, plugins, and themes
In WP, it is possible to completely disable update checks for everything (core, themes, plugins, and translations) at once. However, there is no standard way to...
Installing WP plugins via Composer
Installing WordPress plugins via Composer, including instructions for plugins in WP repository and on github.com.
WP 6.3: async and defer attributes when registering scripts
WordPress 6.3 introduces support for registering scripts with the async and defer attributes, improving site performance and loading strategies.
WP_Query: How to Compare Meta Fields values in meta_query Request
How to compare meta fields in WP_Query using meta_query; Universal method for comparing meta fields in WP_Query.
Error when updating WP: Another update is currently in progress
Troubleshooting guide for resolving the "Another update is currently in progress" error in WordPress update process.
The "-rotated" suffix for images, or what WP does with image orientations
The article explains how WordPress handles image orientations and the use of the "-rotated" suffix for images. It also discusses how to disable the image orientation...
Additional fields for WP_Nav_Menu
In WordPress 5.4 there are new hooks that allow you to more flexibly customize the WordPress menu (WP Nav Menu). In particular, it's now possible to easily add custom...
Hiding Notifications of New WordPress Version in Admin Panel
Tutorial on how to hide notifications of new WordPress version updates in the admin panel.
Disabling update/download of new versions of default themes and plugins
This article explains how to disable the update and download of new versions of default themes and plugins in WordPress.
Taxonomies in WordPress
What are taxonomies in WordPress? For those who don't know, and for those who think they know everything about taxonomies, it will be useful to read this article. I'll...