search ]

Tutorials & Guides, Freelance WordPress Developer | Page 12

How to Remove the Default loaded CSS in WooCommerce?

If you are building your own template and intend to use WooCommerce, or if you want to customize any template that uses WooCommerce for RTL and adapt it to Hebrew, you probably want to remove the default loaded style files [...]

What are HTTP Status Codes and Which Ones Exist?

HTTP Status Code is the server response to the browser’s request. When you visit any website, your browser sends a request to the server, and it responds to the request by returning a three-digit code: HTTP Status Code. If we [...]

How to Display Recent Comments in WordPress (No Plugin)

WordPress includes a powerful comments system that allows visitors to engage with you and other readers. Comments are essential for building a community, encouraging discussions, and creating interaction between you and your audience. Even if you’re not a fan of [...]

An In-Depth Look at Events in Google Analytics

By default, Google Analytics 4 (GA4) measures traffic on your site and tracks basic metrics such as pageviews, bounce rate, and more. However, if you want to track specific user interactions, such as file downloads, link clicks, form submissions, and [...]

Stop Video Outside the Viewport on WordPress Sites

In one of the projects I worked on, a considerable number of videos (video) were required on specific pages. Some of those videos needed to span the entire width of the screen, while others, smaller ones, were placed in a [...]

How to Use the rel=next & rel=prev Tags for Pagination

The elements rel="next" and rel="prev" are HTML Link Elements intended to indicate relationships between URLs in a series or set of pages. On the level of internet sites, a numbered sequence of any content can take various forms… Update: Embedding [...]

Preload Critical Assets to Improve Performance

There are many ways to improve a website performance. One of the ways is to preload specific files that you know will be required later and are essential for the quick rendering of the page. The preload value of the [...]

Animating Gradients: A Guide to Smooth Transitions in CSS

In CSS, it is not possible to perform animation or partial gradient changes using the transition property. In other words, the following transition won’t work: .gradient { min-height: 200px; background-image: linear-gradient( to right, hsl(49.68, 97.89%, 62.75%), hsl(200, 51.54%, 44.51%) ); [...]

How to Create a Slider in WordPress with the Vegas Slideshow

Considering that sliders and slider plugins (usually bundled with purchased themes) are quite slow and cumbersome to use, it’s often preferable in many cases to build your own slider to avoid headaches for both you and your clients. Of course, [...]

Troubleshooting position: sticky: Quick Fixes and Solutions

If you are experiencing issues with the position:sticky feature in CSS, meaning it’s not working for you, then the reason is usually one of the following: 1. The feature is not supported by your browser Before proceeding, make sure that [...]

How to Display a Message for Recently Updated Posts

Whether you’ve noticed it or not, recently on the Savvy blog, a message pops up for a few seconds if you land on any post that has been updated in the last 45 days. Due to frequent updates, I thought [...]

What is SSL, and is it Necessary for WordPress Sites?

With a market share of 30%, WordPress is a popular system behind many business websites. Of course, this popularity makes it even more interesting and attractive for hackers and malicious attacks, which can easily damage your audience’s trust, leaving you [...]

Savvy WordPress Development