'ffffff', 'text' => '343434', 'link' => '990000', 'border' => 'f2f6ee', 'url' => 'ff0000', ); /** * Set the content width based on the theme's design and stylesheet. */ if ( ! isset( $content_width ) ) $content_width = 540; // actually 543 if ( ! function_exists( 'vermilion_christmas_setup' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_setup_theme hook, which runs * before the init hook. The init hook is too late for some features, such as indicating * support post thumbnails. */ function vermilion_christmas_setup() { /** * Make theme available for translation * Translations can be filed in the /languages/ directory * If you're building a theme based on Vermilion Christmas, use a find and replace * to change 'vermilion_christmas' to the name of your theme in all the template files */ load_theme_textdomain( 'vermilionchristmas', get_template_directory() . '/languages' ); /** * Add default posts and comments RSS feed links to head */ add_theme_support( 'automatic-feed-links' ); add_theme_support( 'print-style' ); } endif; // vermilion_christmas_setup add_action( 'after_setup_theme', 'vermilion_christmas_setup' ); /** * Register widgetized area and update sidebar with default widgets */ function vermilion_christmas_widgets_init() { register_sidebar(); } add_action( 'widgets_init', 'vermilion_christmas_widgets_init' ); function vermilion_christmas_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; global $relax_comment_count; extract($args, EXTR_SKIP); $relax_comment_count++; ?>