How To Add Custom Image In Jetpack Lazy Load
Recently I was reviewing lazy image loading functionality from one of the website. And the plugin which is there "BJ Lazy Load", seems to be not updated from a very…
Remove Title Attribute From WordPress Menu Link
Recently while working on one of the project, I needed to remove the title attribute of WordPress generated menu item. It was a child theme and menu was already generated…
WordPress Alternate Cron Job Using Google App Script
Have you ever wondered that you can use Google App Script to create an alternate cron for wordpress ? Most of the websites have issues with running properly. Wanna know…
jQuery Is Not Defined WordPress Solution
Are you getting "Uncaught ReferenceError: jQuery is not defined" error in Wordpress ? It is one of the common Wordpress jQuery error. "jQuery is not defined" error needs some debugging…
Fix for Instamojo Payment Gateway Authorization Failed Error
Instamojo is one of the best payment gateway systems I have used but recently its giving Payment Gateway Authorization Failed error. Instamojo is quite easy to setup Instamojo payment gateway…
Solution To Wrong Author Page Title With Yoast SEO And Co-Authors Plus Plugin
Recently I was working on a Wordpress Multisite project. And one day we noticed an issue where wrong author page title was displayed with Yoast SEO. So Author information on…
Fix WordPress Import Not Working
Fix Wordpress Import Posts Not Working Issue Recently I was working on one project in which I wanted to export posts from one instance and import into another wordpress instance.…
Solution To Uncaught TagError In Google Adsense Advertisement
Recently I upgraded my theme version and after updating I faced following issue to one of the adsense ad displayed on my website. Uncaught TagError: () error: No slot size…
Solution To Url Rewriting Not Working For Wamp Server In Windows
Recently while working on one of the project I faced an issue. I had prepared a virutal machine for local dev environment. Moved live wordpress site localhost local environment. And my…