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...

Enforcing https on all WordPress pages

Post Views: 13 Step 1 Go to your file manager or access your files via any FTP client. Step 2 Open your .htaccess file in edit mode (Where you can update the file and save.) Step 3 Include the following two lines below RewriteEngine On as shown. RewriteCond...