Level Up

A collection of resources for WordPress Developers, written and curated by experts

Posts tagged: WordPress

Syncing WordPress Database Changes Between Environments: How We Handle Merging

Database synchronization is a problem that still gets raised almost every month in the local WordPress communities I’m part of – “if I am making changes to my local site,… Read more

Iain Poulson

Jul 23, 2024

WP Offload SES 1.7 Released: Enqueue Only Mode and Improvements for High-Volume Senders

WP Offload SES 1.7 adds a new “Enqueue Only” mode that can be used to prevent sending accidental emails in development and staging environments or to temporarily pause all emails… Read more

Ian

Jul 1, 2024

What You Need to Know About WordPress 6.6

The next major release of WordPress, version 6.6, is scheduled to ship on July 16, 2024. It’s not expected to be as developer-centric as WordPress 6.5, but there’s still plenty… Read more

Mike Davey

May 16, 2024

What’s New in WP-CLI

Command line interfaces offer speed, flexibility, and the ability to automate repetitive tasks. In this article, we look into the features and enhancements in WP-CLI v2.10.0, and provide an update… Read more

Mike Davey

May 2, 2024

Level Up

From Beginner to Pro: Leveraging the WordPress Playground’s Versatile API Suite

WordPress Playground is a serverless version of WordPress that runs entirely in the browser. In this article, we’ll discuss the trio of APIs that form the backbone of how you… Read more

Mike Davey

Apr 11, 2024

The Best Local WordPress Development Environment: XAMPP vs MAMP vs Laragon vs Local

A local development environment lets you make changes to dev sites quickly without having to transfer files. It also greatly reduces the risk of making and breaking changes on a… Read more

Mike Davey

Mar 28, 2024

WP-CLI Packages: Supercharge Your WordPress Development

WP-CLI packages take the increased efficiency of the command line even further by extending it with new or modified commands. In this article, we’ll show you how to install packages,… Read more

Mike Davey

Mar 21, 2024

How to Use Next-Gen Images With WordPress

Improving the Core Web Vitals for your WordPress site is one of the best ways to boost its rank in Google. Serving “next-gen images” is one of the more frequent… Read more

Mike Davey

Feb 12, 2024

How to Set Up AMP on WordPress

Should your WordPress sites use Google’s Accelerated Mobile Pages (AMP)? It’s a simple question with a complicated answer. In this article, we’ll cover how AMP works, how to use both… Read more

Mike Davey

Feb 1, 2024

Delicious Brain Bytes: WordPress Accessibility Day, Dodge – A WordPress Game, and Improving WordPress Search

In this issue of Delicious Brain Bytes, we dip into the latest from the WordPress Developer Blog, play around with making sure WordPress stays free, see how text compression saves… Read more

Mike Davey

Jan 19, 2024

Online Conferences for WordPress Devs in 2024

Conferences offer a blend of targeted education and networking opportunities, a combination that can advance your skills and career. They can be expensive to attend, though. Between the ticket prices,… Read more

Mike Davey

Dec 20, 2023

WordPress Developer Trends to Watch in 2024

The 20th anniversary year of WordPress is drawing to a close. It’s tempting to take a look back as we enter the last weeks of 2023, but we thought it… Read more

Mike Davey

Dec 18, 2023

Everything You Need to Know About Installing WordPress in a Subdirectory

In this article, we look at the benefits and limitations of installing WordPress in a subdirectory, how to install and manage subdirectory installs, and how to move WordPress core out… Read more

Iain Poulson

Nov 30, 2023

Delicious Brain Bytes: WordPress 6.4, Awards Season, and the Future of Yelling at Your Computer

In this issue of Delicious Brain Bytes, we take a look at what’s coming in WordPress 6.4, awards that honor the best in WordPress and awards that honor the ability… Read more

Mike Davey

Nov 1, 2023

Delicious Brain Bytes: Measuring Developer Productivity, New Releases, ACF Survey Results, and the State of WordPress Dev Tools

In this issue of Delicious Brain Bytes, we look into contentious methods for measuring productivity in software development, new releases from ACF, WP Migrate, WP Offload SES, and WP Offload… Read more

Mike Davey

Sep 7, 2023

Catching Up on CSS Features

There’s a pretty good chance that CSS is one of the most consistently used tools in your kit. It’s highly familiar and often used, so much so that it’s easy… Read more

Mike Davey

Aug 18, 2023

What MySQL 5.7 EOL Means for WordPress Developers

After eight years of general availability, no one can say MySQL 5.7 didn’t have a good run. MySQL 5.7 officially reaches its End of Life (EOL) in October 2023. The… Read more

Mike Davey

Aug 17, 2023

Strategies for Handling Large WordPress Media Libraries in Dev and Staging Environments

Offloading your media files is a well-known tactic for speeding up your WordPress sites, but WP Offload Media can also greatly reduce the time it takes to replicate a new… Read more

Ian

Aug 11, 2023

Getting the Best Results From WordPress Code Reviews

Code review is an integral part of the development cycle, with a direct impact on quality. Whether you’re focused on web, plugin, or theme development, thorough code review can help… Read more

Mike Davey

Jul 21, 2023

WordPress Security Fundamentals: How to Not Get Hacked

WordPress has come a long way towards its stated goal of democratizing publishing, powering roughly 43% of the websites on the web. However, that status makes it a prime target… Read more

Mike Davey

Apr 20, 2023

DE{CODE} 2023: Developer Focused WordPress Education

You know code…but do you know DE{CODE}? Hosted by WP Engine, this 100% virtual event is dedicated to helping WordPress developers build smarter, maximize conversions, and modernize the user experience.… Read more

Mike Davey

Mar 3, 2023

WP Offload SES 1.6 Released: 40 MB Attachments Enabled

WP Offload SES 1.6 uses the latest Amazon SES API v2 in order to increase the maximum size limit of messages from 10 MB to 40 MB. 📩 Larger Attachments… Read more

Ian

Feb 15, 2023

Head-to-Head: WordPress Export/Import vs. WP Migrate

The internal import and export tools in WordPress work pretty well…if the site you’re migrating is relatively small, doesn’t use a custom theme, and wasn’t built with any tricky coding.… Read more

Mike Davey

Feb 10, 2023

WordPress Plugin Development Best Practices: Template Files

When we talk about templates in WordPress we are normally referring to page template files in the theme. However, there are plugins that use template files to display content, and… Read more

Iain Poulson

Dec 15, 2022