In this tutorial we are going to learn about the debugging errors in wordpress by using the inbuilt functions in wordpress core. For using wordpress …
Add class to images based on the portrait or landscape in wordpress
Adding classes based on height and width are important to avoid image crop or stretching issue. In this blog post we will discuss about how …
Best tools for measuring page speed of your website
Nowadays sites with high performance will get better rankings in google search engine. In this blog post we are going to discuss about the best …
Difference between add filter and add action wordpress
In this article we will discuss about the difference between do_action();, add_action(); and add_filter(); in wordpress.
Https to http redirect with .htaccess
If you are unable to renew SSL for your website after expiry then this tutorial is most usefull for you because search engines will take time to change https:// to https:// so it is better to keep a redirect in .htaccess
Extract .wpress files created by the awesome All-in-one-Wp-Migration plugin
In this tutorial we are going to extract an .wpress which is not working properly during migration or installation of the backup. Step : 1 …
How To Run Javascript Based On Screen Resolution Using Jquery
Running a particular javascript based on screen resolution is mostly used in front end for making website responsive. For that we need to include jquery …
Remove Yoast SEO version from header
Most wordpress websites has SEO yoast plugin. On installation of SEO Yoast plugin which will add some unwanted codes to header of the website in …
How to fix 403 forbidden error
In this tutorial we are going to learn about fixing 403 Forbidden error. Fix 1 : Check your file permission in your hosting. In my …
Change the color of address bar of mobile web browser based on site color
Nowadays it’s important to make website’s mobile friendly because around 65% of users browsing websites are from mobiles. In this tutorial we will be showing …