How to Make WP_Query Arguments Filterable

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 …

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 …