Adding post-formats to Twenty Ten child theme

Try bumping the priority of your hook, like so:

add_action( 'after_setup_theme', 'voodoochild_setup', 11 );

This will ensure that it runs after the TwentyTen formats setup, so that it gets the last laugh. That’s how I do it on WordPreh.com.

Leave a Comment