December 2, 2011
Colin Loretz: Consuming Web APIs within WordPress
Sterling Hamilton: Tips & Tricks for Extending WordPress
Al Caldarone: Circle Gets the Square: Harnessing the Power of WordPress and Making it Work for You…
John Botte, Jason Narciso, Michael Chevalier, Lindsay Logan, Valerie: Panel on Developer/Designer/Strategist Communication
Dylan Kuhn: Mad Mashups with WordPress
December 5, 2011 at 2:45 pm |
I think this video help me learn (after all this time) what the one and only true benefit to using a child theme is, ie; not having to change the custom code you’ve added if you update the parent theme. All this other stuff I keep hearing about the benefits are really just not benefits, but hindrances (a whole other set of files to look through to find the css rule that effecting the specific attribute on a specific element your client wants you to change is NOT a benefit).
However not having to rewrite your custom code when you update the theme (rarely happens), is a great thing. Of course the updated theme files could still “break” what I’ve changed but at least I won’t have to rewrite things to find out!