Recently, I was asked about a fix for the Genesis Post Class not saving. Here is a patch that will stop executing when Genesis upgrades to 1.9.0 which will re-write this section of the code.
This code does assume WordPress 3.4.x which uses wp_get_theme() instead of get_theme_data(). Please use accordingly in functions.php.
Brad Potter says
Travis,
Thanks for writing this, greatly appreciated!
Charly says
Thanks fo much for sharing this Travis. I was so disappointed when I tried to use the custom post class today and it didn’t work – thankfully I found your contribution. It works like a charm!