How to Lazy Load Images in WordPress without Plugin

Lazy loading loading is a concept that accepting the content of the website when it requires, instead of doing it all at once. It is called Lazy loading because, as a lazy person, you continue to postpone the performance of something that you do not want. The contradiction is Eager Loading, where you immediately download something, long before you need it.

WordPress Two Factor Authentication Login with Google Authenticator

I will explain here how to set up Google authenticator for your WordPress website this is gonna enhance the security of your website significantly because you’re going to need a second form of authentication are in order to access the backing of your site so you will need a username password and the unique randomly generated code is delivered to your smartphone this will make it much more difficult for people to access your website.

How prevent multiple login with same login credentials in WordPress ?

WordPress users can sign in to their account simultaneously from multiple locations with same username and password, lets take an example, suppose if you’re running a Wordpress membership site in that case people sharing your login information and wanting more access to your site, then it will undoubtedly damage your interests and you know that WordPress has a minor security breach. You do not have to worry about this I will explain how resolves this issue (i.e. blocking simultaneous sign-ins).

How to create QR codes in WordPress to enhance the website user’s experience?

Today, the number of Internet users who access websites with smart phones has growing. QR code is another way to improve the user experience through careful use of mobile users. This article discusses a few topics, such as creating a QR code with the Google Chart and the GoQR API, add QR permalink meta box to managed post and page screens (such as creating a meta box), How to add a QR code website link to the dashboard (such as creating a dashboard widget) and how to create a short codes.

How to create a child theme for WordPress sites

There are many reasons why WordPress developers use child themes for even minor changes, as there are many examples that we would like to change the color of the theme, the size of the font, the layout, possibly using a separate call for actions like buttons, etc. the problem is that modifying a parent theme parent theme still prevents you from updating to a later version in the future because you will miss any changes when you try to update. The child theme solves this issue by activating all the functions of the selected theme. You can update it without losing any changes. It is ideal for beginners who want to create and play their own themes.

How To Add Facebook, Google+, LinkedIn Open Graph Meta Tags and and Twitter Card Tags To WordPress sites

Let’s understand the Open Graph Tags and Twitter Cards and how you maximize their impact and how they work on WordPress sites. Have you shared a link on Social networks and noticed that the link automatically generates a rich fragments, This indicates that a large image is displayed with a title and a short description of the shared page. Well, it does not happen by chance. This is a direct result of adding appropriate meta data or “tags” to the source code of the web page.