


Add SVG file upload support in WordPress
By default, WordPress does not allow its users to upload SVG files for security reasons. It generates an error message while we are trying to upload an SVG file. But, you might need to upload SVG files for your site. By adding the following lines of code into the currently activated theme's function.php file, you [...]
Useful Commands For AWS Apache Server
Working in the Amazon Web Services (AWS) environment is challenging, especially for beginners. You must do everything yourself, including server setup, installing PHPMyAdmin, domain mapping, etc. However, throughout the entire process, you can learn many new commands. In the following blog, you will get a few useful commands that you can use for setting up [...]
3 Simple Steps To Solve Google Maps Display Issue
Google Maps is one of the most significant parts of a website, whether it is a business or personal site. Using the "gmap.js" jQuery plugin, we can easily display a Google map anywhere on our website. Yesterday, I was working on a Blood Donation project. Suddenly, I noticed that Google Maps is not working anymore [...]