'', 'width' => 864, 'height' => 200, 'flex-height' => true, 'flex-width' => true, 'uploads' => true, 'random-default' => false, 'header-text' => false, 'default-text-color' => '', 'wp-head-callback' => '', 'admin-head-callback' => '', 'admin-preview-callback' => '', ); add_theme_support( 'custom-header', $defaults ); // Adding page navigation $pg_defaults = array( 'before' => '

' . __( 'Pages:', 'blogkori' ), 'after' => '

', 'link_before' => '', 'link_after' => '', 'next_or_number' => 'number', 'separator' => ' ', 'nextpagelink' => __( 'Next page', 'blogkori' ), 'previouspagelink' => __( 'Previous page', 'blogkori' ), 'pagelink' => '%', 'echo' => 1 ); // Default Content Width if ( ! isset( $content_width ) ) $content_width = 640; //Post thumbnails need this in functions.php add_theme_support('post-thumbnails'); // Register Custom Navigation Walker require_once('wp_bootstrap_navwalker.php'); // Register the navigation menu function my_nav_menu() { if ( function_exists( 'register_nav_menu' ) ) { register_nav_menu( 'primary-menu', 'Primary menu' ); } } add_action( 'init', 'my_nav_menu' ); // Add ID and CLASS attributes to the first