240, 'width' => 240, 'flex-height' => true, ) ); add_theme_support( 'custom-header', apply_filters( 'childcare_custom_header_args', array( 'width' => 1200, 'height' => 280, 'flex-height' => true, 'wp-head-callback' => 'childcare_header_style', ) ) ); //Default Data if ( ! isset( $content_width ) ) $content_width = 900; require_once('theme_default_data.php'); $becorp_options=becorp_theme_default_data(); $current_theme_options = get_option('becorp_options'); if($current_theme_options) { $becorp_options = array_merge($becorp_options, $current_theme_options); update_option('becorp_options',$becorp_options); } else { add_option('becorp_options', $becorp_options); } require( BECORP_THEME_FUNCTIONS_PATH . '/option-panel/becorp-option-setting.php' ); // for Option Panel Settings } //Excerpt Length function function custom_excerpt_length( $length ) { return 40; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 ); /****--- Navigation for Author, Category , Tag , Archive ---***/ function becorp_navigation() { ?>