Creating a Custom Module for the Divi Theme in WordPress

Post Views: 1 Creating a custom module for the Divi theme in WordPress can open up a whole new world of possibilities for your website. With Divi’s built-in module system, you can easily add new functionality to your website without having to touch a single line...

How to Use WebP Images in WordPress?

Post Views: 2 Webp images are not allowed to WordPress media library with default setting. To enable the .webp format use the following code block in your functions.php file inside the theme folder. /* Enable webp image support for media */ function webp_upload_mimes(...