Auto-updates in WordPress

Image

In October 2013, WordPress version 3.7 was released, and along with it came a new feature - automatic updates.

Autoupdate became the brightest, most useful, and...

SHORTINIT constant: WordPress environment with minimal load

Image

I was worried about a question: how can I use $wpdb object and site database with which I work, but with minimal loading of WP environment. Sometimes it is...

Constants of WordPress

Image

WordPress is configurable in the admin panel or using hooks (filters, events), and WordPress can also be configured using PHP constants.

You've probably used constants...

Limiting the Number of Login Attempts in WordPress

How to limit the number of login attempts in WordPress using a custom PHP script and protect the site from brute force attacks.

Masonry - displaying html blocks as a brickwork

Image

Introduction to Masonry, a JavaScript library for displaying HTML blocks in a compact, stacked manner. Includes integration, initialization, and usage examples.

How to Use the "offset" Parameter Without Breaking Pagination

This article explains how to use the offset parameter in WordPress queries without disrupting pagination, ensuring that the pagination functions correctly.

Ajax in WordPress

Image

This article explains how to use AJAX in WordPress for creating themes and plugins. It covers adding JavaScript, creating PHP functions, using AJAX on the frontend,...

Removing Comments in Branches

Image

This article discusses implementing a WordPress hook to delete all child comments when a parent comment is deleted and moving comments to trash and restoring them by...

Adding Columns to Posts in Admin (Sortable)

Image

This article explains how to add and make sortable custom columns in the WordPress admin posts table, specifically focusing on a column for visit counts.

Table of Contents for Large Posts (kamatoc)

Image

How to create and customize a table of contents for large posts using the Kama_Contents class in WordPress.

20+ Useful SQL Queries for WordPress

A comprehensive guide to using SQL queries for managing various aspects of a WordPress site, including user management, comment and ping management, and tag management.

Configuring robots.txt for WordPress

Image

Configuring the robots.txt file for WordPress to control search engine crawlers and optimize site indexing.

Create Menu with jQuery

Image

Creating an original menu on jQuery using HTML, CSS, and jQuery. The process involves creating the menu in HTML, including the jQuery library, adding CSS styles, and...

3 Ways to Create Loop in WordPress - WP_Query{} get_posts() query_posts()

Image

An article for beginners and those who are already a little familiar with WordPress, which should debunk all the myths about the different types of loops in...

Creating Custom Fields Block in WordPress Admin Panel

Image

This article explains how to create a custom fields block in the WordPress admin panel without using plugins, including the creation of the block, filling it with HTML...