'Main Sidebar', 'before_widget' => '
  • ', 'after_widget' => '
  • ', 'before_title' => '

    ', 'after_title' => '

    ', )); if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Secondary Sidebar', 'before_widget' => '
  • ', 'after_widget' => '
  • ', 'before_title' => '

    ', 'after_title' => '

    ', )); if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Footer Area', 'before_widget' => '
  • ', 'after_widget' => '
  • ', 'before_title' => '

    ', 'after_title' => '

    ', )); //registering nav menu function avum_register_men() { register_nav_menu( 'main-menu', ( 'Main Menu' ) ); } //creating menu fallback function avum_nav_overide1() { if ( function_exists( 'wp_nav_menu' ) ){ wp_nav_menu( 'depth=3&fallback_cb=avum_nav_fallback_1' ); } else{ avum_nav_fallback_1(); } } function avum_nav_overide2() { if ( function_exists( 'wp_nav_menu' ) ){ wp_nav_menu( 'depth=2&container_class=menu_level2&fallback_cb=avum_nav_fallback_2' ); } else{ avum_nav_fallback_2(); } } function avum_nav_fallback_1(){ wp_page_menu('menu_class=menu_level1&depth=3'); } function avum_nav_fallback_2(){ wp_page_menu('menu_class=menu_level2'); } //extended, slightly tweaked twentyten comments function. //------------------------------------------------------- if ( ! function_exists( 'avum_extend_twentyten_comment' ) ) : function avum_extend_twentyten_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; switch ( $comment->comment_type ) : case '' : ?>
  • id="li-comment-">
    says:', sprintf( '%s', get_comment_author_link() ) ); ?>
    comment_approved == '0' ) : ?> Your comment is awaiting moderation.
    $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
  • Pingback:

    add_data( 'ie7_style', 'conditional', 'IE 7' ); $wp_styles->add_data( 'ie6_style', 'conditional', 'IE 6' ); $wp_styles->add_data( 'ie_style', 'conditional', 'lt IE 9' ); if ( is_admin() ) return; //we aren't applying any of this css to the admin area wp_enqueue_style('main_style'); wp_enqueue_style('ie7_style'); wp_enqueue_style('ie6_style'); wp_enqueue_style('ie_style'); } //adding header image menu item define( 'HEADER_IMAGE', get_template_directory_uri().'/img/artschool.jpg' ); // The default header located in themes folder define( 'HEADER_IMAGE_WIDTH', apply_filters( '', 800 ) ); // Width of top image define( 'HEADER_IMAGE_HEIGHT', apply_filters( '', 225 ) ); // Height top image define( 'NO_HEADER_TEXT', true ); add_custom_image_header( '', 'admin_header_style' ); // This Enables the Appearance > Header // Following Code is for Styling the Admin Side if ( ! function_exists( 'admin_header_style' ) ) : function admin_header_style() { ?>