
Coding • 6 min read
Handling specific and ambiguous URL rewrite rules in WordPress
How to handle ambiguous URL rewrite rules in WordPress.
Read Article →
Coding • 6 min read
How to handle ambiguous URL rewrite rules in WordPress.
Read Article →
Coding • 8 min read
I wrote a terms list block for WordPress. Here’s what I learned.
Read Article →
Coding • 9 min read
Are you considering adding unit tests to your WordPress plugin? Here’s how to do this easily using wp-env.
Read Article →Business • 1 min read
WooCommerce has, at the time of writing, passed over 6 million downloads (and several million active installations) on WordPress.org. What many aren’t aware of is, WooCommerce reached the 5 million download mark with only 3 engineers officially working full time on the project (while working on several other projects as well). Throughout this process, we […]
Read Article →Coding • 2 min read
In the comments of my post on custom rewrite rules in WordPress, I received a query regarding creating author profile URLs using a rewrite convention of “/profile“. The WordPress author archives are a great way to create profiles for each author on your WordPress-powered website (in fact, it’s done for you by default). The author […]
Read Article →Coding • 1 min read
Smarterer has since been acquired, and the free WordPress test retired. So… you think you know WordPress, huh? 😉 Well, why not test your skills and see where you rank on the world’s stage? Presenting… the WordPress test! I blogged the other day about using Smarterer and Code School for online education. As a starting […]
Read Article →Coding • 5 min read
As a developer in an industry where trends and languages grow and evolve at pace, it is virtually impossible to keep track of all the latest happenings. Thus, developers tend to specialise in certain languages or platforms which they watch. For example, while I keep tabs on developments within the PHP and WordPress communities, and […]
Read Article →Coding • 4 min read
There is regular discussion within the WordPress user community on certain common encounters developers have when creating themes and plugins. One such discussion is around post thumbnails 1 and, more specifically, how to specify a default thumbnail. After reading a few discussions around this, I thought I’d share my take on things. There are a […]
Read Article →Coding • 2 min read
The Options API in WordPress is one of the many APIs we all use every day when developing with WordPress. A quick use of get_option() is not uncommon. What if you could filter those options? You can. Adding filters in WordPress is also a common practice. Combining this with the Options API can allow for, […]
Read Article →Coding • 3 min read
Every developer approaches their day to day development tasks from a different angle. In addition to this, each developer “designs” their code to suit their own personal preferences and approaches towards specifics in a project. When developers examine code written by other developers, we’re often critical (sometimes hyper-critical) of the code itself, mostly according to […]
Read Article →Get more insights on technical leadership, teams, and software development delivered to your inbox.