Web Developer's Tips and Articles

to enhance your learning and projects quality

YM Site Kit is a collection of small, practical utilities designed to make working with your WordPress site more convenient and efficient. The plugin is based on real-world experience building and maintaining dozens of WordPress sites and includes tools that most often prove essential. It is lightweight and includes only…

Posted on February 15, 2026 in Documentation, WordPress Read

Developers and website administrators often encounter situations where the Advanced Custom Fields (ACF) or Secure Custom Fields (SCF) shortcode returns empty output when attempting to display field values. This article outlines common causes and solutions for this issue. First, verify that the ACF/SCF shortcode feature is enabled. Since ACF version…

Posted on April 11, 2025 in Guides, WordPress Read

WP-CLI (WordPress Command Line Interface) is a powerful tool for managing WordPress sites directly from the terminal. It simplifies developer workflows for tasks like creating new WordPress installations, managing language packs, modifying user role permissions, and much more. This guide walks you through installing WP-CLI using cPanel. Log in to…

Posted on March 26, 2025 in Guides, WordPress Read

Modern website and web application development involves managing a vast number of critical aspects that can sometimes be overlooked after prolonged development. To simplify the project delivery process, I’d like to share a checklist that I personally use. This checklist ensures that your project is delivered in excellent technical condition…

Posted on February 11, 2025 in Guides, Tips Read

PHP provides a convenient API for working with date and time. If you need to retrieve the current date, you can simply use the date() function, specifying the desired format as an argument. Alternatively, in WordPress, you can use the wp_date() function, which applies the site’s current time zone to the date. In programming,…

Posted on February 4, 2025 in Tips Read

Running a modern online store requires integrating with different platforms and technologies. One such technology is creating a Yandex Market feed, which enables you to synchronize your website’s catalog with Yandex services, such as maps, goods and others. While there are ready-made plugins available in WordPress store for this purpose,…

Posted on February 1, 2025 in Guides, WordPress Read

WordPress Multisite is an invaluable tool for creating multilingual websites. However, if you’ve ever worked on SEO for such websites, you may have noticed a significant issue: when Multisite operates in subdirectory mode, WordPress fails to correctly generate the robots.txt file. Specifically, it does not include sitemaps for subsites, which…

Posted on January 27, 2025 in Guides, WordPress Read