Web Development WordPress
February 18, 2025 / March 7, 2025 by adam | Leave a Comment
A few months ago, I was asked to solve what I thought was a simple problem. The question was, “Can we set the display order of tags?” It seemed like a very benign question until I started to dig into it and discovered that it’s, in fact, not a simple question at all. WordPress, by […]
Read more »
Tagged
September 17, 2024 / March 7, 2025 by adam | Leave a Comment
Background: My company uses AIO Login (formerly Change WP Admin Login) to change the login URL of our WordPress sites to add a little extra security. Problem: Accessing password protected pages does not work when using the AIO Login plugin. Solution: Add a couple of custom functions to your theme’s functions.php file. Details: This solution was tested […]
Web Development
February 2, 2024 by adam | Leave a Comment
Years ago, I worked with a doctor that specialized in sports medicine and physical therapy. He asked me to create a bespoke grip strength calculator that he could use and present to patients of his. I used charts and data available from the NIH to do the math and meet the task requirements. I wrote […]
May 26, 2023 by adam | Leave a Comment
Pastey.io is my first NextJS project released to the public!