CMS - Page 2

wordpress

Fixing Image URL in ACF (Advanced Custom Fields)

Last updated: 23.02.2026
Views: 525
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...
wordpress

How to Remove the “Website” Field from the WordPress Comment Form

Last updated: 26.10.2025
Views: 1015
By default, WordPress includes a "Website" or "URL" field in its comment form. While this may be useful in some cases, it often attracts spammers who leave low-quality comments just to insert backlinks. If you're looking to reduce spam and keep your comments section clean, removing the URL field is a simple and effective step. You can do this easily by adding a small PHP snippet to your theme’s...