WordPress Plugins

WordPress plugin development tips, ideas, guidelines and best practices.

  • Learnings While Scaling WooCommerce

    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…

  • Fostering creative thinking

    Where in I discuss creative thinking, how to learn this behaviour and how to apply creative thinking in a business context.

  • Maximizing the value of customer feedback

    Since appointing Patrick as our dedicated WooCommerce Product Manager towards the end of 2014, I’ve been able to view some really insightful feedback from customers, without customers even realising they’re providing this feedback. One of the tasks I assigned to Patrick was to conduct regular in-person user testing of WooCommerce, in order to pinpoint common…

  • Set a custom rewrite rule for author archives in WordPress

    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…

  • Default post thumbnails in WordPress

    Default post thumbnails in WordPress

    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…

  • Filtering the Options API in WordPress

    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,…