Skip to content

How to Disable All Automatic Updates (WordPress Core, Plugins, and Themes)

Everyone has their own preference when it comes to automatic updates. Many folks like the idea of saving time and not having to “do” anything when updates are available. The problem is that updates don’t always go as planned. Unexpected things happen, conflicts, bugs, etc. Best-case scenario you save some time. Worst-case scenario your site […]

WordPress 6.4’s PHP Compatibility

In an effort to keep the WordPress community up to date, this post provides an update on the PHP compatibility of the upcoming WordPress 6.4 release scheduled for November 7, 2023.  Recommended PHP version for WordPress 6.4 It’s recommended to use PHP 8.1 or 8.2 with this upcoming release. Please refer to the Hosting page […]

Stay Logged in to WordPress

I work from home so can afford to leave tabs open for each of my WordPress sites. That way I can jump on anytime and update or add new content very quickly. The problem I kept running into is that WordPress automatically logs out users after 48 hours. Which means I have to log back […]

Minimum PHP Version update

WordPress 5.2 is targeted for release at the end of this month, and with it comes an update to the minimum required version of PHP. WordPress will now require a minimum of PHP 5.6.20. Beginning in WordPress 5.1, users running PHP versions below 5.6 have had a notification in their dashboard that includes information to […]

On the topic of that pesky widget…

  • by

When I go to WordCamps, I get this question a lot: “Why do you have the PHP Code Widget still in the directory?” There’s a good answer for that, but first let me explain why I made the thing in the first place. If you examine the history of that plugin, you’ll find that it […]

How to create a 301 redirect in WordPress

There will be times where you want to redirect visitors to a different part of your website when they visit a particular page or post. Reasons for this can be that you renamed a post and its URL, a page was removed or you want a different page to rank. Redirects in a nutshell The name ‘redirect’ […]

Ayurmama.com

This site offers natural healing techniques and coaching based on traditional ayurvedic medicine. Urban Legend web was contracted to create the front-end and back-end using a WordPress framework. For the front-end, a child of the… 

Davis Ogilvie

Davis Ogilvy

  • by

For this project I was under contract to a Christchurch agency, PublicaDDM. My role was working within the WordPress framework to set up the frontend theme, as per supplied files. That involved creating and editing… 

What’s new with the Customizer

Been a while since I wrote something. Let’s talk about some of the new stuff available in the Customizer. Forget about some of part two First, back in part two, I had a bit about Surfacing the Customizer. That bit is outdated now, WordPress does this for you in later versions. So, yeah, skip that. […]

More Internationalization Fun

So in my last post about Internationalization, I covered some non-obvious things that you should consider when adding translation capabilities to your code. Today, let’s add to that by covering some non-obvious translation functions. You’re probably not using these, since they don’t get talked about as much. But there’s probably places where you should be […]