search ]

Tutorials & Guides, Freelance WordPress Developer | Page 9

Understanding the ‘Users’ metric in Google Analytics

Understanding how Google Analytics refers to the “Users” metric might not be clear to many of you. The “Users” data, or “Users” in Google Analytics, presents information and describes how many users were involved on your site or app. As [...]

Setting up Google MX records in cPanel

In this post, we will see the steps to take in order to set up MX records for Google Workspace in cPanel. Before you proceed, you need to ensure that you have a valid and active email in Google Workspace, [...]

Test WordPress on a Temporary URL Address Before Migration

If you are transferring a WordPress site from one hosting company to another, it is advisable to make sure the site is working properly on the new server before changing the domain’s nameservers. For example, if you migrated your site [...]

What is Parallax Scrolling Effect and how to use it?

Returning to 2011, the parallax scrolling effect created buzz and emerged as a new trend in websites design. Many trends have come and gone since then, but this effect has established its place and is not planning to leave any [...]

Show the Number of Sold Products on WooCommerce Product Page

WooCommerce stores in the database the quantity of products sold. Displaying the number of products sold on the product page itself can increase the conversion rate of sales on your site. Let’s see how to display the quantity of products [...]

Exploring WordPress MU-Plugins: What You Need to Know

At its core, WordPress has thousands of core functions and useful tools that definitely contribute to making WordPress the number one content management system in the world. Many WordPress features are familiar to us such as custom post types, hooks, [...]

Advanced WordPress management with WP-CLI

The command-line has always been popular among developers because it provides tools that speed up work and streamline the development process. At first glance, it’s hard to believe how using the command line to perform certain actions is faster than [...]

Introduction to Variable Fonts – The Future of Web Fonts

Typography has interested me since I started developing websites and getting into design, even before there was widespread use of web fonts. And although web fonts have been around for almost ten years now, we’ve always had to balance between [...]

Transfer data from ACF to JS with wp_localize_script

One of the challenges you’ll encounter when developing WordPress themes is finding a way to make your data (accessible via PHP) also accessible in scripts. For example, you might have a popup that appears every time a user clicks a [...]

Adding reCAPTCHA (v3) to Contact Form 7 forms

reCAPTCHA protects you from spam and other types of malicious automated abuse of your website’s forms. The Contact Form 7 plugin integrates with reCAPTCHA and with its help you can block automatic submissions by bots. The latest version of reCAPTCHA [...]

How to Install Tailwind CSS in Your WordPress Theme

This guide will walk you through installing and configuring Tailwind CSS in WordPress themes. The process is straightforward, so I’ve put together a concise guide to help you get started. But before diving into the steps, let’s briefly explore what [...]

WP_Query – Filter Posts by Meta Fields

In this short post, I assume you have basic knowledge of working with the WP_Query class in WordPress. Before we begin, let’s provide some basic examples similar to those found in the WordPress Codex. These examples are relevant when you [...]

Savvy WordPress Development