Typically when I build out a new site, I do it on a real server hosted off-premises. I started building sites that way a long time ago, and it just stuck. Why? Out of convenience in showing the client, and probably because it was easier for me to push them live (back then, circa 2013). […]
thoughts about the digital space.
Remove “Archives” Prefix in WordPress version 5.5.0 and newer
Today I was overjoyed to stumble across a new filter in the function that gets the archive title in WordPress: get_the_archive_title(). This filter allows you to easily change the word/prefix “Arhives: ” to whatever you want or to NOTHING. I generally was never a fan of the prefixed text: “Archives: ” and “Category: ” coming […]
The Debate I’ve wanted to tackle for a while: Pros and Cons of a Template Website vs. Custom Website
Should you go for a pre-made website template or a custom website? What is the best decision? Okay, since I’m going to tackle a lot here I’m going to break it up a bit so it’s easier to follow. We get asked ALL. THE. TIME. about why someone should use us to create a fully […]
Add Custom Taxonomy Filter to WooCommerce Product Add-on plugin
I recently was working on a project for our client, Moondance Jewelry, and they needed a way to display certain add-on choices by a taxonomy other than the built-in WooCommerce product category (product_cat). Want to bypass the BS and just look at the Gist? Go for it. Moondance Jewelry sells hundreds of products online, and […]