search ]

Posts about: WordPress Development | Page 3

How to Fix WordPress Stuck in Maintenance Mode

Occasionally, WordPress can get stuck in maintenance mode, leaving your site inaccessible. This typically happens during updates and can be frustrating. In this post, we’ll explore the causes and provide step-by-step instructions to fix and prevent this issue. What Causes [...]

How to Remove a Category from the Main Loop via functions.php

To remove a category from the main loop in WordPress, you need to modify the functions.php file of your theme. Here’s a step-by-step guide to accomplish this: Locate the functions.php File Go to your WordPress dashboard. Navigate to Appearance > [...]

Creating Custom Meta Boxes with CMB2 in WordPress

Not long ago, I was asked to create an FAQ page for one of my clients. My first thought was to create this FAQ’s page using the beloved ACF plugin, but I remembered that one of the commenters on the [...]

Duplicate WordPress Posts & Pages Without a Plugin

The action of duplicating posts can be very useful when working with many similar posts. For example – products in a WooCommerce store. It can be said that the option to duplicate posts is especially useful when your posts have [...]

Test WordPress on a Temporary URL Address Before Migration

If you are transferring a WordPress site from one hosting company to another, it is advisable to make sure the site is working properly on the new server before changing the domain’s nameservers. For example, if you migrated your site [...]

What is Parallax Scrolling Effect and how to use it?

Returning to 2011, the parallax scrolling effect created buzz and emerged as a new trend in websites design. Many trends have come and gone since then, but this effect has established its place and is not planning to leave any [...]

Exploring WordPress MU-Plugins: What You Need to Know

At its core, WordPress has thousands of core functions and useful tools that definitely contribute to making WordPress the number one content management system in the world. Many WordPress features are familiar to us such as custom post types, hooks, [...]

Advanced WordPress management with WP-CLI

The command-line has always been popular among developers because it provides tools that speed up work and streamline the development process. At first glance, it’s hard to believe how using the command line to perform certain actions is faster than [...]

Introduction to Variable Fonts – The Future of Web Fonts

Typography has interested me since I started developing websites and getting into design, even before there was widespread use of web fonts. And although web fonts have been around for almost ten years now, we’ve always had to balance between [...]

Transfer data from ACF to JS with wp_localize_script

One of the challenges you’ll encounter when developing WordPress themes is finding a way to make your data (accessible via PHP) also accessible in scripts. For example, you might have a popup that appears every time a user clicks a [...]

How to Install Tailwind CSS in Your WordPress Theme

This guide will walk you through installing and configuring Tailwind CSS in WordPress themes. The process is straightforward, so I’ve put together a concise guide to help you get started. But before diving into the steps, let’s briefly explore what [...]

Savvy WordPress Development