Breadcrumbs for WordPress

This article explains the concept of breadcrumbs in web development and provides a function for implementing breadcrumbs in WordPress, along with examples and usage...

Comment Numbering in WordPress

Different methods to number comments in WordPress, including threaded and non-threaded comments, while also covering plugins.

Smooth Scroll "Back to Top" Button

Explanation of how to implement a smooth scroll "Back to Top" button using pure JavaScript and jQuery, suitable for any website.

Interlinking posts in WordPress (previous posts from category). Function 2

The article provides a function for circular interlinking of articles in WordPress, allowing customization of taxonomy and post type.

Advertisement Block in the Article Text

The article provides a method to insert advertisement blocks into the content of WordPress posts, including before the "more" tag and for old posts.

Predefined Text for a New Post in WordPress (the_editor_content)

Setting predefined text for a new post in WordPress using the_editor_content filter.

Function to display all posts by month of publication

Explanation of a WordPress function to display all posts grouped by the month of publication.

Fill a WordPress Site with Data (a Large Number of Posts) and Comments (for Testing)

Code for quickly filling a WordPress site with a large number of demo posts and comments for testing purposes.

Optimizing WordPress Performance Through Permalinks (Practice)

The article explains a method for optimizing WordPress performance by managing permalinks in the database and provides implementation details.

How to Best Remove the Word "Category" from the Permalink (URL) in WordPress

The article provides guidance on removing the word "category" from WordPress permalinks, discussing plugins, manual hacks, caution with retro versions, 301 redirect...

Removing Widgets and Metaboxes from the WordPress Dashboard

To make it more convenient to work in the Wordpress admin, sometimes you need to disable (delete) metaboxes and widgets, In this post let's see how to do it.

...

WordPress Performance Optimization Through Permalinks (Theory)

Explanation of WordPress performance optimization through permalinks and the impact of different permalink structures on server load and database queries.

Custom Menu in WP 3.0+ (wp_nav_menu)

This article explains the process of creating and customizing custom menus in WordPress 3.0 and above using the wp_nav_menu function, enabling support, and controlling...

The Loop in WordPress

The Loop in WordPress is processing posts one by one that are in the current global data and output information about each post. The Loop gets an array of objects...

Automatic resizing of textarea in JavaScript and jQuery

Methods for automatically resizing textareas in JavaScript and jQuery.