search

Tutorials & Guides, Freelance WordPress Developer | Page 18

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, the cause is usually one of the following. 1. The feature is not supported by your browser Before proceeding, make sure position: [...]

How to Display a Message for Recently Updated Posts

If a post has been updated recently, it can be helpful to notify readers that the content has changed. This lets returning visitors know the information is fresh and worth reviewing again. This technique uses PHP to compare dates, CSS [...]

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

With a market share of over 40%, WordPress is the most popular CMS 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, [...]

Using Advanced Custom Fields without Frontend Dependency

The plugin Advanced Custom Fields provides a simple, visual interface for creating metaboxes. The result is intuitive and easy for clients to edit. ACF includes several functions for pulling field values in your templates, but I recommend not using them [...]

Use CSS Containment & Improve Website’s Performance

CSS Containment is a module that describes a CSS property called contain. This property allows developers to isolate a specific element’s subtree in the DOM and treat it as independent and separate from the rest of the elements in the [...]

How to add BreadCrumbs Navigation to a WordPress Site

Breadcrumb trails show users their current location on your website. The term “breadcrumbs” comes from the tale of Hansel and Gretel, where the main characters left a trail of breadcrumbs to find their way back home. Just like in the [...]

Optimizing Database Queries in ACF for Better Performance

Sometimes the functions get_field and the_field of the Advanced Custom Fields plugin are sufficient for pages with a few custom fields. However, for pages with many fields or very complex fields (such as those in Repeater or Flexible Fields), we [...]

Creating a Mailing List with Mailchimp for WordPress Plugin

Update (February 2026): Mailchimp has significantly reduced its free plan limits. As of February 2026, the free plan allows only 250 contacts and 500 emails per month, with no automation. This guide remains relevant for the MC4WP plugin setup, but [...]

Savvy WordPress Development official logo