Voce Platform’s Ansible playbooks for their scalable WordPress configuration, Afterburner. Even if you don’t use the playbooks, there’s tons of great config tweaks that can be found by digging through the code.
Blog
-
Voce releases Afterburner playbooks
GitHub – voceconnect/afterburner-ansible: Ansible Playbooks to complement afterburner.voceplatforms.com…Ansible Playbooks to complement afterburner.voceplatforms.com… – GitHub – voceconnect/afterburner-ansible: Ansible Playbooks to complement afterburner.voceplatforms.com… -
register_post_type() cheat sheet
register_post_type() cheat sheetA starter file for creating new WordPress post types with the register_post_type() function.Ridiculously handy custom post type cheat sheet from Justin Tadlock.
-
Garbage collecting transients on database upgrades
Changeset 25416 – WordPress TracThis is going to possibly piss off a lot of half-assed plugin developers. But it’ll also be a big fucking deal if it makes it into 3.7 unscathed.
-
WordPress as an App Platform?
WordPress as an App Platform? | Jake GoldmanGreat article from 10up’s Jake Goldman on the future of WordPress as an application platform.
-
MP6 hits 2.0
MP6 2.0 – Make WordPress DesignIt’s still not 100% production ready, but it gets that much closer with every release.
This version brings user selectable color schemes and a new way to set scalable/colorable custom icons. Very nice.
-
Nacin’s thoughts on 3.7’s auto update feature
Automatic Updates Possible In WordPress 3.7 – WP TavernI get people’s apprehensions towards the automatic update feature coming in WordPress 3.7. Developers tend to be pretty skittish about turning over control of any part of their site to someone else.
In the comments on this piece at WP Tavern, Nacin does a fantastic job breaking down why these calls for opting out of the updates by default are short sighted. I’d quote the whole comment here, if I could, but it’s a fairly long one. Instead, here’s a few key points.
If the next version of WordPress comes with a feature that the majority of users immediately want to turn off, or think they’ll never use, then we’ve blown it. To take it further: Any time you add a feature that defaults to off, why bother?
…
We can be really smart about this, like not doing auto updates when it doesn’t make sense to — such as when we can detect we are a Git clone or SVN checkout, or when updates are blocked from the UI, or when the web user isn’t the owner of core files. But I fail to see why, given the technological ability of pushing the button for you for security releases, we’d get almost all the way there then just add a checkbox. That’s a cop-out.
Fuck yeah, man.
While it’s rare for me to encourage people to go read the comments anywhere, you should really do that in this case. Especially if you started to form even a minor opinion about this feature.
-
The dashboard redesign begins to take shape
Dashboard Plugin Update – Make WordPress DesignThe first set of mockups reimagining the WordPress dashboard is up on Make/UI, and they look nice.
I’m looking forward to using this. Just as soon as they make it into an actual plugin, that is.
-
WordPress importer not importing attachments? Try exporting all statuses!
WordPress importer not importing attachments? Here’s a solution!If the WordPress Importer isn’t importing attachments it might be because you are not exporting All Statuses. Read more to find out why.It would appear that selecting only “Published” posts in the WordPress exporter means that attachments don’t get exported. Because why should they? It’s not like your posts might use them or anything.
-
Plugins and Fast WordPress Sites
Plugins and Fast WordPress Sites – It’s not the Number of Plugins, It’s the Quality | WP Engine DXPRead about the more crucial areas of site speed and the most common myths about how to make WordPress load fast.TL;DR: The number of plugins you have doesn’t really matter if they’re well coded.
If every entry level tech support person at every shitty hosting company would read this, we might be able to get somewhere.
-
How to Submit a WordPress Trac Ticket
How to submit a WordPress Trac Ticket – Robertdall.comI was asked by the organizers of WordCamp Vancouver to give a lighting talk on how to submit a proper WordPress Trac Ticket.Finally, a WordPress tutorial that doesn’t involve adding something to your theme’s
functions.php
file. How refreshing. ᔥ