Skip to content

Instantly share code, notes, and snippets.

@chipbennett
Created November 3, 2011 01:06
Show Gist options
  • Save chipbennett/1335480 to your computer and use it in GitHub Desktop.
Save chipbennett/1335480 to your computer and use it in GitHub Desktop.
WCTOR.childthemes.2
<?php
function themename_setup() {
add_theme_support( 'post-thumbnails' );
}
add_action( 'after_setup_theme', 'themename_setup' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment