Other (category)

Best Media Library Folders Plugins for WordPress

Managing attachments in the WordPress media library with ease could become crucial at the moment when your WordPress website is starting to have a large amount of media...

bcrypt and BLAKE2b: A New Password Hashing Algorithm in WordPress 6.8

This article discusses the introduction of bcrypt and BLAKE2b as new password hashing algorithms in WordPress 6.8, highlighting their benefits and implications for...

WordPress on SQLite

This article explains how to install WordPress using SQLite, highlighting its advantages, disadvantages, and potential use cases.

Top 12 WordPress Development Companies to Hire in 2025

Explore top WordPress development companies in 2025. Find expert teams for custom websites, plugins, and scalable digital solutions.

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.

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...

How to Change the Primary Blog (Site) in WordPress Multisite

How to change the primary site (blog) in WordPress Multisite, including config, database edits, and data integrity cautions.

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.

Example of Updating a Post via Postman and Application Password

This article demonstrates how to update a WordPress post using the WP REST API and Postman, along with creating and using application passwords for authentication.

Adding taxonomy (term) to post search

The article explains how to enhance the default product search by adding the ability to search by product attribute names.

The "-scaled" suffix for images, or what WP does with large images

Explanation of the "-scaled" suffix for images in WordPress and how it handles large images; instructions on modifying and disabling the creation of "-scaled" images.

Adding meta-field search to regular WordPress search

Adding meta-field search capability to the standard WordPress search functionality.

8 Ways to Change Password in WordPress

This article provides various methods for changing passwords in WordPress, including using PHP, phpMyAdmin, MySQL, and WP-CLI.

Bug with moving uploads folder

Seems I've run into a bug in WordPress, which is related to the wp-content/uploads directory. Although I will not claim that this is a bug, but the logic is...

jQuery Datepicker: Date Selection for Input Field in WordPress

This article provides a ready-made code for implementing the jQuery Datepicker for WordPress, allowing users to select dates in input fields with ease.