Customization is an important aspect of a modern website. It gives you the power to change a site to fit your needs and to ultimately deliver the best version of the site to your customers. And with the introduction of full site editing in WordPress, people are beginning to realize the power of changing a…
Category: Web Design
Hall’s Favorite Apps and Websites of 2022
For most people, hardly a day goes by without some sort of web search or social media scroll. Websites and apps keep us organized, informed, productive, and entertained. This year, our team has compiled a list of our favorite and most used sites and apps of 2022. Our Favorite Websites growth.design/case-studies – A collection of…
Optimize CSS with the :is() Pseudo-Class Selector
When styling aspects of your website, it’s not unusual to need to target numerous similar items at once. Your code can get lengthy, repetitive and complex. Fortunately, the :is() pseudo-class selector introduced in the Selectors Level 4 specification can help simplify it. Using the :is() Selector Example 1 A common scenario where you can use…
Upgrade Your WordPress Development Skills with Action and Filter Hooks
An essential part of WordPress development is making modifications or adding functionality to what’s already in place from WordPress Core, a theme, or a plugin. If you’re familiar with the WordPress template hierarchy, a theme’s functions.php file, or even just the search function of your code editor, it’s tempting to find what you want to…