search

Tutorials & Guides, Freelance WordPress Developer | Page 16

Mastering WooCommerce Hooks: A Complete Guide

Before diving into WooCommerce hooks, let’s briefly cover how hooks work. Hooks in WordPress allow you to add or modify code without editing the source files, making them essential for developers. There are two types of hooks in WordPress: Actions [...]

WordPress Hooks Explained: A Beginner’s Guide

If you’re developing with WordPress, hooks are one of the first concepts you need to master. Since modifying WordPress core files is strictly forbidden, hooks are the way to customize behavior. They allow developers to “attach” their own code to [...]

How the CSS repeat() Function Works

Among the various features CSS offers, the repeat function stands out as a valuable tool for efficiently managing repetitive patterns in layouts and design elements.

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 gives us several ways to style text decoration beyond the basic underline / line-through toggle. Browser support today sits above 94% globally, so these properties are safe to use in production. Properties like [...]

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 has become standard on websites and applications. With iOS, macOS, Windows, and Android all offering system-level dark themes, users expect websites to support them too. A dark mode toggle makes your site more accessible to users who prefer [...]

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

Disabling Automatic Redirects in Yoast SEO Premium

Yoast SEO Premium Redirects Manager allows for automatic redirection when any URL on your site changes. In most cases, this is an excellent option, and you’d want to keep those redirects. However, there are situations where you may prefer to [...]

How to Add Structured Data for a Recipe Website?

Recipe schema markup lets your recipes appear as rich results in Google Search – with images, cooking times, ratings, and calorie counts displayed directly in the SERP. This can increase click-through rates by up to 35%. Google also uses recipe [...]

Savvy WordPress Development official logo