by Floyd Hartford | Mar 23, 2023 | Website Design, Website Development
I coded a custom Gutenberg block for WordPress that creates a center-line-styled fancy headline. A few blog posts back, I explored different ways to create center-line-styled headlines using CSS, flexbox, absolute positioning, pseudo-elements, and spans. Some of the...
by Floyd Hartford | Mar 20, 2023 | PHP, Website Development
Ever wanted to add a custom column to your WordPress dashboard’s posts list page? How about adding a custom column to the WordPress dashboard’s posts list page programmatically without using a plugin? Yes, NO plugins. In this article, I’m going to...
by Floyd Hartford | Mar 18, 2023 | CSS, Website Design, Website Development
A noticeable trend in website design is styling text headers with a vertically centered background line. Sometimes, the text is centered and the background line extends out from both sides. Sometimes, the text is left-aligned and the background fills the rest of the...
by Floyd Hartford | Mar 12, 2023 | CSS, PHP, Website Development
Wouldn’t it be really awesome if customers could view the products on your WordPress website that come in a specific color? It’d be great to have a color wheel for them to choose any color in the rainbow and all products within a range of the chosen color...
by Floyd Hartford | Feb 28, 2023 | PHP, Website Development
In this article, I will explain how to remove a word from the end of WordPress post titles using regex inside of a PHP function that can be added to your WordPress theme’s functions.php file. Here, the method’s action runs on the init hook, which will...
by Floyd Hartford | Feb 11, 2023 | SQL, Website Development
WordPress tends to use absolute URLs quite a bit for page and post content for things like links and image references. That’s all good and well when your site is on a stable domain that’s not changing. However, it’s necessary to update those absolute...