Weekly Articles for WordPress Admins – Monday 6/20/2022

weekly wordpress articles for june 20, 2022

You’ve probably already seen that WordPress 6.0 has been released, named “Arturo” after the jazz musician Arturo O’Farrill. The latest version includes big updates to the Gutenberg editor and improved accessibility. Check out the WordPress 6.0 release notesOpens in a new tab. for more info. Now before you run out and upgrade, you should read the first topic below.

Here’s the WordPress articles for this week:

  • How to Update WordPress SafelyOpens in a new tab. (Beginner)
    While there’s links and notices all over within the wp-admin to update WordPress or the plugins, it’s not safe to simply click update. 95% of the time you’ll be fine but there’s that 5% when one of the plugins you installed won’t be compatible with the latest version of WordPress, or your theme, or another plugin, or your version of PHP, or some other conflict. There’s a lot that can go wrong, so follow the in-depth steps of this article. You should also read this second article on safely updating your WordPress pluginsOpens in a new tab. that focuses just on the plugin updates.
  • How to Add Code Snippets Safely to WordPress (3 Ways)Opens in a new tab. (Intermediate)
    If you’re trying to add some small functionality to your site, or can’t find a free plugin for what you’re trying to do, you may want to add some code with a custom snippet. Usually I will add code snippets in the functions.php file within the child theme but this article shows how to do it even easier with a couple of different plugins, or by creating your own plugin.
  • How to Add Two-Factor Authentication in WordPress (Free Method)Opens in a new tab. (Beginner)
    How strong is your password? Even if it’s 8 digits with upper and lowercase letters, it would take a hacker just 22 minutes to brute force your passwordOpens in a new tab.. That’s why using 2-factor authentication is a great idea for your website, especially if your site is mission critical. This article mentions a few plugins to enable it but I usually use WordFence since that plugin also includes a lot of other security features. Or, if you already have Jetpack installed, they also provide two-factor authentication.
  • The Complete Guide to WordPress REST API BasicsOpens in a new tab. (Intermediate)
    Did you know that WordPress has its own REST API? Yep. That means that you can use other applications to make updates to your WordPress data, or you can create a single page application (SPA), or use within WordPress to make updates more interactive. For example, the Gutenberg block editor uses the WordPress REST API. Here’s the official REST API Handbook from WordPressOpens in a new tab..
  • Wix Vs WordPress: Fast and Flashy Vs Full Features?Opens in a new tab. (Any)
    While Wix and WordPress both allow you to build websites, there’s a big difference between the two. Wix is easy to use and you can create a great looking site yourself. However, it doesn’t scale well since it’s limited in what it can do, and doesn’t work well for larger sites. With WordPress though, you can build pretty much anything as long as you’re willing to put in the extra work. You should also read this article on the pros and cons of each site builderOpens in a new tab..

That’s the 5 picks, have a great week!


Can't get enough? Get these in your inbox each week!

Aaron Day

Professionally designing and building websites since 2002, I was an early adopter of WordPress and continue to build engaging WP solutions on a daily basis. I'm the CTO of a web development agency and we manage over 700 WordPress sites - so most of what you'll find here on this site, we've used in practice.

Recent Articles