WordPress (category)

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 functions.php theme file in WordPress

Everyone familiar with WordPress has heard of the functions.php theme (template) file. However, not everyone understands its purpose, seeing in it only a file that...

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.

If pagination does not work on the search page

Troubleshooting solution for the issue when pagination does not work on the search page due to a theme-related problem in WordPress.

Executable PHP Code in WordPress Posts

Implementing the ability to insert executable PHP scripts in WordPress posts and pages, along with important security considerations.