Tools for building better WordPress projects
Tom McFarlin outlines the tools the 8Bit team uses when developing projects on WordPress. There are a number of good debugging tools and plugins listed here.
Tom McFarlin outlines the tools the 8Bit team uses when developing projects on WordPress. There are a number of good debugging tools and plugins listed here.
Iain Poulson has written a nice tutorial summarizing five different ways to sync uploads / media across WordPress environments. This is a common problem, and he approaches the solutions using different methodologies, including via FTP (least preferred), rsync, Migrate DB Pro, a clever .htaccess trick, and WordPress filters. I love seeing how people tackle problems differently,…
From Abstract: WP Tests for Faster WordPress Projects. Independent Analytics – A Reliable Google Analytics Alternative for Your Website. Delicious Brains: WP Migrate 2.4 Released: Faster Migrations, Must-Use Plugins, WP Engine Compatibility, and More and The Developer’s Guide to WP-CONFIG.PHP. WordPress 6.1: Global Styles Filters.
If you want to create a development environment to mimic the WordPress VIP hosting platform, the VIP team has you covered. VIP Quickstart is a new tool, available on Github, that helps you set up everything easily. According to the announcement post, here are the technical bits: VIP Quickstart is a mix of Vagrant, Puppet,…
Andrew Nacin, lead developer of WordPress, just finished a talk at Loopconf, where he talked about a series of related WordPress security fixes that spanned two years, with the final fix included into WordPress core under the guise of emoji support.
Tom McFarlin has written a thoughtful article on WordPress shortcodes, and why he generally doesn’t like them as a method for enabling custom content functionality in WordPress. I left my own thoughts in the comments of his post.
Here’s a great post with a working example of the new shortcode_atts{$shortcode} filter available in WordPress 3.6 that allows developers to filter an existing shortcode’s parameters. I need stuff like this all the time. The only catch is that the shortcode itself needs to support the new shortcode parameter, so you may have to pester the developer…