Understanding MySQL in WordPress
Scott Taylor goes into great detail describing the use of MySQL in WordPress. Put your focus hat on to read this one.
Scott Taylor goes into great detail describing the use of MySQL in WordPress. Put your focus hat on to read this one.
PhpStorm is a full-featured IDE that has somewhat of a cult following amongst the WordPress developers I follow. Made by JetBrains, it’s notable for being lighter weight than most IDEs, web development specific (though not just PHP as the name implies), and very customizable. Today, they’ve announced official support for managing WordPress projects. According to the…
WordPress 3.6 introduced the Heartbeat API. It’s an exciting API that opens up a whole bunch of possibilities for various core features or plugins, or even themes, to utilize. Pippin Williamson gives a nice introduction and example use case for the Heartbeat API, and Stephen Harris has also completed a three part series for wpTuts+…
Every business needs a website. That much is obvious. But choosing what content management system to use isn’t always so clear. When it comes to WordPress vs. Squarespace, which option is the right choice for your website? Before we answer that question, we need to look at each platform’s benefits and limitations, as well as…
This week’s function is wc_get_held_stock_quantity(). It fetches the inventory available for pending orders in WooCommerce.
Here’s a great article by Zack Tollman exploring ideas around caching parts of pages for views in WordPress.
If you’ve wanted to know how to add the jQuery datepicker to your site, here it is.