There is a very simple solution to this. I found it on StackOverflow. <meta name="format-detection" content="telephone=no"> That's it! Source If you happen to use Divi.…
The following solution worked for me in order to skip the WordPress logout page confirmation. The WordPress logout page shows when we redirect the user…
The following code helped me with getting a sticky header on the mobile device. /******************* * FIXED HEADER ON MOBILE * * SOURCE: https://divilife.com/create-fixed-mobile-menu-divi/ *…
My usecase was I was having a link domain.com/tutors/tutor-name. The tutors is cpt and the tutor-name is the slug. Desired output was domain.com/tutor-name. The following…