Other (category)

Bug with moving uploads folder

Seems I've run into a bug in WordPress, which is related to the wp-content/uploads directory. Although I will not claim that this is a bug, but the logic is...

jQuery Datepicker: Date Selection for Input Field in WordPress

This article provides a ready-made code for implementing the jQuery Datepicker for WordPress, allowing users to select dates in input fields with ease.

WP 4.0: WP_Query: fixes in the orderby parameter

Explanation of the orderby parameter fixes in WP_Query in WordPress 4.0.

Repair the GUID field for attachments

The guid field in the post table for attachments in 90% of cases points to the file itself - it is the file URL. This field is convenient to use in code to obtain...

Adding Columns to Posts in Admin (Sortable)

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.

Kama Quicktags: Code on your website pages

The article discusses the challenges faced while inserting and highlighting code in WordPress posts and introduces the Kama Quicktags plugin to simplify the process.