Tag: wordpress

wordpress

Step Options Plugin for WordPress

Last updated: 25.03.2026
Views: 375
At some point, I needed a way to display identical content blocks across multiple pages, with the ability to manage and update them easily from the WordPress admin panel. The simplest solution would be to use a standard HTML widget. However, this approach quickly becomes inconvenient, especially when you need something more structured or reusable. An ideal solution would be to use Advanced C...
wordpress

Classic WordPress widget (plugin) of NBU exchange rates (Ukraine)

Last updated: 24.03.2026
Views: 104
WP Currency NBU - classic NBU (National Bank of Ukraine) exchange rate widget for WordPress. The widget displays the USD (US Dollar), EUR (Euro), PLN (Polish Zloty) exchange rate. You can configure the output of a particular currency independently through the admin panel. For example, if you do not need the output of the Polish zloty, you can hide it using the settings in the admin panel. The plug...
wordpress

How to Remove the jQuery Migrate Script from WordPress

Last updated: 26.10.2025
Views: 287
If your WordPress project uses jQuery, then by default, WordPress also loads the jQuery Migrate script along with it. In 99% of cases, you don’t actually need this script. jQuery Migrate restores support for outdated features that have already been removed from the main jQuery library. You can determine whether jQuery Migrate is loaded by checking for a message in your browser’s console ...
wordpress

WordPress Classic Widget (Plugin) Google Maps

Last updated: 28.03.2026
Views: 484
WS GMaps is a classic widget (plugin) Google Maps for WordPress CMS. The widget allows you to set multiple points on the map. In addition, there can be several widgets on one page. You can download the plugin for free. For the plugin to work, you need to specify the Maps JavaScript API key for Google Maps. You can generate an API key in the Google Cloud Platform (https://console.cloud.google.com/)...
wordpress

Fixing Image URL in ACF (Advanced Custom Fields)

Last updated: 23.02.2026
Views: 379
The ACF (Advanced Custom Fields) plugin is a great and convenient tool for extending the functionality of Wordpress. ACF allows you to add custom fields to your project's admin panel. When using the image field, I usually use the URL to get the value. And in the template, when outputting the image field value, the correct value does not always come. Sometimes, instead of the URL, an ID come...