Best WordPress lifetime deals
Most WordPress plugins and themes will offer yearly subscriptions to receive updates and support. I do understand the need for recurring and predictable revenue for… Read More »Best WordPress lifetime deals
Most WordPress plugins and themes will offer yearly subscriptions to receive updates and support. I do understand the need for recurring and predictable revenue for… Read More »Best WordPress lifetime deals
Adding autocomplete to address fields using the Google Maps JavaScript API can greatly improve the user experience on your website for users filling out forms.… Read More »How to add Google Maps autocomplete for address fields on any form
“Increase PHPmyadmin upload limit“ Are you trying to increase phpMyAdmin import database file size? It’s something that many people struggle with when they migrate their website to… Read More »How to increase phpMyAdmin import file size by editing php.ini file
Don’t you hate it when Google Image Search indexes something that you don’t want to be shown in the image search results? Fortunately, it’s easy… Read More »How To Prevent Google Image Search From Indexing Your Website
You’ve probably wondered before how did a specific customer find your website. Now we can find out for each order! We will use the UTM… Read More »How to capture and send the UTM parameters to WooCommerce orders
In this tutorial, I’ll teach you how to remove lost password link from WordPress login page. This will just remove the lost password link from… Read More »How To Remove Lost Password Link From WordPress Login Page
I was recently messing around with my website’s MySQL database, and I did something new and good. I searched around the internet and there is… Read More »How To Delete WordPress Post Revisions with a code snippet
You may often find that the only way to customize a WordPress plugin or theme is with a custom code snippet. Most guides on how… Read More »How to safely add custom code snippets in WordPress
In last post we talked about why and how we should hide the WordPress login error messages. If you don’t want to hide this message,… Read More »How To Change WordPress Login Error Messages
It’s time for me to solve the mystery of HTML unchecked checkbox values. I guess it would be the most searched trick about basic HTML… Read More »How To Set Value Of Unchecked Checkbox
Do you want to restrict access on your WordPress website to registered users only? You can easily force users to login before viewing your WordPress… Read More »How To Force Users To Login Before Viewing Your WordPress
Are you looking to share users and login sessions between two or more WordPress websites? If so, you can learn how to do it step-by-step… Read More »How to share users and logins between WordPress websites
If you ever logged into your WordPress website with a subscriber profile, you’d notice that subscribers can also access Jetpack modules by simply connecting to… Read More »How To Hide Jetpack From Non-Admin Users
Permalinks are the permanent URLs to your WordPress or blog posts, as well as pages and other things on your WordPress blog or any other… Read More »How To Set WordPress Permalinks From functions.php
Updated (Dec 21, 2021): The code has been updated and the form is working and submitting as expected. In the previous tutorial, I showed you… Read More »How To Add Blogger Contact Form (HTML Code) Into A Page
I’ve been recently looking for a solution to prevent certain scripts from firing unless the user starts interacting with the page. I initially planned to… Read More »How to load scripts on user interaction in Google Tag Manager
Google Analytics can be used to track just about anything on your website. In this guide, you’ll learn how to use it to track 404… Read More »How to track 404 errors with Google Analytics step-by-step
This website is dedicated to WordPress, but it can’t stop me from helping Blogger users. I’ll post Blogger tutorials and tricks on a regular basis,… Read More »How To Display Recent Posts In Blogger
Breadcrumbs navigation is a menu which helps users to keep track of their locations within the website. Breadcrumbs typically appear across the top of a… Read More »How To Add Breadcrumbs To WordPress
I was recently working on a client site, which required me to create a custom plugin for his website. I wanted to hide the plugin… Read More »How To Hide A WordPress Plugin From Plugin List