The WP_Query class is very powerful. It lets you create your own custom queries to run anywhere in your WordPress site – in the main content, in the sidebar or anywhere else you like. It’s something I use a lot, either in custom template files or in areas outside the content such as the sidebar […] View original post at …
Unit Testing WordPress Plugins with PHPUnit
When you’re working on plugins and you start introducing new functionality, it’s good practice to ensure the existing logic isn’t broken. Without proper testing, the chances are high that simple fixes may snowball into a spaghetti coding nightmare. So in today’s article, I’ll show you how to take advantage of unit testing for your WordPress […] View original post at …
Is Your Website Accessible? If Not, You Could Be Violating the ADA
Do you recognize the name Juan Carlos Gil? Well, if you’ve built a WordPress site that provides services or sells products to the general public, then you should probably take a moment or two to acquaint yourself with his story. On June 13, 2017, U.S. District Judge Robert Scola of Florida ruled in favor of […] View original post at …
What is Packagist and Why You Need It for WordPress Development
If there’s one important lesson I’ve learned in my years of working with WordPress, it’s that if you can find a way to do less work, absolutely take it. Obviously, I’m not encouraging careless development work. What I am an advocate for, however, is employing a series of tools that cut out unnecessary, repetitive steps […] View original post at …
The Best Music to Develop Websites to (What the Science Says)
Coffee is always awesome for getting going in the morning. A good night’s rest will ensure you start your day off on the right foot, too. But what do you do the rest of the day to keep your energy levels up, your creative juices flowing, and your focus on your work? According to some […] View original post at …
10 Steps to Finishing a Website Project So Everyone’s Happy
Approaching the finish line of a web development project is an exciting time. Knowing that you’re almost done is part of the excitement, but there’s also a sort of rush you get as you tick off those last pieces before launch. As any good project manager will tell you, though, a live website is not […] View original post at …
The Most Complete 101+ Step WordPress Checklist Ever
Some might say that it’s easy getting a WordPress website up and running. And truth be told, it is. But when you’re actually creating a new WordPress website from scratch, for a client, well, things tend to get a bit more complicated. This is the last WordPress website creation checklist you’ll ever need. Today, we’re […] View original post at …
9 Stunning CSS Button Libraries and Collections for WordPress
Think about how many times you click or tap or press on something over the course of a day. In fact, it’s probably so ingrained in you to click before trying any other action that it can be confusing to encounter something that looks clickable but in actuality doesn’t do anything. Buttons are generally the […] View original post at …
User Testing Your WordPress Site or Product on a Budget
There are a lot of different tests you can perform on your WordPress website – A/B testing, mobile/responsive design testing, browser testing. And then there’s usability testing. Usability testing is a hot topic for web design and SEO, and for good reason. Bad usability impacts how a person uses your website, which can affect conversions and, ultimately, rankings […] View original post at …
The Ultimate Guide to WordPress Security
Hackers attack WordPress sites both big and small with over 90,978 attacks happening per minute. Fortunately, there are numerous ways you can protect your WordPress site. Today, I want to share with you how you can make your WordPress site’s security air tight with basic through to advanced techniques. I’ll also explore how WordPress can […] View original post at …