There’s never a good time to get an error on your WordPress website. Whether in the admin section or on the frontend, site errors are frustrating. Especially if you don’t know what’s causing them or how to fix them. Unfortunately, the 500 internal server error is no different. In fact, the internal server error might be one of the most…. Continue Reading
How to Use Varying Vagrant Vagrants (VVV) for WordPress Development
Developing your website is always a landmark moment, especially when it’s your first time. However, despite almost every host offering a way to spin up a WordPress install on your server, this isn’t recommended. The better way is to create a site on your computer, and upload it once you’re ready. Using a tool such as Varying Vagrant Vagrants (VVV)…. Continue Reading
11 Best WordPress Forum Plugin Options For Community Building
While WordPress is an incredibly popular content management system (CMS) for powering blogs and business websites, the platform’s versatility extends well beyond those basic uses. Through the use of plugins, WordPress can be used to create many other types of websites as well, including forums. In this article, we’ll take a detailed look at the best WordPress forum plugins, including…. Continue Reading
How To Fix ‘Missing A Temporary Folder’ WordPress Error
The ‘Missing A Temporary Folder’ error is one of the most frustrating WordPress issues that can disrupt your entire website development and user experience. Thankfully, there’s a simple fix for this error. This error will prevent you from uploading any file in WordPress, which means you won’t be able to upload any images or install any plugins and themes. However,…. Continue Reading
Implementing a GraphQL server with components in PHP
A GraphQL server based on components instead of graphs provides the same capabilities to fetch data, while being easier to implement and faster to run. Let’s explore how this architecture works in GraphQL by PoP, a CMS-agnostic GraphQL server in PHP.
The Definitive Guide To Migrating A WordPress Site
Changed hosts and looking to migrate a WordPress site? Look no further. In this guide we’ll cover how to do it with a plugin, manually and we even cover a few hosts that do it for you for free, or have their own ways to make WP migration easy. (Migrating To A Live Site?) Back It Up If the site…. Continue Reading
How To Fix ‘413 Request Entity Too Large’ WordPress Error
Did you come across the annoying ‘413 Request Entity Too Large’ error while trying upload a theme or a plugin file using your WordPress dashboard? Don’t worry, you’re not alone. This error is quite common among WordPress users who use affordable shared hosting plans to host their website. In this guide, we’ll show you how to fix this issue by…. Continue Reading
How To Fix ‘Fatal Error Allowed Memory Size Exhausted’ WordPress Error
The “allowed memory size exhausted” error is one of the most common issues most WordPress users often encounter, especially when using shared hosting plans. If you’ve been getting an error that says “Fatal error: Allowed memory size of x bytes exhausted”, that means either your server is limiting the amount of memory used by your website or a plugin is…. Continue Reading
Multiple Author WordPress Blog: 7 Tips and Plugins for Success
Need to set up a multiple author WordPress blog? Unless you have a personal blog, you’ll probably want to start working with multiple authors as your website grows. This helps you publish more content, showcase different viewpoints, and delegate the time-consuming work of creating content. In fact, the very blog you’re reading right now is a multi-author WordPress blog…about WordPress….. Continue Reading
How To Fix ‘The Link You Followed Has Expired’ Error In WordPress
The “link you followed has expired” is a common error that occurs when trying to upload themes and plugins via the WordPress dashboard. The error usually happens when the file you’re trying to upload is larger than the default upload and execution limits set by WordPress. The best way to fix the issue is to increase the default upload limits….. Continue Reading