search ]

Tutorials & Guides, Freelance WordPress Developer | Page 10

Optimize Performance with Lazy Loading for JavaScript

The script that activates the search option on Savvy Blog is loaded only when the user clicks on the search icon in the top bar. So, the functionality of the search is not particularly complex or anything like that, but [...]

Mastering WooCommerce Hooks: A Complete Guide

Before we start explaining how to use WooCommerce hooks, let’s say a few words about hooks. Hooks in WordPress allow you to add or modify code without editing the source files. Hence, they are very useful and enable developers to [...]

WordPress Hooks Explained: A Beginner’s Guide

If you’re into WordPress development, you won’t be able to ignore hooks (Actions & Filters) for a long time before you have to delve deep and understand the meaning of those hooks in WordPress and how to use them. Changes [...]

Optimize Critical CSS & Remove Render-Blocking Resources

If you’ve used Google PageSpeed Insights before, I assume you’ve encountered a stage where a comment indicates that you need to “Eliminate Render-Blocking Resources” as it is one of the common messages you encounter in PSI. In this post, I [...]

Guide to Google PageSpeed for WordPress Users – Part 1

Google PageSpeed Insights (PSI for short) is a useful tool for website developers. Its intentions are certainly good, but it can be said that it is not suitable for the average WordPress site owner. Despite the recent addition of specific [...]

Customization of Underlines using text-decoration

The CSS Text Decoration Module Level 3 module provides us with several new ways to decorate and adorn text on web pages, and browser support for this module is quite extensive, much to our delight. New CSS properties such as [...]

Removing WooCommerce Products from WordPress Search Results

Here’s a scenario: On your E-Commerce website, you have products, blog posts, and pages. You want to limit search results either to products or to posts, depending on where the actual search is performed (for example, from which search widget [...]

Add a Dark Mode Toggle to Your Website with localStorage

Dark Mode or Dark Theme has become quite common on websites lately. And with this trend existing in iOS, macOS & Windows, most systems or applications have already adopted those dark themes. “Dark Mode” makes your website more attractive to [...]

How to Build a Multilingual Site in WordPress Using Polylang

The Polylang plugin is a type of extension that allows you to create a multilingual WordPress site, meaning a site with language diversity. You create pages, posts, categories, and tags as you normally would, define a language for each of [...]

Savvy WordPress Development