Gmail: How to Prevent Your Signature from Getting Added to Every Reply

For years, I just assumed it was a fact of life that every time I responded to an email, my signature (and everyone else’s, too) would get added to the message. I use the Gmail/Google Workspace interface as my email client to interact with clients about their WordPress websites. Sometimes these threads get quite long, and I don’t need to … Read More

How to Easily Embed a Twitter (X) Feed in WordPress Without Plugin

Header image for the post, displaying the post title with the background being a screenshot of an embedded Twitter feed on this website

As a web developer, using social media plugins which are famously prone to breaking are the bane of my existence. That’s why, when I figured out that you could very easily embed a Twitter (X) feed of your timeline directly on your WordPress website without using any plugins, I knew I had to write about it immediately. This incredibly lightweight … Read More

Migrate Comments from Disqus Back to WordPress

Banner image with title of blog post and peaceful photo background

If you’re anything like me, you’ve been fed up with Disqus and the asinine ads ruining your beautiful website. Maybe you’ve been putting off figuring out how to migrate all of the comments back to WordPress, thinking it’s going to be a nearly-impossible task. I’ve got great news for you! It’s actually quite simple. Disqus tried to make it very … Read More

Helpful .htaccess Redirect Code That Actually Works

Banner for this blog post with title and nice image of a stream

I’ve been doing this around 12 years now, and I still get so frustrated that the code I find online for .htaccess redirects never seems to work. I don’t know if everyone is just using old methods, or if maybe they only apply to certain hosting environments, or what the problem is. So for my own reference, I have saved … Read More

“Record Could Not be Added” DNS Error in GoDaddy – Solution

Banner for the blog post, featuring the post title and a server room background

The other day, while working with the DNS records of a client who uses GoDaddy’s nameservers, I got the cryptic message: “record could not be added” when trying to save a new record or change an existing record. Besides being a prime example of how not to write error messages, it truly just didn’t give me any indication of why I couldn’t change the … Read More

How to Full-Screen Adobe Lightroom

Banner for article with title on it

Short answer? In Lightroom Classic, it’s shift+f to toggle through the three different modes. In Lightroom CC, the only option is to press F11. If you’re here, it’s because you simply want to know how to use Lightroom in full-screen mode. Inexplicably, virtually every answer on the web shows you only how to full screen a single photo. Which is … Read More

Ongoing Elementor Vulnerability and Hack – Solution

Two of my client’s sites have recently been hit with the exact same website hack that I believe exploits a vulnerability found in versions 3.6.0 through 3.6.2. While the vulnerability has been fully described as a “remote code execution vulnerability,” I have not seen anyone describe any widespread attacks actually exploiting it. Until now! Well, friends, I am here to … Read More

Doesn’t Load Until I Scroll – Delayed JavaScript

Image of phone with the title of the article overlaid

I solved a somewhat strange issue on a client’s WordPress website the other day. On their products page, none of the products would load until the visitor scrolled or otherwise interacted with the site. A “loading” icon showed up, but nothing would load until an action was taken. In this case, they were using the Essential Grid plugin on a … Read More

Email Deliverability, or Why Your Website Emails Aren’t Showing Up

Header image with title of post

The bane of every website developer’s existence: email deliverability. While it may be easy to think that email functions much the same way as real mail – you send a letter to someone, it takes a relatively simple path and eventually arrives in the recipients mailbox – in reality it doesn’t at all. Imagine a world in which there was … Read More

Redirect Entire WordPress Website Except One Page

Banner for post with post title overlaid over photo of car near sharp turn

Redirecting or forwarding an entire WordPress website except a single page (such as the home page) to another address is actually quite easy. If you’re here, I’m guessing you followed a number of tutorials and tried your hand at crafting the perfect .htaccess file only to be let down every single time when it inevitably didn’t work at all. Well … Read More