'Primary Menu', 'footer'=> 'Footer Menu' , )); //set custom header image $args = array( 'width' => 1920, 'height' => 900, 'default-image' => get_template_directory_uri() . '/images/header.jpg', ); add_theme_support( 'custom-header', $args ); //add featured image support (post thumbnails) function thumbnails_setup() { add_theme_support( 'post-thumbnails' ); add_image_size('small-thumbnail', 1920,120, true); add_image_size('banner-image', 1920,220, true); } add_action('after_setup_theme', 'thumbnails_setup'); if ( ! isset( $content_width ) ) { $content_width = 1000; } //comments function custom_comments ($comment, $args, $depth) { $GLOBALS[' comment '] = $comment; ?>
  • id="li-comment-">
    ' ); ?> %s BLEGH:'), get_comment_author_link()) ?>
    comment_approved =='0') : ?>
    $depth, 'max_depth' => $args['max_depth'] ))) ?>