__( 'Left SideBar', 'thivinfo' ), 'id' => 'left', 'description' => __( 'Add widgets here to appear in your left Sidebar.', 'thivinfo' ) ) ); } add_action( 'init', 'thfo_init_menu' ); function thfo_init_menu() { register_nav_menu( 'primary', __( 'Primary Menu', 'thivinfo' ) ); } add_action( 'customize_register', 'thfo_customize_register'); add_theme_support( "title-tag" ); add_theme_support( 'automatic-feed-links' ); if ( ! isset( $content_width ) ) $content_width = 900; if ( is_singular() ) wp_enqueue_script( "comment-reply" );