If you are new to WordPress theme development, you may be wondering how to build a block theme. Since the introduction of the block editor, the way WordPress themes are built has changed to accommodate it. If you compare a classic theme, e.g., Twenty Seventeen with a block…
WP Shout
15 of the Best WordPress Plugins for Users, Developers, Everyone
Choosing the top ‘anything’ is often subjective, and it’s even more so when it comes to the best WordPress plugins. Despite this, it’s still a worthwhile pursuit, especially as development-specific examples don’t get as many column inches. In this roundup, we’ll look at 🔎 some of the best…
502 Bad Gateway: WordPress Error Explained and Fixed
Looking for a way to fix the 502 bad gateway WordPress error? 🐞 Although it’s a common WordPress issue, it’s hard to pinpoint the exact cause of the 502 bad gateway error. Typical causes include server overload, browser problems, firewall blocks, etc. Not knowing the exact cause makes…
An Introduction to WordPress Playground (Including Use Cases and Comments From Lead Dev)
WordPress Playground could be the answer to a lot of problems. For the longest time, there hasn’t been a solid way to showcase WordPress products such as themes or plugins without complex hosting and demo setups. Also, replicating an error is often a minefield for a support team….
503 Error in WordPress: What It Is and How to Fix It (2023 Guide)
Trying to deal with the 503 error in WordPress? The 503 error, AKA 503 Service Unavailable error, 🐞 displays when your WordPress site’s server is unavailable for some reason. It may seem like a scary error to see, but the source of the error can be found with…
How to Link to Page Content From a WordPress Navigation Menu
Want to create a WordPress link that takes users straight to a specific section of a page? 🤔 On WordPress, you can link to a section of a page by using “anchor links.” The idea is to more easily provide users the ability to move around a website…
5 Ways to Use ChatGPT for WordPress Development
You’ve probably heard of ChatGPT. People are using this AI tool to create everything from business plans to websites and even software. If you’re a web developer, you may be wondering how to use ChatGPT for WordPress development. Fortunately, ChatGPT can help you produce code in a…
WordPress Debugging: The All You Need to Know Guide
The weakest link in any coding project is you. That is, human error is almost always a guarantee, which will rise up in the form of bugs and other issues. You won’t want any of these to make it to your live site, which is why WordPress…
How to Migrate Your Site With All-in-One WP Migration (2023)
There are times when you might need to migrate your WordPress site. For instance, you might want to move your local site to a live server, or switch to a new web host. In these cases and more, it’s helpful to have a tool like the All-in-One WP…
WordCamp Glossary: 30+ Terms You Should Know When Attending #WCEU 2023
WordCamp Europe (WCEU) is upon us again, which means our WordCamp glossary of terms will help you navigate all the conversations if you’re a ‘newbie.’ Europe’s most prominent WordPress gathering is in Athens, Greece on 8–10th of June. As such, you don’t have long to learn all the…
WordPress Template Hierarchy Explained
If you want to create or customize a WordPress theme, it’s important to understand the WordPress template hierarchy. In a nutshell, the template hierarchy determines which template files will be used for each page on your site. By understanding how the template hierarchy works, you can be…
Defer Offscreen Images: How to Fix This Google Lighthouse Opportunity
Measuring your site’s performance has often been a hit or miss job. This is because the available tools didn’t give us a proper insight into the experience of the user relative to that site performance. However, Google Lighthouse fixes a lot of these drawbacks, and makes it so…
How Much Traffic Can WordPress Handle?
Are you starting or scaling a WordPress site and wondering how much traffic can WordPress handle? 📈 WordPress now accounts for a market share of 43% of all websites, and 2, 831 of the top 10, 000 sites are built using WordPress [1][2]. Some of these sites have very…
Avoid Large Layout Shifts: 4 Tactics That Actually Work
7 Ways to Fix the WordPress Internal Server Error 500
Are you looking for ways to fix the WordPress internal server error? The WordPress internal server error (also called the 500 internal server error) is one of those generic errors that doesn’t explain why the error occurred in the first place. Luckily, we know from experience that the…
Python vs Java: The Key Differences You Should Know
While it would be nice to flip open a laptop and begin to code, you have to think a lot about what language to use. This is true for both beginner and professional developers alike. For some projects, you won’t have this choice. However, if you have more…
6 Best Live Chat WordPress Plugins: Features and Benefits
Are you wondering what the best live chat WordPress plugins are? Live chat is a great way to provide immediate answers to curious website visitors and encourage them to become customers. Most WordPress live chat plugins are actually SaaS tools that offer easy-to-use WordPress integrations. However, we did…
How to Fix the 403 Forbidden Error (WordPress)
Wondering how to fix the 403 forbidden error in WordPress? First things first; 403 is a common error that you typically encounter on a WordPress website when trying to access a restricted page or post. The problem is that, sometimes, WordPress shows you the 403 error on a…
How to Make Fewer HTTP Requests in WordPress (11 Tips)
To display your website, a user’s browser will send HTTP requests to your server. However, if you have multiple unoptimized files, the server must process many requests. Since these can significantly increase your page loading times, you’ll want your website to make fewer HTTP requests. Fortunately, it’s possible…
How to Offload WordPress Media to S3: 2 Ways (One Is
Want to offload WordPress media to S3 but not sure where to get started? This post will show you exactly how to set it up using two different methods. One method literally just takes a few clicks, while the other method is a little more involved but gives…