search ]

Tutorials & Guides, Freelance WordPress Developer | Page 7

How to Remove CSS & JS files loaded by Themes & Plugins

One of the most annoying things in WordPress is plugins and themes that load their own scripts and style files (CSS & JS) without checking or any condition determining if there’s even a need to load them. For example, a [...]

Duplicate WordPress Posts & Pages Without a Plugin

The action of duplicating posts can be very useful when working with many similar posts. For example – products in a WooCommerce store. It can be said that the option to duplicate posts is especially useful when your posts have [...]

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 [...]

Savvy WordPress Development