The Blog · since 2008

Practical WordPress tips, fixes and tutorials.

Real fixes and troubleshooting, written by the team that does the work.

WP
Plugins

Top 13 Best free WordPress plugins for your website in 2021

WordPress is a wonderful open-source CMS with a lot of useful features. But another reason why WordPress is considered awesome is because of the huge set of free plugins and themes offered by developers all around the globe to help anyone get started with their website. Building your own website has never been this easy. […]

· Murali Kumar
WP
Progressive Web App(PWA)

How to integrate OneSignal with PWA plugin in WordPress

If you are using the PWA plugin on your website, you may have to do a few changes to the website to get OneSignal push notifications to work properly. PWA implementation needs adding a service worker to the site. OneSingal also needs to have service worker implementation so that, it can allow users to subscribe […]

· Murali Kumar
WP
HTML

How to fix: Native Lazy loading of iframe or image not working

You can add loading=”lazy” attribute to any image, iframe tag element in your HTML code to enable native lazy loading feature. But it sometimes, may not work. There is one simple but important factor listed below, that you need to keep in mind to make sure that it works perfectly. You have to add proper […]

· Murali Kumar
WP
Errors

How to Debug errors in WordPress

WordPress has excellent inbuilt features to help you debug. You can enable most of the features by making small changes in the wp-config.php file in WordPress and you can also use a few plugins listed below to easily debug not only PHP errors but also, database queries, HTTP calls blocks and many more. Step 1: […]

· Murali Kumar