search

Tutorials & Guides, Freelance WordPress Developer | Page 19

How to Build an Exit Intent Popup in WordPress (No Plugins)

Exit intent popups are one of the most effective conversion tools on e-commerce sites and content-heavy WordPress blogs. The concept is simple: JavaScript tracks the user’s mouse movement, and when it looks like they’re about to leave, a popup appears [...]

Conversion Tracking with Google Analytics 4 (Goals)

Conversion tracking in Google Analytics 4 lets you measure the actions that matter most to your business – form submissions, newsletter sign-ups, product purchases, and more. Knowing which events drive results helps you optimize your site and your ad campaigns. [...]

Connecting Analytics 4 with Google Ads: Step-by-Step

If you are using Google Analytics, then you already know that the tool provides you with a lot of information about user interaction with the site. If you want to use the information that Analytics provides to better track the [...]

A Glance at CSS Mix Blend Modes

If you’ve ever used Photoshop, you already know what blending modes do – they control how two layers combine their colors. CSS brings the same concept to the browser with two properties: mix-blend-mode and background-blend-mode. The mix-blend-mode property blends an [...]

Passing Variables using get_template_part in WordPress

Similar to the standard include() or require() PHP functions, WordPress provides its own function for loading templates (PHP files), called get_template_part(). As its name suggests, it is designed to call parts of templates in WordPress sites. While using the get_template_part() [...]

How to Freeze the Activity of E-Commerce Site without Harming SEO

There are times when a business needs to temporarily freeze its e-commerce activity. Supply chain disruptions, seasonal closures, renovations, or events like the COVID-19 crisis can all force an online store offline for a period. If you manage an e-commerce [...]

Optimize WordPress Configuration with wp-config.php

WordPress users are familiar with the wp-config.php file as the one used to set up database information – the database name, username, password, and its location (as well as table prefixes, security keys, and language). However, many users are unaware [...]

Creating an Elements Filter in WordPress with Isotope

In this post, we will show how to create a filter with Isotope that allows filtering elements based on any attribute, in our case, we will enable filtering posts by taxonomy. To create the filter we gonna use Isotope which [...]

Quick Guide: Adding Products to Your Cart Using Links

Recently, a customer approached me with a request to create a dynamic scenario on a WordPress site where clicking a button would lead the user directly to the Checkout page, which already contains a number of products in the shopping [...]

How to Create a Virtual Store with WordPress & WooCommerce

With over seven million active installations, a rating of 4.6 on WordPress.org, and a whole army of digital store owners backing it up, WooCommerce is undoubtedly the most popular plugin providing a solution for digital stores on the WordPress system. [...]

Playing with the background-clip CSS Property

The background-clip property allows us to control how far the background image (or background color) extends beyond the Padding or the content itself of an element. I assume that this explanation is challenging to understand without some examples and a [...]

Quick Guide for Creating WordPress Shortcodes

It is reasonable to assume that all of us have had to use these shortcodes in one constellation or another. Generally, these come together with plugins or themes, and what they do is search and replace whenever you input something [...]

Savvy WordPress Development official logo