A common requirement in many WordPress sites that have large amounts of content is the ability to filter that content. Whether it be blog posts, products, or custom post types—filtering allows users to further specify what they want and receive the best information possible for their unique experience. While there are many great plugins out…
The Hall Blog
Hook Readers With These 6 Tips for Writing Headlines
The primary headline you choose is arguably the most essential part of your blog post or content piece. Quality content keeps readers engaged, but headlines are the first thing people read, and headlines often determine whether readers stay put or move on to something else. There are two goals for your headline: first, to reflect…
How to Generate and Manage Strong Passwords
You’ve probably read a lot of advice on everything you need to do to have a secure password. Some common password recommendations include: It has to be at least 12 characters long. It should use uppercase letters, lowercase letters, numbers, and symbols. It’s not a password you’ve used before or elsewhere. Don’t use dictionary words…
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…