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

Grid in CSS

This article provides an overview of CSS Grid Layout, explaining its structure, features, and how to implement it in web design.

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

Caching Min and Max Prices for All Product Categories (Woocommerce)

Caching mechanism for retrieving and storing minimum and maximum product prices for each category, enhancing performance.

PHP CSV File - Creation and Reading

This article explains how to create and parse CSV files in PHP, including the format, creation of CSV files, reading CSV files, and converting Excel files to CSV.

Bulk Actions in Tables: Posts, Pages, Users, Comments...

How to add custom bulk actions to WordPress admin tables and process them using hooks.

How to Prevent Deactivation of Important Plugins?

Tutorial on how to prevent deactivation of important plugins in WordPress and remove the "deactivate" button and checkbox for specific plugins.

jQuery AJAX file upload to server

This article explains how to upload files to a server using AJAX and jQuery, with examples for both general use and WordPress integration.