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.

List of All WordPress Options

Here is the entire list of WordPress options, which are located in the wp_options table. You can see all the options for your site on the hidden admin page...

How to revert to the WordPress Classic Editor (original editor) - disable Gutenberg Block Editor completely or for a post type

How to revert to the old WordPress editor (completely disable Gutenberg or for a post type). This article explains how to disable the Gutenberg editor in WordPress...

Kama_Cron

A small class for easily adding WP Cron tasks (jobs).

This Class allow you to create WordPress Cron tasks in a quick and simple way. In order not to confuse anything,...

PHP functions filectime() fileatime() filemtime()

Explanation of PHP functions filectime(), fileatime(), and filemtime() and their differences in managing file timestamps.

wp.template — HTML templates for JavaScript in WordPress

This article explains the usage of wp.template in WordPress for creating HTML templates for JavaScript and provides examples of its implementation.

100+ Unicode Symbols for HTML/CSS/JS/PHP

This note will cover universal Unicode symbols. Icons that are understood by all browsers and systems.

To use icons in HTML code (markup), icon packages based on fonts...

Get several adjacent posts in one query

There are number of functions in WordPress to get one of the adjacent (neighboring) posts to the current one: get_previous_post() and...

Emails In WordPress

This document lists all the situations where WordPress sends an email, along with how to filter or disable each email.

Hooks on Edit Post Admin Page

There are hooks that allow you to display any content in a particular place on the admin page of adding or editing any type of post.

Thanks to hooks below, you can...

Date and Time Formats in WordPress

WordPress has functions that get the date or time of a post, comment, or something else: the_date(), the_time(),...

How Notifications Work in WordPress (Pings, Trackbacks) - xmlrpc.php File

Understanding how notifications (pings, trackbacks) work in WordPress and how to effectively manage them. Learn about the differences between trackbacks and pingbacks,...

WordPress Theme Files Hierarchy

This post is about the names of the WordPress theme files. And it also reviews which file to include for showing the content of a specific page. This is very important,...

Register a Taxonomy without attaching it to any Post Type

As I found out, WordPress does not allow the creation of taxonomies independently, without binding to any post type. I mean, we can register a taxonomy without binding...

SEO Meta Tags Without Plugins: Title, Description, Robots, Open Graph

The article provides a method to implement SEO meta tags (metadata) for a WordPress website without using plugins, focusing on creating title, description, robots, and...