Two most important requirements of a good website are – Speed and Security. A fast loading website not only pleases the users but also Google Search. Reducing the page loading time of your site is one of the first steps to boost the SEO. A layer of security to protect your site from spam traffic… Continue Reading …
Increase the Maximum File Upload Size in WordPress
Generally, the file upload size limit in WordPress is 20MB and it’s not sufficient if you want to upload big audio or video files into your WordPress pages or posts. Recently I needed to upload a 64MB mp3 file on one of my WordPress pages so I started looking for solutions. The solutions available on… Continue Reading …
WordPress and Adsense Asynchronous Code – 2 Minute Guide
Google Adsense Asynchronous Ad code is just better than the old Synchronous code. There are two major benefits of implementing the new Google Adsense Asynchronous Ad code into your WordPress site. 1. Asynchronous code doesn’t affect the loading of other elements of you page. Other parts of your site will open even if the Google… Continue Reading …
Comment Out HTML Code in WordPress
Commenting out is making an HTML code inactive. When you comment out some lines of code on your page, those lines will be still there and you will be able to see them in the WordPress HTML editor but they will not appear in the browser. There may be several situations when you wight want… Continue Reading …